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
Key | Datatype | Required | Description |
---|---|---|---|
from_created_at | string | The earliest date and time when the object was created, in Unix time (seconds). | |
limit | string | The maximum number of objects to return. Range: 1-1000. | |
page | string | Page number for pagination. | |
status | string | The 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. | |
type | string | The type of webhook. | |
to_created_at | string | The latest date and time when the object was created, in Unix time (seconds). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"},"data":[{"token":"\u003cstring\u003e","type":"\u003cstring\u003e","data":{},"status":"\u003cstring\u003e","last_attempt_at":"\u003cnumber\u003e","created_at":"\u003cnumber\u003e","next_attempt_at":"\u003cnumber\u003e"},{"token":"\u003cstring\u003e","type":"\u003cstring\u003e","data":{},"status":"\u003cstring\u003e","last_attempt_at":"\u003cnumber\u003e","created_at":"\u003cnumber\u003e","next_attempt_at":"\u003cnumber\u003e"}]}