Skip to main content
GET
/
api
/
dashboards
/
{organizationSlug}
/
{slug}
Get dashboard by slug
curl --request GET \
  --url https://platform.kodexa.ai/api/dashboards/{organizationSlug}/{slug} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the dashboard.

Response

Dashboard

The response is of type object.