GET
/
recipients
/
{recipient_id}
/
notifications
/
unread-count
{
  "data": {
    "unread_count": 5
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access or Recipient acess scope.

Path Parameters

recipient_id
string
required

The unique identifier of the recipient.

Response

200
application/json

Unread notification count for the recipient.

The response is of type any.