Logo PopinaPopina API

POS bootstrap

Return Pos configuration

GET/v1/bootstrap/
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Response Body

application/json

curl -X GET "http://localhost:4001/v1/bootstrap/"
{
  "date": {},
  "changes": [
    {
      "type": "discount",
      "data": {
        "id": "3425735d-9cdc-468c-bb62-1d97a0868d1a",
        "name": "",
        "value": 8,
        "index": 0,
        "type": "amount",
        "targetPrice": "unit"
      },
      "action": "UPSERT",
      "id": "3425735d-9cdc-468c-bb62-1d97a0868d1a"
    }
  ]
}