{ "opencollection": "1.0.0", "info": { "name": "Vapi Analytics Assistants API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Assistants", "type": "folder" }, "items": [ { "info": { "name": "List Assistants", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/assistant", "params": [ { "name": "limit", "value": "", "type": "query", "description": "This is the maximum number of items to return. Defaults to 100." }, { "name": "createdAtGt", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than the specified value." }, { "name": "createdAtLt", "value": "", "type": "query", "description": "This will return items where the createdAt is less than the specified value." }, { "name": "createdAtGe", "value": "", "type": "query", "description": "This will return items where the createdAt is greater than or equal to the specified value." }, { "name": "createdAtLe", "value": "", "type": "query", "description": "This will return items where the createdAt is less than or equal to the specified value." }, { "name": "updatedAtGt", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than the specified value." }, { "name": "updatedAtLt", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than the specified value." }, { "name": "updatedAtGe", "value": "", "type": "query", "description": "This will return items where the updatedAt is greater than or equal to the specified value." }, { "name": "updatedAtLe", "value": "", "type": "query", "description": "This will return items where the updatedAt is less than or equal to the specified value." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Assistants" }, { "info": { "name": "Create Assistant", "type": "http" }, "http": { "method": "POST", "url": "https://api.vapi.ai/assistant", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Assistant" }, { "info": { "name": "Get Assistant", "type": "http" }, "http": { "method": "GET", "url": "https://api.vapi.ai/assistant/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Assistant" }, { "info": { "name": "Update Assistant", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vapi.ai/assistant/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Assistant" }, { "info": { "name": "Delete Assistant", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vapi.ai/assistant/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the resource." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Assistant" } ] } ], "bundled": true }