v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Hooks / Incomings

Get webhook queue

Retrieves a list of webhook queue items waiting for processing with the specified webhook. The request response contains:

  • the incoming payload hash
  • incoming data scope
  • the size of the data in bytes
  • timestamp of the moment when the data were placed in the processing queue
get/hooks/{hookId}/incomings

Path parameters

hookIdinteger required

The ID of the webhook. Use the GET /hooks API call to get the ID values of your webhooks.

Query parameters

pg[sortBy]string

The value that will be used to sort returned entities by.

pg[offset]integer

The value of entities you want to skip before getting entities you need.

pg[sortDir]'asc' | 'desc'

The sorting order. It accepts the ascending and descending direction specifiers.

pg[limit]integer

Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.

Response

Successful response