v2

OpenAPI 3.0.3Apache-2.02026-08-07119359591.9 KB
Organizations

Get an organization

Get a specific organization by its ID.

<Note>This endpoint is in beta, read more here.</Note>

get/v2/organizations/{org_id}

Path parameters

org_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique organization identifier (base64)

Response

An organization object

idstring required

A universally unique identifier (base64-encoded opaque string).

namestring required

Name of the organization

descriptionstring required

A brief description of the organization's purpose

created_atstring date-time required

Timestamp for when the organization was created

Example response

{
  "id": "RW50aXR5OjEyMzQ1"
}