GET
/
secrets
/
{setName}
curl --request GET \
  --url https://api.pipecat.daily.co/v1/secrets/{setName} \
  --header 'Authorization: Bearer <token>'
{
  "secrets": [
    {
      "fieldName": "API_KEY"
    },
    {
      "fieldName": "DATABASE_URL"
    },
    {
      "fieldName": "JWT_SECRET"
    }
  ]
}

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.

Path Parameters

setName
string
required

Name of the secret set to retrieve

Required string length: 3 - 63

Response

200
application/json

Secret set details

The response is of type object.