Get account details
GET
https://api.inboxkit.com/v1/api/account
Account
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.inboxkit.com/v1/api/account'
Response Response Example
200 - Example 1
{
"uid": "624688a7-e7e7-4e99-8560-614adec7a827",
"team": "living fear",
"admin_email": "[email protected]",
"total_credits": 60200,
"credits_used": 34880,
"credits_remaining": 26712,
"cost_per_google_mailbox": 3,
"cost_per_ms_outlook_mailbox": 0,
"current_plan": {
"name": "Agency",
"uid": "624688a7-e7e7-4e99-8560-614adec7a827",
"cycle": "monthly",
"pricing": 99,
"renews_on": "2025-06-16T18:17:05.000Z",
"purchased_on": "2025-06-16T18:17:05.000Z"
},
"auto_topup_enabled": false,
"auto_topup_config": {
"drops_below": 0,
"add_balance": 0
}
}
Request
Responses
Modified at 2025-06-19 05:43:18