Skip to main content
POST
Create license type

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The name of the license type.

Minimum string length: 1
grouping_key
string
required

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

Minimum string length: 1

Response

Created

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.