🔑 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>'