Returns a list of all webhook subscriptions (both active and disabled).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sort order (ascending by default). Typically used together with the sort parameter.
asc, desc The number of items (0 .. 100) to return in a single page of the response. The response may contain fewer items if it is the last or only page.
1 <= x <= 100A pagination token obtained from a previous call to this endpoint. Use it to get the next or previous page of results for your initial query. If pagination_token is specified, all other query parameters are ignored and inferred from the initial query.
If not specified, the first page of results will be returned.
The field to sort the results by. Typically used together with the order parameter.
created_at, updated_at account, accounting_connection, approval, approval_request, approval_policy, approval_policy_process, batch_payment, comment, counterpart, counterpart_address, counterpart_bank_account, counterpart_contact_person, counterpart_partner_metadata, counterpart_tax_id, entity, entity_bank_account, entity_settings, entity_user, export, overdue_reminder, partner_settings, payable, payables_credit_note, payables_purchase_order, payable.line_item, payment, payment_intent, payment_link, payment_reminder, product, project, receivable, recurrence, role, tag, todo_task, workflow, workflow_pipeline, ocr_task, delivery_note, receipt, transaction Return only subscriptions created after the specified date and time.
Return only subscriptions created before the specified date and time.
Return only subscriptions created on or after the specified date and time.
Return only subscriptions created before or on the specified date and time.
Successful Response
A set of webhook settings of different types returned per page
A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page (i.e. you've reached the last page).
A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page (i.e. you've reached the first page).