object WebhookCallLog
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
webhook_type | String | |
url | String | |
timestamp | ISODateTime | UTC timestamp when the webhook call was logged. |
status_code | Int | |
response | JSONObjectScalar |
Referenced By
- WebhookCallLogEdge Type
Example
{
"id": "abc123",
"webhook_type": "abc123",
"url": "abc123",
"timestamp": "abc123",
"status_code": 987,
"response": "abc123"
}