GET
/
v1
/
vault
/
key
/
{providerKeyId}
curl --request GET \
  --url https://api.helicone.ai/v1/vault/key/{providerKeyId} \
  --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

Path Parameters

providerKeyId
string
required

Response

200 - application/json

Ok

The response is of type object.

GET
/
v1
/
vault
/
key
/
{providerKeyId}
curl --request GET \
  --url https://api.helicone.ai/v1/vault/key/{providerKeyId} \
  --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

Path Parameters

providerKeyId
string
required

Response

200 - application/json

Ok

The response is of type object.