Logo PopinaPopina API

POS backup

Get list of backups

GET/v1/backup/
authorization<token>

To get the service key, please contact us.

In: header

Response Body

application/json

curl -X GET "http://localhost:4001/v1/backup/"
{
  "backups": [
    {
      "name": "string",
      "size": 0,
      "triggerMode": "manual",
      "createdAt": null,
      "updatedAt": null,
      "signedUrl": "http://example.com"
    }
  ]
}