cURL
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" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of organizations the user belongs to
Organization unique identifier
Organization name
Organization description
Organization creation timestamp
Organization last update timestamp
Was this page helpful?