curl --request GET \
--url https://api.shingleai.com/v1/messages/archived/count \
--header 'Authorization: Bearer <token>'{
"data": 123,
"meta": {
"pagination": {
"limit": 123,
"offset": 123,
"hasMore": true,
"total": 123
}
}
}Get the count of archived messages
curl --request GET \
--url https://api.shingleai.com/v1/messages/archived/count \
--header 'Authorization: Bearer <token>'{
"data": 123,
"meta": {
"pagination": {
"limit": 123,
"offset": 123,
"hasMore": true,
"total": 123
}
}
}API key authentication via Bearer token