POST
/
api
/
v1
/
dashboards
/
session_events
curl --request POST \
  --url https://api.syllable.cloud/api/v1/dashboards/session_events \
  --header 'Syllable-API-Key: <api-key>'
{
  "embedded_id": "<string>",
  "guest_token": "<string>",
  "name": "<string>",
  "superset_url": "<string>"
}

Authorizations

Syllable-API-Key
string
header
required

Response

200 - application/json
Successful Response

Deprecated. Please update to use DashboardTokenResponse. Basic information about a dashboard.

embedded_id
string
required

Superset embedded ID of the dashboard

guest_token
string
required

Superset guest token of the dashboard

name
string
required

Name of the dashboard

superset_url
string
required

Superset URL of the dashboard