PUT
/
credential
/
{id}
curl --request PUT \
  --url https://api.vapi.ai/credential/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "provider": "anyscale",
  "apiKey": "<string>"
}'
{
  "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

Body

application/json

Response

200 - application/json

The response is of type object.