Get Organization
GET
/api/organizations/{id}
organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/organizations/organization_uuid_string'
Response Response Example
{
"id": "organization_uuid_string",
"name": "Acme Corp",
"website": "https://www.acmecorp.com",
"country": "US",
"state": "CA",
"city": "San Francisco",
"addressLine1": "123 Main St",
"addressLine2": "Apt 100",
"zipCode": 94101,
"externalId": "acme_corp_external_id_string"
}
Request
Path Params
id
stringĀ
required
Example:
organization_uuid_string