API Reference
Create or return public share link
POST
/api/dashboards/{id}/share
Create or return public share link
Operation IDshareDashboard
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Share token and public URL path
Share token and public URL path
Content typeapplication/json
responseobject2 properties
share_tokenstringpublic_urlstringError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}