curl --request GET \
--url https://api.example.com/municipios{
"data": [
{
"id": 123,
"nombre": "<string>",
"ubicacion": {
"type": "<string>",
"coordinates": [
{}
]
},
"activo": true
}
]
}Retrieve all active municipalities in Yucatan state
curl --request GET \
--url https://api.example.com/municipios{
"data": [
{
"id": 123,
"nombre": "<string>",
"ubicacion": {
"type": "<string>",
"coordinates": [
{}
]
},
"activo": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/LizandroCanul/back_sdo/llms.txt
Use this file to discover all available pages before exploring further.
Authorization: Bearer YOUR_API_TOKEN
https://api.example.com/municipios
Show Municipio Object
Mérida, Valladolid, Tizimíntrue[
{
"id": 1,
"nombre": "Abalá",
"ubicacion": {
"type": "Point",
"coordinates": [-89.5800, 20.6644]
},
"activo": true
},
{
"id": 2,
"nombre": "Acanceh",
"ubicacion": {
"type": "Point",
"coordinates": [-89.4522, 20.8125]
},
"activo": true
},
{
"id": 51,
"nombre": "Mérida",
"ubicacion": {
"type": "Point",
"coordinates": [-89.5926, 20.9674]
},
"activo": true
}
]
curl -X GET https://api.example.com/municipios \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
nombre)activo: true) are returned