GET
/
v1
/
organizations
curl --request GET \
  --url https://app.enzo.health/api/v1/organizations \
  --header 'Authorization: Bearer <token>'
{
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>",
      "icon": "<string>",
      "plan": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json
Successful response
organizations
object[]
required