Skip to main content
GET
/
organizations
/
{id}
Get an organization
curl --request GET \
  --url https://api.example.com/organizations/{id}
{
  "id": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt

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

Path Parameters

id
string
required

Response

Organization retrieved successfully

id
string
required

Unique identifier of the organization.

name
string
required

Name given to the organization.