cURL
curl --request GET \ --url https://b2b-api.dev-riseworks.io/v2/webhooks/{webhook_nanoid}/deliveries \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "deliveries": [ { "delivery_nanoid": "<string>", "event_nanoid": "<string>", "status": "queued", "response_code": 123, "created_at": "2023-11-07T05:31:56Z" } ], "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the Webhook Endpoint.
15
1 <= x <= 100
Default Response
The response is of type object.
object