MATTR VII ManagementRegions
Retrieve regions
Retrieves a list of all regions.
Analytics Events
ADMIN_REGION_RETRIEVE_LIST_STARTADMIN_REGION_RETRIEVE_LIST_SUCCESSADMIN_REGION_RETRIEVE_LIST_FAIL
GET
/admin/v1/regionsAuthorizationBearer <token>
In: header
Query Parameters
limit?number
Range size of returned list.
Default
100Range
1 <= value <= 1000cursor?string
Starting point for the list of entries.
Response Body
curl -X GET "https://manage.mattr.global/admin/v1/regions?limit=2&cursor=Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1h"{
"data": [
{
"id": "70bb433a-f0ec-4297-ad76-3b09c71311f3",
"name": "AU01",
"displayName": "Sydney, Australia"
}
],
"nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"
}How would you rate this page?