List Regions
List all regions
List URL:
GEThttps://api.hyperleaf.com/api/region/list
Get Example
curl https://api.hyperleaf.com/api/region/list?key=mykeyResponse Examples
{
"status": "ok",
"regions": {
"3": "dallas",
"4": "denver"
}
}Last updated