OK
id | string The webhook attempt's unique identifier. This is a lexicographically sortable identifier. |
attempted_at | string <date-time> Date/time in |
completed_at | string <date-time> Date/time in |
event_id | string The unique ID of the event that is associated with the webhook delivery attempt or response. |
webhook_config_id | string The unique ID of the WebhookConfig that is associated with the webhook delivery attempt or response. |
webhook_config_url | string The URL of the WebhookConfig. This is the URL that is associated with the webhook delivery attempt or response. |
response_code | integer or null The webhook attempt's |
response_body | string The response body received from executing the webhook. This is the response that the webhook endpoint returned. |
response_headers | string
|
self_link | string HTTP URL to this WebhookAttempt. |
Not found
{- "id": "string",
- "attempted_at": "2019-08-24T14:15:22Z",
- "completed_at": "2019-08-24T14:15:22Z",
- "event_id": "string",
- "webhook_config_id": "string",
- "webhook_config_url": "string",
- "response_code": 200,
- "response_body": "string",
- "response_headers": "{\"some_key\": \"some_value\", \"Content-Type\": \"application/json\", \"another_key\": \"another_value\"}",
- "self_link": "string"
}