Fetch tills
Fetch tills based on the legacy application name
GET
/v1/tills/fetch/{app}authorization<token>
To get an API key, please contact us. We'll be happy to help you.
In: header
Path Parameters
appstring
Value in
"jalia" | "popina"Response Body
application/json
curl -X GET "https://api.pragma-project.dev/v1/tills/fetch/jalia"[
{
"locationId": "1a5515a3-ba81-4a42-aee7-ad9ffc090a54",
"application": "POPINA",
"legacyId": 1,
"success": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"errors": [
{
"message": "string",
"serverId": 1
}
]
}
]