Test if your API key is valid, and which roles it has.
cURL
curl --request GET \ --url https://api.incident.io/v1/identity
{ "identity": { "dashboard_url": "https://app.incident.io/my-org", "name": "Alertmanager token", "roles": [ "viewer" ] } }
OK response.
Show child attributes
{ "dashboard_url": "https://app.incident.io/my-org", "name": "Alertmanager token", "roles": ["viewer"]}
Was this page helpful?
Contact support