Organization

Read an organization

Reads a specific organization by ID.

get/organization/{id}

Path parameters

idstring required

The ID of the organization to read.

Query parameters

metadata_includestring

Comma-separated list of metadata properties to include in the response. Available values [schemas, tags].

Response

An object representing the organization.

idinteger required

A system-wide unique ID for the organization.

namestring required

The organization name.

slugstring required

The organization slug.

status'active' | 'inactive' required

The status of the organization.

Example response

{
  "id": 9823413412,
  "name": "Crypto Inc.",
  "slug": "crypto-inc",
  "status": "active",
  "metadata": {
    "key": "value"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.