cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/licenses/{license}/locations \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "locations": [ { "id": 123, "name": "<string>" } ] } }
Get allowed locations for this license.
Bearer token from device or wallet auth
Locations retrieved.
true
Show child attributes
Was this page helpful?