curl -X GET \
/webhook-results/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8b3b9d-5b1a-4e1a-8b3b-9d5b1a4e1a8b",
"requestId": "<string>",
"method": "<string>",
"url": "<string>",
"httpOptions": [
"<string>"
],
"request": [
"<string>"
],
"response": [
"<string>"
],
"throwable": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"attempted": true,
"successful": true
}
Get webhook result
Required permissions:webhook:read
curl -X GET \
/webhook-results/{id} \
--header "Authorization: Bearer <token>"
{
"id": "ad8b3b9d-5b1a-4e1a-8b3b-9d5b1a4e1a8b",
"requestId": "<string>",
"method": "<string>",
"url": "<string>",
"httpOptions": [
"<string>"
],
"request": [
"<string>"
],
"response": [
"<string>"
],
"throwable": [
"<string>"
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"attempted": true,
"successful": true
}
Value for the Authorization header parameter.
WebhookResult identifier
WebhookResult resource
Was this page helpful?