Skip to main content
GET
/
organizations
Get user's organizations
curl --request GET \
  --url https://api.hixbe.com/account/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

List of organizations the user belongs to

id
string
required

Organization unique identifier

name
string
required

Organization name

description
string

Organization description

createdAt
string<date-time>

Organization creation timestamp

updatedAt
string<date-time>

Organization last update timestamp