Get all cash ups
Returns a paginated list of all cash up references that have been created. The references are ordered by descending date.
HTTP request
GET https://pos.snapscan.io/merchant/api/v1/cash_upscurl -u your-api-key: "https://pos.snapscan.io/merchant/api/v1/cash_ups"The above command returns JSON structured like this:
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"date": "2000-01-01T12:00:00Z",
"reference": "2f35cdc8246915c3"
},
{
"date": "1999-12-31T23:00:00Z",
"reference": "1e07ac748d2627ba"
}
]Response codes
| Description | Description | JSON Response |
|---|---|---|
| OK | 200 | An array of cash up objects |