Skip to main content
GET
/
api
/
v2
/
balance
Get balance and budget information for the authenticated API key
curl --request GET \
  --url https://app.dumplingai.com/api/v2/balance \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "requestId": "<string>",
  "error": "<string>",
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Balance information