cURL
curl --request GET \ --url https://api.pipecat.daily.co/v1/secrets \ --header 'Authorization: Bearer <token>'
{ "sets": [ { "name": "my-app-secrets", "type": "secret", "region": "us-west" }, { "name": "dockerhub-credentials", "type": "imagePullSecret", "region": "us-west" } ] }
Retrieve a list of all secret sets in your organization with their name and secret type.
Show child attributes