ArgorantDocs

Account summary

gethttps://app.argorant.com/api/account/summary
GET
/api/account/summary

Return the signed-in workspace: plan, seat role, credit balance, and usage this period. Call this to check remaining credits before kicking off a large export.

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/account/summary"
JSON
{  "workspace": "acme",  "plan": "scale",  "role": "owner",  "credits_remaining": 41875,  "credits_period": 50000,  "exports_30d": 14,  "seats": 5}