Granted v1
This entry is created whenever someone is granted access to a private incident. If they have the ‘manage private incidents’ permission, then it’ll appear that the system has given them access to the incident.
WEBHOOK
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Response
200 - application/json
OK response.
The type of log entry that this is
Example:
"private_incident_membership.granted"
Example:
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"metadata": {
"user_base_role_slug": "admin",
"user_custom_role_slugs": "engineering,security"
},
"name": "John Doe",
"type": "user"
}
Example:
{
"location": "1.2.3.4",
"user_agent": "Chrome/91.0.4472.114"
}
When the entry occurred
Example:
"2021-08-17T13:28:57.801578Z"
The custom field that was created
Example:
[
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "Bob the builder",
"type": "user"
},
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "#INC-123 The website is slow",
"type": "incident"
}
]
Which version the event is
Example:
1