🟒Inqud

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 example: "2018-12-04T12:02:35.14Z"

Last updated