Critical BackupList Critical Backups

List Critical Backups

List all critical backup jobs configured for the service.

curl -X GET "https://api.5centscdn.com/v2/cb" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "backups": [
    {
      "id": 42,
      "serviceid": 103,
      "name": "Daily S3 Backup",
      "meta": {
        "prefix": "s3",
        "description": ""
      },
      "files": "",
      "created_at": "2024-01-15 10:00:00",
      "updated_at": "2024-06-01 08:00:00",
      "deleted_at": null,
      "linkedZones": [
        2102,
        2105
      ],
      "linksCount": 2,
      "providerText": "Amazon S3"
    }
  ]
}
GET
/cb
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

Status of the API response.

backupsarray

Array of critical backup jobs configured for this service.