Requested v1
This entry is created whenever a self-serve on-call seat upsell is submitted.
WEBHOOK
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
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:
"on_call_upsell.requested"
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"
}Example:
{
"gate_count_after": "15",
"gate_count_before": "10",
"requested_by_user_id": "01JV9EMFCFRGCFVNDWTBKT2EBR",
"seats_added": "5"
}When the entry occurred
Example:
"2021-08-17T13:28:57.801578Z"
The custom field that was created
Example:
[
{
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"name": "On-call upsell (+5 seats)",
"type": "on_call_upsell_request"
}
]Which version the event is
Example:
1