Skip to main content
PATCH
JavaScript

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

Entitlement ID

ボディ

application/json
description
string | null
integration_config
Feature Flag Config · object

Integration-specific configuration supplied when creating or updating an entitlement. The shape required matches the entitlement's integration_type.

Untagged enum: variants are matched in order. FeatureFlag must precede LicenseKey, whose fields are all optional and would otherwise match a feature_flag config.

metadata
null | Metadata · object

Arbitrary key-value metadata. Values can be string, integer, number, or boolean.

name
string | null

レスポンス

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

business_id
string
必須

Identifier of the business that owns this entitlement.

created_at
string<date-time>
必須

Timestamp when the entitlement was created.

id
string
必須

Unique identifier of the entitlement.

integration_config
Feature Flag Config · object
必須

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

integration_type
enum<string>
必須

Platform integration this entitlement uses.

利用可能なオプション:
discord,
telegram,
github,
figma,
framer,
notion,
digital_files,
license_key,
feature_flag
is_active
boolean
必須

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

metadata
Metadata · object
必須

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

name
string
必須

Display name supplied at creation.

updated_at
string<date-time>
必須

Timestamp when the entitlement was last modified.

description
string | null

Optional description supplied at creation.

最終更新日 2026年5月13日