List all event callbacks
How to fetch a collection of event callbacks via API
Last updated
How to fetch a collection of event callbacks via API
Last updated
To a collection of event callbacks, send a GET
request to the /api/event_callbacks
endpoint.
GET https://yourdomain.commercelayer.io/api/event_callbacks
The following request fetches a collection of event callbacks:
Remember that when you fetch a list of resources you get result.
The list of event callbacks can be by the following fields:
response_code
response_message
id
created_at
updated_at
reference
reference_origin
webhook
callback_url
response_code
response_message
id
created_at
updated_at
reference
reference_origin
metadata
webhook
The list of event callbacks can be by the following fields: