DotsDocs
Organizations

Retrieve Organization Details

Get details about the authenticated organization, including its current balance.

GET
/v2/organizations

Get details about the authenticated organization, including its current balance.

AuthorizationBasic <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v2/organizations"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "balance": 0}