API Reference
Public

Public pricing snapshot

GET
/v1/public/pricing

Unauthenticated, CORS-open. Returns the headline rates the marketing site renders. Does NOT include per-country rates, plan tiers, or roadmap information.

Response Body

application/json

curl -X GET "https://example.com/v1/public/pricing"
{  "generated_at": "2019-08-24T14:15:22Z",  "currency": "KES",  "headline": {    "number_monthly": 0,    "outbound_per_minute": 0,    "inbound_per_minute": 0,    "recording_storage_free_gb": 0  },  "live_markets": [    "string"  ]}