Start typing to search.

API Reference

Create or return public share link

View Markdown
POST /api/dashboards/{id}/share

Create or return public share link

Operation IDshareDashboard

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Path parameters

idintegerrequired

Resource ID

Success response body

200Share token and public URL path

Share token and public URL path

Content typeapplication/json

responseobject
2 properties
share_tokenstring
public_urlstring

Error responses

404Resource not found

Resource not found

Content typeapplication/json

responseobject
2 properties
errorstring
messagestring
Example response
{
  "error": "NOT_FOUND",
  "message": "Resource not found"
}