Incidents
List Notification Subscribers
Retrieve a list of Notification Subscribers on the Incident.
<!-- theme: warning -->Users must be added through POST /incident/{id}/status_updates/subscribers to be returned from this endpoint. Scoped OAuth requires: subscribers.read
get/incidents/{id}/status_updates/subscribers
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Response
OK
Example response
{
"subscribers": [
{
"subscriber_id": "PD1234",
"subscriber_type": "user"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.