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>" } }
Ok
The response is of type object.
object
Was this page helpful?