Public, no auth
The price endpoint is the only public endpoint that does not require an API key.Query parameters
| Name | Required | Description |
|---|---|---|
service | yes | Service code (e.g. wa, tg, ig) |
country | yes | ISO country code (e.g. GB, US, DE) |
Response
Use cases
- Display live pricing on a landing page without exposing an API key
- Pre-flight check before calling
/customer/purchase - Bulk pricing lookups for multiple country/service combinations
/customer/* endpoints.