timmmmmo
09/02/2025, 8:15 AMtimmmmmo
09/03/2025, 7:11 AMChiranjeet Mishra
09/03/2025, 2:21 PMCreateCustomLLMCredentialDTO or CreateWebhookCredentialDTO with the following payload to create or authenticate a credential:
json
{
"provider": "custom-llm",
"apiKey": "your-api-key",
"authenticationPlan": {
"type": "oauth2",
"url": "https://your-url.com/your/path/token",
"clientId": "your-client-id",
"clientSecret": "your-client-secret"
},
"name": "your-credential-name"
}
Refer to [this link](https://docs.vapi.ai/changelog/2024/12/6) for more detailed schema information.
2. **Removing a Credential**:Ensure you are accessing the correct endpoint or interface in your dashboard to delete credentials. Generally, this can be done through the API or admin settings depending on your system's setup.
If you're still facing issues, ensure your access configurations are correct or try resetting your authentication session. Let me know if you need more detailed steps or further assistance.timmmmmo
09/05/2025, 8:40 AMChiranjeet Mishra
09/09/2025, 5:33 AM