cURL
curl --request GET \ --url https://operator.io/api/secrets \ --header 'Authorization: Bearer <token>'
{ "secrets": [ { "id": "<string>", "name": "<string>", "description": "<string>", "isGlobal": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns all secrets for the authenticated user. Values are never returned after creation.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
List of secrets.
Show child attributes