Unified Inbox

Unread Count

GET/v1/unified-inbox/unread-email-threads-count
GET
/v1/unified-inbox/unread-email-threads-count

Get all unread count

Authorization

x-api-key<token>

API key for Open API authentication

In: header

Responses

200
Successfully fetched unread count
{
  "message": "Successfully fetched unread count",
  "payload": {
    "count": 0
  }
}

Request

curl -X GET \
  "https://open-api.saleshandy.com/v1/unified-inbox/unread-email-threads-count" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

No response body