OrderLemon / Display Log

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response. A successful POST request typically returns

POST
1.0.0 01-08-2026

Body parameters

module string Example: ol_logs
data array Example:
[
  {
    "field": "sent_stamp",
    "value": "2024-05-31 10:42:38"
  },
  {
    "field": "module",
    "value": "flows"
  },
  {
    "field": "shop_id",
    "value": "23"
  },
  {
    "field": "phonenumber",
    "value": "333333333"
  },
  {
    "field": "step",
    "value": "343"
  },
  {
    "field": "block",
    "value": "greetings_shop"
  },
  {
    "field": "payload",
    "value": "[{}]"
  }
]