curl --request POST \
--url https://api.syllable.cloud/api/v1/dashboards/session_transfers \
--header 'Syllable-API-Key: <api-key>'
{
"embedded_id": "<string>",
"guest_token": "<string>",
"name": "<string>",
"superset_url": "<string>"
}
METHOD: POST URL: /dashboard/session_transfers ARGUMENTS: None RETURNS: Dashboard info for embedding DEPRECATED: This endpoint is deprecated. Please use /dashboard/list instead
curl --request POST \
--url https://api.syllable.cloud/api/v1/dashboards/session_transfers \
--header 'Syllable-API-Key: <api-key>'
{
"embedded_id": "<string>",
"guest_token": "<string>",
"name": "<string>",
"superset_url": "<string>"
}
Successful Response
Deprecated. Please update to use DashboardTokenResponse. Basic information about a dashboard.