Limerence
Dashboard shares

Get Shared Dashboard

Resolve a dashboard share token to its rendered markup (public or team-gated).

GET
/share/dashboards/{token}

Resolve a dashboard share token to its rendered markup (public or team-gated).

Authorization

X-API-Key<token>

Use X-API-Key: .

In: header

Path Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/share/dashboards/string"
{  "dashboard": {    "description": null,    "id": "string",    "name": "string"  },  "html": "string",  "isEmpty": true,  "share": {    "createdAt": "string",    "token": "string",    "visibility": "string"  },  "space": {    "id": "string",    "name": "string"  }}
{  "cause": {    "code": "api/invalid-json",    "detail": "string"  },  "message": "The request body is not valid JSON"}
{  "cause": {    "code": "dashboard-share/auth-required",    "detail": "This dashboard is only accessible to team members. Please log in."  },  "message": "Authentication required"}
{  "cause": {    "code": "dashboard-share/not-team-member",    "detail": "You are not a member of the team that owns this dashboard."  },  "message": "Access denied"}
{  "cause": {    "code": "dashboard-share/not-found",    "detail": "This shared dashboard does not exist or has been removed."  },  "message": "Shared dashboard not found"}
{  "cause": {    "code": "api/unsupported-media-type",    "detail": "GET requests cannot have a content type header"  },  "message": "Unsupported Media Type"}