circle-dollarGet User’s Credit Balance

POST /users/{user_id}/credits

Overview

Retrieves the current credit balance for a specific user.

This endpoint provides the most up-to-date view of how many credits a user has available.

Typical use cases

  • Checking the user’s available credit balance before a payment or service request

  • Displaying real-time credit balance in credit-based services

Name
Value

Content-Type

application/json

Authorization (API Key)

Bearer <API Key>

Path

Name
Description

user_id

User identifier (user_id). Optional on create — if not provided, a system-generated ID will be used More description

Response

Last updated