Last updated
Last updated
To a single event callback, send a GET
request to the /api/event_callbacks/:id
endpoint, where id
is the ID of the resource that you want to retrieve.
GET https://yourdomain.commercelayer.io/api/event_callbacks/:id
The following request fetches the event callback identified by the id "xYZkjABcde":
How to fetch a specific event callback via API