HostingDelivery
Get Delivery pricing page
GET
/api/delivery/prices/pageReturns pricing page data for Delivery products for the current customer context.
Authorization
api_key X-Api-Token<token>
API token used to authenticate requests.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/delivery/prices/page" \ -H "X-Api-Token: YOUR_API_TOKEN" \ -H "Accept: application/json"{ "resources": {}}