Retrieve a list of all licenses associated with the authenticated user.
cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v1/licenses \ --header 'X-ORBIT-KEY: <api-key>'
{ "error": false, "licenses": [ { "license_key": "<string>", "issued_date": "2023-11-07T05:31:56Z", "renewal_date": "2023-11-07T05:31:56Z", "status": "<string>", "allowed_locations": [ { "id": 123, "name": "<string>" } ], "product_name": "<string>" } ], "message": "<string>" }
API key for v1 and v2 (when not using Bearer token)
Licenses retrieved successfully.
显示 子属性
此页面对您有帮助吗?