List
List notification methods for a user. Phone numbers are always partially redacted.
GET
List
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
The ID of the user whose notification methods you want to list.
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Response
200 - application/json
OK response.
Example:
[
{
"address": "•••••••6789",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"is_usable": true,
"method_type": "app",
"phone_details": {
"supports_sms": true,
"supports_voice": true
}
}
]List