Skip to main content
POST
/
notifications
/
read-all
Mark all notifications as read
curl --request POST \
  --url https://api.interchange.io/api/v2/storefront/notifications/read-all \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "brandAgentId": 123
}
'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Body

application/json
brandAgentId
number

Response

Mark all notifications as read