Quiltt Logo

REST API

The REST API is used to to manage data for your deployment.

Link to this section#Authorization

Pass in your API Secret in the Authorization header.

Link to this section#Pagination

Endpoints that return collections of objects support a simple pagination scheme, with the following parameters:

ParameterType
pageInteger
itemsInteger
offsetInteger

All responses will return pagination information via the following headers:

  • Current-Page
  • Page-Items
  • Total-Count
  • Total-Pages