Authorization: Bearer ********************curl --location --globoff 'https://api.vpsbg.eu/v1/snapshots?page=undefined&filter[date]=undefined&filter[server_id]=undefined&filter[size]=undefined&sort=undefined' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 116,
"server_id": 2478,
"server_hostname": "ubuntu-2gb",
"server_ip": "87.120.37.0",
"name": "example_snapshot",
"created_at": "2023-06-19T22:34:43+03:00",
"size": 50
}
],
"links": {
"first": "https://api.vpsbg.eu/v1/snapshots?page=1",
"last": "https://api.vpsbg.eu/v1/snapshots?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "pagination.previous",
"active": false
},
{
"url": "https://api.vpsbg.eu/v1/snapshots?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "pagination.next",
"active": false
}
],
"path": "https://api.vpsbg.eu/v1/snapshots",
"per_page": 50,
"to": 1,
"total": 1
}
}