curl --request GET \
--url https://api.withorb.com/v1/licenses/{license_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"subscription_id": "<string>",
"license_type_id": "<string>",
"external_license_id": "<string>",
"status": "active",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z"
}This endpoint is used to fetch a license given an identifier.
curl --request GET \
--url https://api.withorb.com/v1/licenses/{license_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"subscription_id": "<string>",
"license_type_id": "<string>",
"external_license_id": "<string>",
"status": "active",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z"
}API Keys can be issued in the Orb's web application.
Was this page helpful?