π’Inqud API
Inqud API
The API implements a Representational state transfer (REST) architecture. Sounds technical, but itβs really quite easy. It mainly breaks down to HTTP-methods GET, PATCH, POST and DELETE matching the operations to read, update, create and delete.
General
The base endpoint is: https://api.inqud.com
All endpoints return either a JSON object or array.
All time and timestamp related fields are in UTC time.
Date time format is ISO 8601. Example: "2018-12-04T12:02:35.14Z"
Last updated