Webhook
Get webhook result
GET
/
webhook-results
/
{id}
Authorizations
Authorization
string
headerrequiredValue for the Authorization header parameter.
Path Parameters
id
string
requiredWebhookResult identifier
Response
200 - application/json
id
string
requestId
string
The request ID of the webhook (X-Webhook-Id)
method
string
The HTTP method used to send the webhook
url
string
The recipient URL of the webhook
httpOptions
string[]
The HTTP options of the webhook
request
string[]
The request body of the webhook
response
string[] | null
The response body of the webhook delivery
throwable
string[] | null
The throwable body which occurred during the webhook delivery
createdAt
string
updatedAt
string
attempted
boolean
If the webhook was attempted
successful
boolean
If the webhook was successful
Was this page helpful?