cURL
curl --request GET \ --url https://www.closient.com/account/api/v1/organizations/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "public_id": "<string>", "country": "<string>", "is_brand": true }
Retrieve a single organization by ID.
UUID of the organization.
OK
Organization identifier.
Organization name.
URL-safe identifier.
ISO 3166-1 alpha-2 country code.
Whether this organization is a brand owner.