General purpose log, used for storing JSON data on server. Custom Json data can be stored and retrieved through this call.
The endpoint you need to use for this is:
/log
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 |