Skip to main content
GET
/
licenses
/
external_license_id
/
{external_license_id}
Fetch license by external license id
curl --request GET \
  --url https://api.withorb.com/v1/licenses/external_license_id/{external_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"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

external_license_id
string
required

Query Parameters

subscription_id
string
required

The ID of the subscription to fetch the license for.

license_type_id
string
required

The ID of the license type to fetch the license for.

Response

OK

id
string
required
subscription_id
string
required
license_type_id
string
required
external_license_id
string
required
status
enum<string>
required
Available options:
active,
inactive
start_date
string<date-time>
required
end_date
string<date-time> | null
required