Skip to main content

Get states

This operation allow you to get the States catalog information.

HTTP Request

GET /catalogs/state

Header Parameters

HeaderDescription
Authorization 
required
The Bearer token created in
Get authorization Token
Content-Type
required
application/json

Example JSON Request:

GET /catalogs/state

Example JSON Response:

{
"success": true,
"code": 0,
"message": "OK",
"data": {
"states": [
{
"key": "CDMX",
"value": "A",
"description": ""
},
{
"key": "AGUASCALIENTES",
"value": "B",
"description": ""
}
]
}
}