Get Backup
Use this endpoint to get backup by id
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER
Request
URI
GET
https://{api_host}/provider/backups/{uuid}
COPY
Path Parameters
string
uuid
Required
ID of the backup
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/backups/{uuid}