Retrieves a webhook tracking log record with a specified ID.
Webhook tracking log record retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
const entry = await api.tracking.getWebhookTrackingLog({id: 'foobar-001'}); console.log(entry.fields.eventType);
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "eventType": "account-password-reset-requested",
- "entityId": "string",
- "url": "string",
- "method": "POST",
- "headers": {
- "My-Header": "Cool-Value"
}, - "responseCode": 0,
- "responseBody": "string",
- "payload": "string",
- "source": "webhooks",
- "attempt": 0,
- "sentTime": "2019-08-24T14:15:22Z",
- "initiatedTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}