cURL
curl --request GET \ --url https://api.example.com/organizations/{id}
{ "id": "<string>", "name": "<string>" }
Organization retrieved successfully
Unique identifier of the organization.
Name given to the organization.