Get details of a specific license.
cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/licenses/{license} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "license": { "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>", "urls": [ "<string>" ] } ], "product_name": "<string>" } } }
Bearer token from device or wallet auth
License key or identifier
License details.
true
Показать дочерние атрибуты
Была ли эта страница полезной?