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