latestSwagger 2.02026-08-102194011.3 MB

602fc25ddd76

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"
    ]
  }
}