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
Agent URLs
Create agent url
Create a new url for an agent and replace existing one if exists
POST
/
api
/
v2
/
agentUrl
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agentUrl \
--header 'Content-Type: application/json' \
--data '{
"targetUsername": "brandon",
"slug": "welovevida"
}'
Copy
Ask AI
{
"success": true,
"slug": "welovevida"
}
Authorizations
Vida API Token
Body
application/json
Response
200 - application/json
Referral Slug Created Successfully
The response is of type object
.
Copy
Ask AI
curl --request POST \
--url https://api.vida.dev/api/v2/agentUrl \
--header 'Content-Type: application/json' \
--data '{
"targetUsername": "brandon",
"slug": "welovevida"
}'
Copy
Ask AI
{
"success": true,
"slug": "welovevida"
}
Assistant
Responses are generated using AI and may contain mistakes.