cURL
curl --request GET \ --url https://api.example.com/api/taxonomy/locations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "name": "<string>", "type": "<string>", "parent_id": 123, "lat": 123, "lon": 123 } ], "page": { "limit": 123, "offset": 123, "total": 123 } }
Auth0 JWT access token
Keyword search (min 2 chars). Fuzzy matches name and aliases.
2
"artificial intelligence"
"industry"
Number of results to return (1-1000, default 100)
"100"
"0"
List of locations
Show child attributes