Generating Embed Tokens
The token endpoint
POST https://live.gcp.fastn.ai/api/v1/embed/tokenAuthorization: Bearer <FASTN_API_KEY>
Content-Type: application/json
X-fastn-Test-Mode: true (only for fsk_test_ keys; omit for fsk_live_){
"endOrgId": "<customer-org-uuid>",
"userEmail": "user@example.com",
"userName": "User Name"
}Field
Description
{
"data": {
"token": "emb_...",
"endOrgId": "<customer-org-uuid>",
"expiresIn": 900
}
}Refreshing tokens
Token lifecycle
The recommended pattern
Last updated
Was this helpful?

