Skip to main content
GET
/
api
/
organizations
/
user
Get current user organization details
curl --request GET \
  --url https://your-instance.example.com/api/organizations/user \
  --header 'Authorization: Bearer <token>'
{
  "_id": "5f7b1c2e8a1d4e0012c3b400",
  "name": "Acme Corp",
  "phoneNumber": "+14165550100",
  "address": "123 Yonge St, Toronto, ON",
  "logoUrl": "https://cdn.example.com/logos/acme.png?sig=..."
}

Authorizations

Authorization
string
header
required

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

Response

Organization details returned

_id
string
name
string
phoneNumber
string
address
string
logoUrl
string