List all webhooks
How to fetch a collection of webhooks via API
To fetch a collection of webhooks, send a GET
request to the /api/webhooks
endpoint.
Request
GET https://yourdomain.commercelayer.io/api/webhooks
Example
The following request fetches a collection of webhooks:
Remember that when you fetch a list of resources you get paginated result.
Sortable fields
The list of webhooks can be sorted by the following fields:
Attributes
id
disabled_at
circuit_state
circuit_failure_count
created_at
updated_at
reference
reference_origin
Filterable fields
The list of webhooks can be filtered by the following fields:
Attributes
name
topic
id
disabled_at
circuit_state
circuit_failure_count
created_at
updated_at
reference
reference_origin
metadata
Last updated