Logo PopinaPopina API

Fetch a location tills status

Fetch tills status based on locationId

GET/v1/tills/status/{locationId}
authorization<token>

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

In: header

Path Parameters

locationIdstring

Location id path parameter

Formatuuid

Response Body

application/json

curl -X GET "https://api.pragma-project.dev/v1/tills/status/497f6eca-6276-4993-bfeb-53cbbbba6f08"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "startedAt": null,
    "finalizedAt": null,
    "guestCount": 0,
    "isTraining": true,
    "status": "un-processed"
  }
]