v1
latestOpenAPI 3.0.02026-07-26242779.3 KBGet organization properties
Retrieve the current values of all configurable properties for your organization. Returns only public (user-configurable) properties without schema metadata. For schema information including available values and constraints, use the /properties/schema endpoint.
get/properties
Response
Properties retrieved successfully
Example response
{
"properties": {
"defaultRegion": "us-west"
}
}