v1

latestOpenAPI 3.0.3raw.githubusercontent.com2023-03-2663438.1 KB
v1beta/user

balance

Get the credit balance of the account/organization associated with the API key - deprecated, use v1/user/balance instead

get/user/balance

Headers

Organizationstring

Allows for requests to be scoped to an organization other than the user's default. If not provided, the user's default organization will be used.

Response

OK response.

creditsnumber double required

The balance of the account/organization associated with the API key

Example response

{
  "credits": 0.07903292496944721
}