Skip to main content
GET
/
v1
/
account
/
credits
Get remaining credits for current API key owner
curl --request GET \
  --url https://api.stophy.dev/v1/account/credits \
  --header 'Authorization: Bearer <token>'
{
  "credits": 123
}
Use this endpoint to retrieve your current credit balance and usage details. the response is clean, predictable, and ready for downstream tasks like usage tracking, cost control, and billing logic.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

credits
integer | null