Skip to main content
GET
/
v1
/
messages
/
snoozed
/
count
Get snoozed messages count
curl --request GET \
  --url https://api.shingleai.com/v1/messages/snoozed/count \
  --header 'Authorization: Bearer <token>'
{
  "data": 123,
  "meta": {
    "pagination": {
      "limit": 123,
      "offset": 123,
      "hasMore": true,
      "total": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication via Bearer token

Response

Count of snoozed messages

data
number
required
meta
object
Last modified on May 4, 2026