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

Path Parameters

notification_id
string<uuid>
required

Response

Successful Response