Skip to main content
GET
/
account
/
credits
Credit balance (supersedes v1 GET /credits)
curl --request GET \
  --url https://origami.chat/api/v2/account/credits \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Response

200

{ balance, currency: "credits" }.