Skip to main content
GET
/
v1
/
identity
Identity
curl --request GET \
  --url https://api.incident.io/v1/identity
{
  "identity": {
    "dashboard_url": "https://app.incident.io/my-org",
    "name": "Alertmanager token",
    "roles": [
      "viewer"
    ]
  }
}

Response

200 - application/json

OK response.

identity
object
required
Example:
{
"dashboard_url": "https://app.incident.io/my-org",
"name": "Alertmanager token",
"roles": ["viewer"]
}