v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBDashboards
Get all invitations for a shared dashboard
Describe the invitations that exist for the given shared dashboard (paginated).
get/api/v1/dashboard/public/{token}/invitation
Path parameters
tokenstring required
Token of the shared dashboard for which to fetch invitations.
Query parameters
page_sizeinteger
The number of records to return in a single request.
page_numberinteger
The page to access (base 0).
Response
OK
Example response
{
"data": [
{
"attributes": {
"email": "test@datadoghq.com"
},
"type": "public_dashboard_invitation"
}
]
}