Checkout
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
.
POST
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
application/json
The data needed to create the checkout quote.
The body is of type object
.
Response
200 - application/json
Quote generated successfully.
The response is of type object
.