API Reference

Overview

To enhance API performance, several endpoints support pagination. To use this feature add a page and, optionally, a per parameter to the URL's query string. For example, the following url...

https://public-gateway.aws.stg.mondia.io/api/marketplace/product?offset=1&limit=2

...will return the second page of two products. If the per parameter is not provided, the API will return more records per page by default, unless otherwise specified.

Information on whether a given endpoint supports pagination parameters can be found on its respective page in the documentation.