🔵AllCore API

AllCore API

AllCore API is designed using a REST architecture. It uses HTTP methods—GET, PATCH, POST, and DELETE—to perform read, update, create, and delete operations respectively.

General

  • The base endpoint is: https://api.allcore.io

  • 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