Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bizzyco.ai/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
API key authentication via Bearer token
Count of archived messages
Show child attributes