Log

Purpose

General purpose log, used for storing JSON data on server. Custom Json data can be stored and retrieved through this call.

Endpoint

The endpoint you need to use for this is:

/log

Available Methods

Methods Details
GET Get saved data from API log
POST POST log to API server (store your custom JSON object on server)
DELETE DELETE a log record
preloader