Entitlements V2

Retrieve Entitlement

Retrieves an entitlement by ID. Requires entitlements:read scope.

get/v2/entitlements/{id}

Path parameters

idstring required

Entitlement ID

Entitlement ID

Response

Success

idstring required

Unique identifier for the entitlement

object'entitlement' required

Object type, always entitlement

project_idstring required

ID of the project this entitlement belongs to

application_idstring required

ID of the application that owns this entitlement

identifierstring required

Unique identifier string for the entitlement

namestring nullable required

Display name of the entitlement, or null

descriptionstring nullable required

Description of the entitlement, or null

productsstring[] required

List of product IDs that grant this entitlement

metadataobject required
created_atstring required

ISO 8601 timestamp of when the entitlement was created

updated_atstring required

ISO 8601 timestamp of when the entitlement was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.