Skip to main content
GET
/
secrets
/
{key}
Get a secret
curl --request GET \
  --url https://api.quiva.ai/secrets/{key} \
  --header 'Authorization: Bearer <token>'
{
  "key": "api-key",
  "value": "sk_live_abcdefghijklmnopqrstuvwxyz"
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

key
string
required

The key of the secret to retrieve

Response

Secret retrieved successfully

key
string
required

The unique identifier for the secret

value
string
required

The secret value