Reckon
Docs HomeReckon Site
Docs HomeReckon Site
  1. Credits
  • Start Here
  • Reckon Public APIs
    • Email Verification
      • Verify Email Address
    • Credits
      • Get Credit Balance
        GET
  1. Credits

Get Credit Balance

GET
https://api.reckonapp.io/api/v1/credits/balance
🔑 Authentication Required: Include your API key in the X-API-Key header.
Returns the current credit balance for the account associated with the authenticated API key.
Access Control:
Requires valid API key authentication
All account members can view their account's balance

Request

Authorization
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************

Responses

🟢200OK
application/json
Current credit balance
Body

🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.reckonapp.io/api/v1/credits/balance' \
--header 'X-API-KEY: <api-key>'
Response Response Example
200 - Example 1
{
    "balance": 1000,
    "asOf": "2024-03-20T10:30:00Z"
}
Modified at 2025-08-13 13:11:56
Previous
Verify Email Address
Built with