Call structure

Each API call is recognised by five distinct parts of the URL request.

Base URL

The domain of the API:

https://api.inzu.net/

API Version

The version of the API you are using:

https://api.inzu.net/1.5

API Application

The Inzu application you are connecting to:

https://api.inzu.net/1.5/cms

API Resource

The application resource you are connecting to:

https://api.inzu.net/1.5/cms/news

Call Parameters

Filter GET requests with parameters such as ordering and pagination:

https://api.inzu.net/1.5/cms/news?page=1&page_rows=3&order=date