Outbound Webhook

Get outbound webhook delivery

Get a single outbound webhook delivery by ID

get/v1/outbound-webhook/deliveries/{id}

Path parameters

idstring required

Delivery ID

Request body

object required

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "Success",
  "requestId": "req_abc123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.