Skip to main content
GET
/
v1
/
organizations
Organizations
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/organizations \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "organization_id": "<string>",
    "role": "<string>",
    "slug": "<string>",
    "permissions": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Response

Successful Response

name
string
required
organization_id
string
required
role
string
required
slug
string
required
permissions
string[]