cURL
curl --request GET \ --url https://api.cloud.onidel.com/backups \ --header 'Authorization: <api-key>'
[ { "id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "created_at": "2025-01-05T13:00:20.010Z", "size": 20, "instance": "c1d45377-b2a9-4407-ab8d-6909c34dfaac", "status": "available" } ]
List backups available to the user
Provide the value as: Token <your-api-token>
Token <your-api-token>
Successful operation
"c1d45377-b2a9-4407-ab8d-6909c34dfaac"
"2025-01-05T13:00:20.010Z"
20
available
pending