cURL
curl --request GET \ --url https://api.pipecat.daily.co/v1/secrets/{setName} \ --header 'Authorization: Bearer <token>'
{ "region": "us-west", "secrets": [ { "fieldName": "API_KEY" }, { "fieldName": "DATABASE_URL" }, { "fieldName": "JWT_SECRET" } ] }
Retrieve key and value pairs for a specific secret set.
3 - 63
Show child attributes