Skip to main content
GET
/
user
/
organization
/
info
Get organization information
curl --request GET \
  --url https://api.example.com/user/organization/info \
  --header 'Authorization: Bearer <token>'
{
  "org_name": "<string>",
  "members": [
    {
      "uid": "<string>",
      "email": "<string>"
    }
  ],
  "balance": 123
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response model for GET /user/organization/info endpoint.

org_name
string
required

Organization name

members
OrganizationMember · object[]
required

List of organization members

balance
number
required

Organization balance in USD