Skip to main content

State

The State object represents one of the available states within Sync. It represents a specific state in Mexico.

Methods

The API supports the following methods for State objects:

HTTP requestDescription
GET statesReturns a collection with all available states in Sync.
GET state from vehicle plateReturns the state that matches the pattern of a vehicle plate.

Object representation

{
"stateId": Date,
"key": string,
"description": string,
}

Properties

The following table defines the properties that appear in this object:

PropertiesTypeDescription
stateIdnumberThe ID that Sync uses to identify the state.
keystringThe key is another way to identify the state in Sync.
descriptionstringState name.