Generate Checkout Quote
This endpoint allows a user to generate a quote for a service via the API. You can either specify
a product_code
directly or use the traditional combination of product_type
, country_id
, and
product_protocol
.
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Headers
Content type for the request body as application/json.
Body
The quantity of the product you would like to purchase.
1
The ISO country code of the product. Applicable for region-specific datacenter/isp products.
"gb"
The interval of the product.
year
, month
, week
, day
"month"
The interval count of the product.
1
If provided, this overrides product_type, country_id, and product_protocol. The cycle must still be valid for this product_code.
"isp_gb"
The protocol of the product.
ipv4
, ipv6
, dual
"ipv4"
The product type you would like to purchase.
datacenter
, isp
, residential
"isp"
Promotional code to apply to the checkout.
"NEWYEAR2025"