Skip to main content
POST
/
customers
/
me
/
notifications
/
mark-all-read
Mark All Notifications Read
curl --request POST \
  --url https://api.{your-broker}.slate-labs.com/customers/me/notifications/mark-all-read
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

login
string | null

Response

Successful Response