Skip to main content
GET
JavaScript

인증

Authorization
string
header
필수

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

경로 매개변수

id
string
필수

Entitlement ID

응답

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일