API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
API Reference
Post apiv2agentzapierresponse
POST
/
api
/
v2
/
agent
/
zapier
/
response
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agent/zapier/response \
--header 'Content-Type: application/json' \
--data '{
"requestId": "<any>",
"responseData": "<any>"
}'
Body
application/json
Response
200
OK
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agent/zapier/response \
--header 'Content-Type: application/json' \
--data '{
"requestId": "<any>",
"responseData": "<any>"
}'
Assistant
Responses are generated using AI and may contain mistakes.