Utilities V1
Identity Utilities V1
Test if your API key is valid, and which roles it has.
get/v1/identity
Response
OK response.
Example response
{
"identity": {
"dashboard_url": "https://app.incident.io/my-org",
"name": "Alertmanager token",
"roles": [
"incident_creator"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.