ArgorantDocs

List connected mailboxes

gethttps://app.argorant.com/api/v1/inboxes
GET
/api/v1/inboxes

The Google and Microsoft mailboxes connected to your workspace with connection state, health and today's sends against the daily limit. No credentials are ever returned.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Response Body

application/json

application/json

Shell
curl -X GET "https://app.argorant.com/api/v1/inboxes"
JSON
{  "inboxes": [    {      "email": "elena@northgate-advisory.com",      "name": "Elena Vaughn",      "provider": "google",      "status": "connected",      "health": "healthy",      "daily_limit": 40,      "sent_today": 38    }  ]}