Skip to main content
POST
JavaScript

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
integration_config
Feature Flag Config · object
requerido

Platform-specific configuration (validated per integration_type)

integration_type
enum<string>
requerido

Which platform integration this entitlement uses

Opciones disponibles:
discord,
telegram,
github,
figma,
framer,
notion,
digital_files,
license_key,
feature_flag
name
string
requerido

Display name for this entitlement

description
string | null

Optional description

metadata
Metadata · object

Additional metadata for the entitlement

Respuesta

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

business_id
string
requerido

Identifier of the business that owns this entitlement.

created_at
string<date-time>
requerido

Timestamp when the entitlement was created.

id
string
requerido

Unique identifier of the entitlement.

integration_config
Feature Flag Config · object
requerido

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

integration_type
enum<string>
requerido

Platform integration this entitlement uses.

Opciones disponibles:
discord,
telegram,
github,
figma,
framer,
notion,
digital_files,
license_key,
feature_flag
is_active
boolean
requerido

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

metadata
Metadata · object
requerido

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

name
string
requerido

Display name supplied at creation.

updated_at
string<date-time>
requerido

Timestamp when the entitlement was last modified.

description
string | null

Optional description supplied at creation.

Última modificación el 28 de mayo de 2026