Skip to main content
GET
/
license_types
/
{license_type_id}
Fetch license type
curl --request GET \
  --url https://api.withorb.com/v1/license_types/{license_type_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "grouping_key": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

license_type_id
string
required

Response

OK

The LicenseType resource represents a type of license that can be assigned to users. License types are used during billing by grouping metrics on the configured grouping key.

id
string
required

The Orb-assigned unique identifier for the license type.

name
string
required

The name of the license type.

grouping_key
string
required

The key used for grouping licenses of this type. This is typically a user identifier field.