Skip to main content
GET
Typescript (SDK)

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

id_or_slug
string
required

The resource prefix ID (e.g., "prod_abc123") or slug (e.g., "my-product")

Response

Experience details

id
string
required
object
string
required
name
string
required
slug
string
required
description
string | null
required
access_type
enum<string>
required
Available options:
secret,
open
created_at
string<date-time>
required
updated_at
string<date-time>
required
type
string
required
active_grants_count
integer
required
details
object
required

Type-specific fields, shaped by the experience's type. Mirrors what PATCH accepts under details (see the per-type *DetailsRequest schemas), plus read-only collections (e.g. a course's chapters).