Skip to main content
GET
/
api
/
v2
/
emails
/
unread
/
count
Count unread emails
curl --request GET \
  --url https://api.instantly.ai/api/v2/emails/unread/count \
  --header 'Authorization: Bearer <token>'
{
  "count": 100
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

count
number
Example:

100