Interface PublicTokenResponse

Public embed token and associated widget/status URLs.

interface PublicTokenResponse {
    ok: boolean;
    statusUrl: string;
    token: string;
    widgetUrl: string;
}

Properties

ok: boolean
statusUrl: string
token: string
widgetUrl: string