Skip to main content

EmbedSession

@ticketlayer/backstage


@ticketlayer/backstage / EmbedSession

Interface: EmbedSession

Defined in: client.ts:237

Response of POST /embed/sessions (minted server-side with an org API key).

Properties

accountId

accountId: string;

Defined in: client.ts:240


expiresAt

expiresAt: string;

Defined in: client.ts:239


organisation

organisation: {
id: string;
slug: string;
};

Defined in: client.ts:241

id

id: string;

slug

slug: string;

token

token: string;

Defined in: client.ts:238