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