API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Billing
Fetch a product plan details
GET
/
api
/
v2
/
product
/
productPlan
/
{productPlanId}
curl --request GET \
--url https://api.vida.dev/api/v2/product/productPlan/{productPlanId}
{
"success": true
}
Authorizations
Vida API Token
Path Parameters
Product Plan Id
Response
200 - application/json
Successful response
curl --request GET \
--url https://api.vida.dev/api/v2/product/productPlan/{productPlanId}
{
"success": true
}