cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v1/licenses/{license}/locations \ --header 'X-ORBIT-KEY: <api-key>'
{ "error": false, "locations": [ { "id": 123, "name": "<string>" } ], "message": "<string>" }
Retrieve a list of allowed locations for this license.
The license identifier.
Locations retrieved successfully.
The response is of type object.
object