GET
/
webhook-results
/
{id}
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
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

WebhookResult identifier

Response

200
application/json

WebhookResult resource