Skip to main content
GET
/
api
/
v1
/
vendors
/
{vendorId}
/
plans
/
{planId}
Get Plan Details
curl --request GET \
  --url https://app.phonebot.io:80/api/v1/vendors/{vendorId}/plans/{planId}
{
  "success": true,
  "timestamp": "2025-04-17T14:23:30Z",
  "message": "<string>",
  "data": {
    "id": "c4a9e3f8-a3b2-4d1c-8b7e-5a9f0d1e2c3b",
    "name": "Standard Tier",
    "includedInboundSeconds": 1000,
    "includedOutboundSeconds": 500,
    "inboundSecondsLimit": 5000,
    "outboundSecondsLimit": 2000,
    "inboundSecondPriceCent": 2,
    "outboundSecondPriceCent": 4,
    "inboundSecondOverusePriceCent": 3,
    "outboundSecondOverusePriceCent": 5,
    "enforceInboundSecondsLimit": true,
    "enforceOutboundSecondsLimit": false,
    "baseRecurringPriceCent": 1000
  },
  "traceId": "<string>"
}

Path Parameters

vendorId
string
required

ID of the Vendor (UUID)

planId
string
required

ID of the Plan (UUID)

Response

Successfully retrieved plan details

Standard API response wrapper

success
boolean
required

Indicates if the request was successful

Example:

true

timestamp
string<date-time>
required

Response timestamp in ISO-8601 format

Example:

"2025-04-17T14:23:30Z"

message
string

Human-readable message

data
object

Payload data object

traceId
string

Correlation or trace ID