Getting Started

The Notardec API is an general use REST API that uses JSON for body data. Any project that can communicate via REST and JSON can be used for Notardec API.

Using API commands

Notardec API commands in most cases do not need authorization for general reading and some writing functions. These can be easily called via the dedicated GET, POST, etc. HTTP headers.

If needed, the Authorization header can be manually passed additionally to the API request. TEOS API allows the usage of Identiy Token by TX Authentication from CoreLedger. For more information, please check the documentation from the authentication server. The token filters specific function to be tailored for the current user. For example the list of assets would only show the user’s owned assets instead of all assets created on the Blockchain.