curl --request GET \
--url https://api.app.fleetit.com/api/regions/ \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"title": "Washington"
},
{
"id": 2,
"title": "California"
}
]Retrieve a list of all regions in the system.
curl --request GET \
--url https://api.app.fleetit.com/api/regions/ \
--header 'Authorization: Bearer <token>'[
{
"id": 1,
"title": "Washington"
},
{
"id": 2,
"title": "California"
}
]Was this page helpful?