Webhooks
PrivateIncidentMembershipGrantedV1 Webhooks
This webhook is emitted whenever a user is given access to a private incident.
get/x-webhooks/private_incident.membership_granted_v1
Response
OK response.
Example response
{
"event_type": "private_incident.membership_granted_v1",
"private_incident.membership_granted_v1": {
"actor_user_id": "abc123",
"incident_id": "abc123",
"user_id": "abc123"
}
}