Skip to main content
GET
/
organizations
/
{uuid}
Get organization
curl --request GET \
  --url https://api.calendly.com/organizations/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "resource": {
    "uri": "<string>",
    "name": "<string>",
    "kind": "individual",
    "plan": "enterprise",
    "stage": "active",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE. Request the minimum scopes your integration needs. See the Scopes catalog for the full list.

Path Parameters

uuid
string
required

Unique identifier for the resource.

Response

OK

resource
object