List Backups
API Version: 1.1.0 (06-Jan-2025)
Retrieve all backups
Authorizations
Responses
200
Successful operation
application/json
400
Bad request
401
Unauthorized
get
GET /backups HTTP/1.1
Host: api.cloud.onidel.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
"created_at": "2025-01-05T13:00:20.010960Z",
"size": 20,
"instance": "c1d45377-b2a9-4407-ab8d-6909c34dfaac",
"status": "available"
}
]
Last updated