Embed Token - Generate embed token for all assets
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
embedfast-user-emailstringOptional
Optional User Email
Responses
200
Successful generation of embed token
400
User has access to Reports with RLS enabled but no RLS role has been assigned. Please contact admin to assign RLS roles.
403
Either report does not exist or user does not have access on report
404
Either user does not exist or no asset is assigned to the user
500
Server related error
post
POST /assetsWithEmbedToken HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"token": "text",
"tokenId": "123e4567-e89b-12d3-a456-426614174000",
"expiration": "2025-06-27T17:10:31.944Z",
"datasetWithRls": [
"123e4567-e89b-12d3-a456-426614174000"
],
"warningMessage": "text",
"reports": [
"123e4567-e89b-12d3-a456-426614174000"
],
"datasets": [
"123e4567-e89b-12d3-a456-426614174000"
]
}
]
Last updated