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

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.