Show Identity
Test if your API key is valid, and which roles it has.
GET
Show Identity
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Response
200 - application/json
OK response.
Example:
{
"dashboard_url": "https://app.incident.io/my-org",
"name": "Alertmanager token",
"roles": ["viewer"],
"team_roles": ["schedules_editor"],
"teams": [
{
"id": "01G0J1EXE7AXZ2C93K61WBPYEH",
"name": "Platform"
}
]
}Show Identity