cURL
curl --request GET \ --url https://api.example.com/organization/secrets \ --cookie fastapiusersauth=
[ { "id": "<string>", "type": "custom", "name": "<string>", "keys": [ "<string>" ], "environment": "<string>", "description": "<string>" } ]
List organization secrets.
Filter by secret type
The type of a secret.
custom
ssh-key
mtls
ca-cert
Successful Response
Was this page helpful?