Billing
View Available Product Plans
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Billing
View Available Product Plans
View All Available Product Plans
GET
/
api
/
v2
/
product
/
allAvailablePlans
curl --request GET \
--url https://api.vida.dev/api/v2/product/allAvailablePlans
{
"success": true
}
Authorizations
Vida API Token
Response
200
application/json
Successful response
Example:
true
curl --request GET \
--url https://api.vida.dev/api/v2/product/allAvailablePlans
{
"success": true
}