Skip to main content
GET
/
properties
Get organization properties
curl --request GET \
  --url https://api.pipecat.daily.co/v1/properties \
  --header 'Authorization: Bearer <token>'
{
  "properties": {
    "defaultRegion": "us-west"
  }
}

Authorizations

Authorization
string
header
required

Authentication requires a Pipecat Cloud Private API token.

Generate a Private API key from your Dashboard (Settings > API Keys > Private > Create key) and include it as a Bearer token in the Authorization header.

Response

Properties retrieved successfully

properties
object

Organization configuration properties