Skip to main content
POST
JavaScript

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Corps

application/json
integration_config
Feature Flag Config · object
requis

Platform-specific configuration (validated per integration_type)

integration_type
enum<string>
requis

Which platform integration this entitlement uses

Options disponibles:
discord,
telegram,
github,
figma,
framer,
notion,
digital_files,
license_key,
feature_flag
name
string
requis

Display name for this entitlement

description
string | null

Optional description

metadata
Metadata · object

Additional metadata for the entitlement

Réponse

Detailed view of a single entitlement: identity, integration type, integration-specific configuration, and metadata.

business_id
string
requis

Identifier of the business that owns this entitlement.

created_at
string<date-time>
requis

Timestamp when the entitlement was created.

id
string
requis

Unique identifier of the entitlement.

integration_config
Feature Flag Config · object
requis

Integration-specific configuration. For digital_files entitlements this includes presigned download URLs for each attached file.

integration_type
enum<string>
requis

Platform integration this entitlement uses.

Options disponibles:
discord,
telegram,
github,
figma,
framer,
notion,
digital_files,
license_key,
feature_flag
is_active
boolean
requis

Always true for entitlements returned by the public API; soft-deleted entitlements are not returned.

metadata
Metadata · object
requis

Arbitrary key-value metadata supplied at creation or via PATCH.

name
string
requis

Display name supplied at creation.

updated_at
string<date-time>
requis

Timestamp when the entitlement was last modified.

description
string | null

Optional description supplied at creation.

Dernière modification le 28 mai 2026