List Webhooks.

GET {{baseUrl}}/v1/webhooks?from_created_at=<number>&limit=<string>&page=<number>&status=<string>&type=<string>&to_created_at=<number>

Retrieve a list of all webhooks that were sent

Request Params

KeyDatatypeRequiredDescription
from_created_atstringThe earliest date and time when the object was created, in Unix time (seconds).
limitstringThe maximum number of objects to return. Range: 1-1000.
pagestringPage number for pagination.
statusstringThe status of the webhook. One of the following values: *NEW - The webhook was created and has not yet been sent successfully. *RET - The webhook was resent. *CLO - The webhook was sent successfully. *ERR - Attempts were made to send the webhook, but the maximum number of retries was reached. The automatic retry process failed. The webhook was not sent.
typestringThe type of webhook.
to_created_atstringThe latest date and time when the object was created, in Unix time (seconds).

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:{&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;operation_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;},&quot;data&quot;:[{&quot;token&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:{},&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_attempt_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;next_attempt_at&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;token&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;data&quot;:{},&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;last_attempt_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;created_at&quot;:&quot;\u003cnumber\u003e&quot;,&quot;next_attempt_at&quot;:&quot;\u003cnumber\u003e&quot;}]}