Entitlements V2

Create Entitlement

Creates a new entitlement in the specified application. Requires entitlements:write scope.

post/v2/entitlements

Request body

project_idstring required

ID of the project to create the entitlement in

application_idstring

a string to be decoded into a number

identifierstring required

Unique identifier string for the entitlement

namestring

a string at most 255 character(s) long

descriptionstring
productsstring[]

List of product IDs that grant this entitlement

metadataobject

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.