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": "<string>",
  "name": "<string>",
  "phoneNumber": "<string>",
  "address": "<string>",
  "logoUrl": "<string>"
}

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