GET
/
credential
/
{id}
curl --request GET \
  --url https://api.vapi.ai/credential/{id} \
  --header 'Authorization: Bearer <token>'
{
  "provider": "anyscale",
  "apiKey": "<string>",
  "id": "<string>",
  "orgId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Retrieve your key from Dashboard.

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object.