Skip to main content
POST
Accept a presentation invite (attach the grant to the caller).

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Headers

Idempotency-Key
string
required

Idempotency key (UUID). Replays within 24h return the same response.

Path Parameters

slug
string
required

The presentation slug.

Query Parameters

token
string

The single-use invite token. May instead be supplied in the JSON body as token.

Body

application/json
token
string

The single-use invite token.

Response

Invite accepted (or idempotently already accepted by this caller). Returns the presentation + the caller's tier.

presentation
object
required
tier
enum<string>
required
Available options:
L1,
L2,
L3
accepted
boolean
already_accepted
boolean