curl --request GET \
  --url https://api.dots.dev/api/v2/organizations \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "balance": 123
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
OK

The organization object.

id
string

The organization's unique identifier.

balance
integer

The organization's current balance in cents.