cURL
curl --request GET \ --url https://your-instance.example.com/api/organizations/user \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "name": "<string>", "phoneNumber": "<string>", "address": "<string>", "logoUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organization details returned