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