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.
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.