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//usage
GET /v1/integrations/server-credentials/{credential_id}/usage
curl -X GET https://api.vonative.com/v1/integrations/server-credentials/cred-550e8400-e29b-41d4-a716-446655440000/usage \ -H "Authorization: Bearer YOUR_TOKEN"
{ "success": true, "data": { "tool_count": 2, "tools": [ { "id": "tool-uuid-1234", "name": "Check Order Status", "type": "function" }, { "id": "tool-uuid-5678", "name": "Book Appointment", "type": "function" } ] } }
404