---
title: "Post Session Events"
method: POST
path: "/api/v1/dashboards/session_events"
tags: ["dashboards"]
deprecated: true
---

# Post Session Events

`POST /api/v1/dashboards/session_events`

> **Deprecated.**

METHOD: POST
URL: /dashboard/session_events
ARGUMENTS: None
RETURNS: Dashboard info for embedding
DEPRECATED: This endpoint is deprecated. Please use /dashboard/list instead

## Response `200`

Successful Response

- Dashboard — 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

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/3e0721420b23/schema)
