Account
Retrieve your account details, usage stats, and plan information.
GET /v1/account
GET/v1/account
Requires authentication. Works with both full-access and scoped API keys.
response — 200 OK
{
"account": {
"id": "usr_abc123",
"email": "[email protected]",
"emailVerified": true,
"slug": "myagent",
"plan": "free",
"storageUsedBytes": 524288,
"storageLimitBytes": 1073741824,
"mailboxCount": 1,
"activeMailboxCount": 1,
"sentToday": 12,
"receivedToday": 5,
"bouncedToday": 0
}
}