Retrieve a list of allowed locations for this license.
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>" }
API key for v1 and v2 (when not using Bearer token)
The license identifier.
Locations retrieved successfully.
显示 子属性
此页面对您有帮助吗?