Retrieve a webhook event log

Retrieves the details of an existing webhook event log.

GET/v3/webhook-event-logs/{id}
JWT
webhookEventLog:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the webhook event log.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "url": "string",
  "event": "string",
  "status": "pending",
  "lastAttemptedAt": "2019-08-24T14:15:22Z",
  "attempts": 0,
  "requestBody": "string",
  "responseBody": "string",
  "responseStatusCode": 0,
  "errorMessage": "string",
  "webhookId": "string"
}