Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/integrations/server-credentials
curl -X GET "https://api.vonative.com/v1/integrations/server-credentials?limit=10" \ -H "Authorization: Bearer YOUR_TOKEN"
{ "success": true, "data": [ { "id": "cred-550e8400-e29b-41d4-a716-446655440000", "name": "Production API Token", "auth_type": "bearer_token", "status": "active", "secret_preview": "sk-****...abc123", "public_config": {}, "vapi_credential_id": "vapi-cred-uuid-1111", "last_sync_status": "synced", "last_sync_error": null, "created_at": "2026-05-20T10:30:00Z" } ], "total": 1, "limit": 10, "skip": 0 }
404