GET
/
secrets
curl --request GET \
  --url https://api.pipecat.daily.co/v1/secrets \
  --header 'Authorization: Bearer <token>'
{
  "sets": [
    {
      "name": "my-app-secrets",
      "type": "secret"
    },
    {
      "name": "dockerhub-credentials",
      "type": "imagePullSecret"
    }
  ]
}

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

200
application/json

List of secret sets

The response is of type object.