cURL
curl --request GET \ --url https://your-instance.example.com/api/organizations \ --header 'Authorization: Bearer <token>'
{ "organizations": [ { "_id": "<string>", "name": "<string>", "phoneNumber": "<string>", "address": "<string>", "logoUrl": "<string>", "loginDisabled": true, "contactProtectionPeriod": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organizations returned
Show child attributes