Reckon
Docs Home
Reckon Site
Docs Home
Reckon Site
  1. Credits
  • Start Here
  • Reckon Public APIs
    • Email Verification
      • Verify Email Address
    • Credits
      • Get Credit Balance
        GET
  • Schemas
    • Schemas
      • Account
      • ErrorResponse
      • vfs_region
      • AccountMember
      • VerificationResult
      • vfs_storage_size
      • AccountMemberCreateRequest
      • vfs_billing
      • AccountMemberUpdateRequest
      • vfs
      • AccountMemberListResponse
      • vfs_attachment
      • pull_zone
      • Error
      • APIKeyCreateRequest
      • UserUpdateRequest
      • UserCreateRequest
      • push_zone
      • APIKeyUpdateRequest
      • UserListResponse
      • file
      • APIKeyResponse
      • UserProfileResponse
      • file
      • APIKeyListResponse
      • UserProfileUpdateRequest
      • upload_endpoint
      • UserAccountMemberResponse
      • UserPreferencesResponse
      • inputs
      • User
      • UserPreferencesUpdateRequest
      • billing
      • invoice
      • vke-cluster
      • nodepool-instances
      • nodepools
      • attached-vpcs
      • network
      • CreditBalanceResponse
      • VerifyEmailRequest
      • vpc
      • CreditTransaction
      • VerifyEmailResponse
      • vpc-node
      • CreditTransactionListResponse
      • instance-vpc
      • CreditGrantRequest
      • vpc2
      • CreditGrantResponse
      • vpc2-node
      • CreditGrantMetadata
      • instance-vpc2
      • user
      • ip-whitelist-entry
      • startup
      • ssh
      • snapshot
      • subaccount
      • reserved-ip
      • os
      • application
      • account
      • account BGP
      • bandwidth
      • backup
      • blockstorage
      • firewall-group
      • firewall-rule
      • iso
      • iso-public
      • storage-gateway
      • storage-gateway-network
      • storage-gateway-export
      • object-storage
      • object-storage
      • clusters
      • tiers
      • tiers
      • domain
      • dns-soa
      • dns-record
      • loadbalancer
      • log
      • log-meta
      • region
      • plans
      • plans-metal
      • baremetal
      • baremetal
      • baremetal-ipv4
      • baremetal-ipv6
      • bandwidth
      • instance
      • instance
      • meta
      • database
      • plan
      • usage
      • user
      • topic
      • quota
      • available-connector
      • connector-configuration-schema
      • connector
      • connector-status
      • connector-status-task
      • alert
      • migration
      • backup
      • backup
      • connection
      • connection_pool
      • available_option
      • db
      • pg-advanced-options
      • mysql-advanced-options
      • kafka-advanced-options
      • kafka-rest-advanced-options
      • schema-registry-advanced-options
      • kafka-connect-advanced-options
      • access-control
      • kafka-permissions
      • app-variable
      • inference-subscription
      • inference-usage
      • private-networks
      • backup-schedule
      • forwarding-rule
      • meta
      • loadbalancer-firewall-rule
      • registry
      • replication
      • registry-storage
      • registry-repository
      • registry-user
      • registry-user
      • registry-region
      • registry-plan
      • registry-docker-credentials
      • registry-kubernetes-docker-credentials
      • registry-repository-artifact
      • registry-robot
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • TooManyRequests
      • PaymentRequired
      • MethodNotAllowed
      • InternalServerError
      • UnsupportedMediaType
      • Timeout
      • ValidationError
      • ServiceUnavailable
Docs Home
Reckon Site
Docs Home
Reckon Site
  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
Next
Account
Built with