API Documentation
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
Agents
Get Agent
Fetch an agent details
GET
/
api
/
v2
/
agent
/
{agentId}
Get Agent
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/agent/{agentId}
Copy
Ask AI
{
"success": true,
"message": "Success",
"sponsorship": {
"id": "campa931829b5857f...."
}
}
Authorizations
Vida API Token
Path Parameters
Agent Id
Response
200 - application/json
Successful response
The response is of type object
.
Get Agent
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/agent/{agentId}
Copy
Ask AI
{
"success": true,
"message": "Success",
"sponsorship": {
"id": "campa931829b5857f...."
}
}
Assistant
Responses are generated using AI and may contain mistakes.