Embed Token - Generate embed token for dashboards
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
Class for representing the configuration for embedding a dashboard.
dashboardIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DashboardId property.
Responses
200
Successful generation of embed token
404
Either user does not exist or no asset is assigned to the user
500
Server related error
post
POST /dashboards/generateEmbedToken HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"dashboardId": "123e4567-e89b-12d3-a456-426614174000"
}
{
"token": "text",
"tokenId": "123e4567-e89b-12d3-a456-426614174000",
"expiration": "2025-06-27T15:29:30.749Z"
}
Last updated