GET
/
v1
/
vault
/
keys
cURL
curl --request GET \
  --url https://api.helicone.ai/v1/vault/keys \
  --header 'authorization: <api-key>'
{
  "data": [
    {
      "provider_key_name": "<string>",
      "provider_name": "<string>",
      "provider_key": "<string>",
      "org_id": "<string>",
      "id": "<string>"
    }
  ]
}

Authorizations

authorization
string
header
required

Response

200 - application/json

Ok

The response is of type object.