API Summary

The API is organized around the following resources, base URL is https://apiv4.ordering.co/:version/:language/:project

  • :version is the version of the API used.
  • :language is the response language.
  • :project is the code/name of your project.

You can filter GET results with the following params:

ParamDescription
params Attributes of the user that you want to obtain separated by comma. (e.g. name,lastname,email)
limit The number of records that you want to obtain. This may be useful for pagination.
offset The number of records from where to start to obtain. This may be useful for pagination.