Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
Organization
curl --request GET \
  --url https://almanac-backend-83vc.onrender.com/v1/organizations/{organization_id} \
  --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

Path Parameters

organization_id
string
required

Response

Successful Response

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