Authorization: Bearer ********************curl --location -g --request GET 'https://api.vpsbg.eu/v1/vpcs?page&per_page&filter[name]&filter[cidr]' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 4,
"name": "production2",
"cidr": "10.64.0.0/24",
"created_at": "2026-04-10T14:28:25.000000Z",
"servers": []
}
],
"links": {
"first": "https://api.vpsbg.eu/v1/vpcs?page=1",
"last": "https://api.vpsbg.eu/v1/vpcs?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.vpsbg.eu/v1/vpcs?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://api.vpsbg.eu/v1/vpcs",
"per_page": 20,
"to": 1,
"total": 1
}
}