Skip to main content
GET
/
v2
/
users
/
{user_id}
/
paging_provider
ShowPagingProvider
curl --request GET \
  --url https://api.incident.io/v2/users/{user_id}/paging_provider \
  --header 'Authorization: Bearer <token>'
{
  "preferred_escalation_provider": "native"
}

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

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

user_id
string
required

The ID of the user.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Response

200 - application/json

OK response.

preferred_escalation_provider
enum<string>

The user's effective escalation provider.

Available options:
native,
opsgenie,
pagerduty,
splunk_on_call
Example:

"native"