Data Payload

Use this method to store payloads that are 2,000 bytes (2KB) or smaller. If your payload MIGHT cross over this threshold, then please use the Span method.
post
https://api.logware.io
/api/data
StoreData
The Task Id included in the StoreData method response is temporary and does not need to be saved. Use the Task Id to get the Transaction Id with the StoreDataId method below. The Transaction Id is permanent and must be saved if you intend to look up the data value stored later in the future. After 1 hour, the Task Id is expunged and no longer accessible.
get
https://api.logware.io
/api/data/[env]/[taskid]
StoreDataId