List webhooks with optional filtering

Retrieves a paginated list of webhook subscriptions owned by the authenticated merchant. Supports filtering by creation date range and standard pagination controls.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
number
Defaults to 1

Page number for pagination (1-based indexing).

Determines which page of results to retrieve. Must be a positive
integer between 1 and 1000 to prevent excessive pagination.

number
Defaults to 10

Number of items per page.

Controls how many webhook records are returned in a single response.
Limited to a maximum of 100 items to ensure reasonable response sizes
and optimal API performance.

string
enum
Defaults to desc

Sort order for the returned webhook list.

Determines whether webhooks are sorted by creation date in ascending
or descending order. Defaults to descending (newest first).

Allowed:
string

Start date for filtering webhooks by creation time.

Only webhooks created on or after this date will be included
in the results. Must be in ISO 8601 format with timezone information.

string

End date for filtering webhooks by creation time.

Only webhooks created before or on this date will be included
in the results. Must be in ISO 8601 format with timezone information.

Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!