{ "info": { "_postman_id": "7e6b5cd9-ee9b-49c4-b7b8-29353683a0b1", "name": "Laravel Cloud Applications Backups API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:02:48.000Z", "updatedAt": "2026-07-28T02:02:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-7e6b5cd9-ee9b-49c4-b7b8-29353683a0b1" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "database", "item": [ { "name": "backups", "item": [ { "name": "{backupConfiguration}", "item": [ { "name": "instances", "item": [ { "name": "{backup}", "item": [ { "name": "restores", "item": [ { "name": "Create a database restore from backup", "id": "307cbcfa-cbc1-467a-98fc-cc2f06656b55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"database_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup/restores", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup", "restores" ], "variable": [ { "id": "75df319a-9397-440d-a015-6e95ebe8897b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d60d7a36-4aec-4375-84a8-13b346a6625b", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "492776a3-127b-46f7-912b-515fbf134001", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" }, { "id": "4af0abd3-dcce-4a89-b249-6fbde27e8aca", "key": "backup", "value": "", "description": "(Required) The backup ID" } ] }, "description": "Restore the given database from the backup.\n\nProcessing mode: async" }, "response": [ { "id": "f8641d5d-38f5-4542-9a4e-89683475bbf0", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"database_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup/restores", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup", "restores" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-f8641d5d-38f5-4542-9a4e-89683475bbf0" }, { "id": "e2451429-4e50-4ff0-99b8-c5d3d649df39", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"database_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup/restores", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup", "restores" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-e2451429-4e50-4ff0-99b8-c5d3d649df39" }, { "id": "bd47ab2c-545f-40f6-9971-c0e2bf881689", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"database_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup/restores", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup", "restores" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-bd47ab2c-545f-40f6-9971-c0e2bf881689" }, { "id": "56eb5ec3-ae1c-44ea-8ced-176c84a2d3d0", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"database_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup/restores", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup", "restores" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"qui_c\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-56eb5ec3-ae1c-44ea-8ced-176c84a2d3d0" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-307cbcfa-cbc1-467a-98fc-cc2f06656b55" } ], "id": "dfd40ebd-4c09-481d-acf8-7dde5ed698c6", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-dfd40ebd-4c09-481d-acf8-7dde5ed698c6" }, { "name": "Get backup", "id": "59a8ac70-1ccc-426c-814e-1e92f6b83d44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "id": "0266ccf0-2020-4e55-8336-a3eb8df63bfd", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "6462e4d9-bd02-4183-8d09-bc123a6cd0b4", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "fdc27545-0737-4d78-a015-2b9bf37e5dce", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" }, { "id": "a6abf01a-d6c5-4344-ade2-b1941cb7b340", "key": "backup", "value": "", "description": "(Required) The backup ID" } ] }, "description": "Get a specific backup instance associated with the backup configuration.\n\nProcessing mode: sync" }, "response": [ { "id": "d144e741-70cf-4750-8601-0dde4593af91", "name": "`BackupResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"backups\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"status\": \"\",\n \"is_partial\": \"\",\n \"size\": \"\",\n \"finished_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-d144e741-70cf-4750-8601-0dde4593af91" }, { "id": "ac3bf758-2061-4c49-8703-740be3e8ae6e", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-ac3bf758-2061-4c49-8703-740be3e8ae6e" }, { "id": "724de9b6-6518-404c-978e-df2c03a2c6dd", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-724de9b6-6518-404c-978e-df2c03a2c6dd" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-59a8ac70-1ccc-426c-814e-1e92f6b83d44" }, { "name": "Delete backup", "id": "a6d8492a-2c89-46f0-80e3-10f06000151e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "id": "3990651a-c743-4474-b25b-c79b233046a3", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "48118666-31f6-4bfb-b5cc-dccba9304bb4", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "4c113637-32eb-4782-9723-06ea39b93e88", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" }, { "id": "bc7345b1-8c0c-4bf4-8fed-1a8362d45258", "key": "backup", "value": "", "description": "(Required) The backup ID" } ] }, "description": "Delete a backup instance from the server.\n\nProcessing mode: async" }, "response": [ { "id": "f0d60816-8134-4eb3-a9de-c88a1a11d570", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-f0d60816-8134-4eb3-a9de-c88a1a11d570" }, { "id": "b7ef8c2c-0cc4-41a6-a700-cbecff4a4980", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-b7ef8c2c-0cc4-41a6-a700-cbecff4a4980" }, { "id": "2ed2c272-cc55-4987-aa6e-5c02bd5e7135", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances/:backup", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances", ":backup" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" }, { "key": "backup" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-2ed2c272-cc55-4987-aa6e-5c02bd5e7135" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-a6d8492a-2c89-46f0-80e3-10f06000151e" } ], "id": "d0825000-62fd-4dc4-b6c2-57a2e335871f", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-d0825000-62fd-4dc4-b6c2-57a2e335871f" }, { "name": "List backups", "id": "f90646d5-e7d4-4ca5-8126-94ad03a5958b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances?page[size]=30&page[cursor]=&filter[status]=&sort=-updated_at,-created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the backup.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,-created_at" } ], "variable": [ { "id": "436373a9-d575-4a61-8903-36c9740af2df", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "aa4680b8-790f-4e61-b2f7-914b8864ac96", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "d3289502-b0d8-4fc9-b8c6-8438176bcc2a", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" } ] }, "description": "List all backup instances for the backup configuration.\n\nProcessing mode: sync" }, "response": [ { "id": "b51a6692-c4e7-42b6-a4d8-7b4860854491", "name": "Paginated set of `BackupResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances?page[size]=30&page[cursor]=&filter[status]=&sort=-updated_at,-created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the backup.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,-created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"backups\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"status\": \"\",\n \"is_partial\": \"\",\n \"size\": \"\",\n \"finished_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backups\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"status\": \"\",\n \"is_partial\": \"\",\n \"size\": \"\",\n \"finished_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-b51a6692-c4e7-42b6-a4d8-7b4860854491" }, { "id": "95e85fbe-612e-43ea-b36b-6a55db4c8056", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances?page[size]=30&page[cursor]=&filter[status]=&sort=-updated_at,-created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the backup.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,-created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-95e85fbe-612e-43ea-b36b-6a55db4c8056" }, { "id": "b34366d8-f4bb-45d3-b7ff-517a79441650", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances?page[size]=30&page[cursor]=&filter[status]=&sort=-updated_at,-created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The status of the backup.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,-created_at" } ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-b34366d8-f4bb-45d3-b7ff-517a79441650" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-f90646d5-e7d4-4ca5-8126-94ad03a5958b" }, { "name": "Create backup", "id": "b0119ec0-21ad-4026-87a5-9ede40acc38f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "variable": [ { "id": "c2348e7b-5779-47cb-9e05-b5fe2b38aa2e", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "9ad5f378-0d51-4207-be7f-e87357df571f", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "0e319f33-421b-4f15-b1d2-a3766939f915", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" } ] }, "description": "Manually create a backup for the server.\n\nProcessing mode: async" }, "response": [ { "id": "1ea38de4-8495-4a25-b815-c15f757248cf", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-1ea38de4-8495-4a25-b815-c15f757248cf" }, { "id": "dd4a6e9b-a2a4-4c12-ac5f-9bb13af5794e", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-dd4a6e9b-a2a4-4c12-ac5f-9bb13af5794e" }, { "id": "dcb876ba-1c40-4c3f-a182-e20766011452", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration/instances", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration", "instances" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-dcb876ba-1c40-4c3f-a182-e20766011452" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-b0119ec0-21ad-4026-87a5-9ede40acc38f" } ], "id": "3aaf89dd-987f-414a-afc6-cf60a86a79d5", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-3aaf89dd-987f-414a-afc6-cf60a86a79d5" }, { "name": "Get backup configuration", "id": "ee422faa-e13a-4d9f-8725-f70679184c25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "id": "ceafc013-cc46-4a58-9979-46a59b4c3abb", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "4012fa12-3a60-428e-899e-263696453f09", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "89baff8a-d462-4476-8be0-26a4d284d16f", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" } ] }, "description": "Get a specific backup configuration for the server.\n\nProcessing mode: sync" }, "response": [ { "id": "8c675fa2-7e5c-4953-8a08-3375c9b74338", "name": "`BackupConfigurationResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"backupConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"storage_provider_id\": \"\",\n \"provider\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"schedule\": \"\",\n \"displayable_schedule\": \"\",\n \"next_run_time\": \"\",\n \"status\": \"\",\n \"day_of_week\": \"\",\n \"time\": \"\",\n \"cron_schedule\": \"\",\n \"database_ids\": [],\n \"include_new_databases\": \"\",\n \"retention\": \"\",\n \"notify_email\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-8c675fa2-7e5c-4953-8a08-3375c9b74338" }, { "id": "ca8c3f10-4e89-4dad-ad86-7b275b3d28d2", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-ca8c3f10-4e89-4dad-ad86-7b275b3d28d2" }, { "id": "f3a28e37-c7d6-4682-a202-a74922f3eea7", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-f3a28e37-c7d6-4682-a202-a74922f3eea7" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-ee422faa-e13a-4d9f-8725-f70679184c25" }, { "name": "Update backup configuration", "id": "3f9991dd-03aa-4143-a0d1-f6ba11fcd9cf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"3\",\n \"time\": \"12:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "id": "8b133249-f8eb-4008-89b6-c27494646f45", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "1dfa7c41-d3a8-4cf2-a52e-565e1ef619a3", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "ad5a9882-fa0a-45e7-af7c-49ef1e04d020", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" } ] }, "description": "Update an existing backup configuration for the server.\n\nProcessing mode: async" }, "response": [ { "id": "72608cf6-97d0-481c-a39c-650a1de34b0c", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"3\",\n \"time\": \"12:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-72608cf6-97d0-481c-a39c-650a1de34b0c" }, { "id": "2a19ebe6-0da0-4c25-b323-66d080b6930e", "name": "Authorization error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"3\",\n \"time\": \"12:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-2a19ebe6-0da0-4c25-b323-66d080b6930e" }, { "id": "7bdd5eae-24a7-4267-af55-7f69d46f1944", "name": "Not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"3\",\n \"time\": \"12:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-7bdd5eae-24a7-4267-af55-7f69d46f1944" }, { "id": "0c9fef28-24dd-40f1-ae23-7fa8c8b75e38", "name": "Validation error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"3\",\n \"time\": \"12:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"qui_c\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-0c9fef28-24dd-40f1-ae23-7fa8c8b75e38" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-3f9991dd-03aa-4143-a0d1-f6ba11fcd9cf" }, { "name": "Delete backup configuration", "id": "27f36cad-5ba3-4f90-ad24-28b7f67e41fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "id": "52fb908d-cfe4-4d46-a5e1-37ebba39cb21", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "9cce7433-a804-4177-818f-3aeba2f13d9c", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "3f8b8604-3cba-4aa2-bfd3-040c92627296", "key": "backupConfiguration", "value": "", "description": "(Required) The backup configuration ID" } ] }, "description": "Delete a backup configuration from the server.\n\nProcessing mode: async" }, "response": [ { "id": "edfb1ac8-82ec-4e96-a786-b95482fd794d", "name": "New Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-edfb1ac8-82ec-4e96-a786-b95482fd794d" }, { "id": "42907f94-3b02-4ac3-aa5b-e73b2df1dbc3", "name": "Authorization error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-42907f94-3b02-4ac3-aa5b-e73b2df1dbc3" }, { "id": "25bb07c7-aa1e-4e4f-b45b-00659dbc3eb5", "name": "Not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups/:backupConfiguration", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups", ":backupConfiguration" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "backupConfiguration" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-25bb07c7-aa1e-4e4f-b45b-00659dbc3eb5" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-27f36cad-5ba3-4f90-ad24-28b7f67e41fb" } ], "id": "8980e685-6016-4dd1-97d0-3a812f7a9e0a", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-8980e685-6016-4dd1-97d0-3a812f7a9e0a" }, { "name": "List backup configurations", "id": "06b04096-bba2-496c-bb65-6ea0325bc767", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=-updated_at,name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The name of the backup configuration.", "key": "filter[name]", "value": "" }, { "description": "The status of the backup configuration.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,name" } ], "variable": [ { "id": "360d7289-98bb-4bde-afea-2658bb24aef1", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "d4701ff1-7a82-4b69-ac9c-dbb2ad47ed2a", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all backup configurations for the server.\n\nProcessing mode: sync" }, "response": [ { "id": "7d156f65-f011-473a-b23a-14f0e7ac97b4", "name": "Paginated set of `BackupConfigurationResource`", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=-updated_at,name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The name of the backup configuration.", "key": "filter[name]", "value": "" }, { "description": "The status of the backup configuration.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,name" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"type\": \"backupConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"storage_provider_id\": \"\",\n \"provider\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"schedule\": \"\",\n \"displayable_schedule\": \"\",\n \"next_run_time\": \"\",\n \"status\": \"\",\n \"day_of_week\": \"\",\n \"time\": \"\",\n \"cron_schedule\": \"\",\n \"database_ids\": [],\n \"include_new_databases\": \"\",\n \"retention\": \"\",\n \"notify_email\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"backupConfigurations\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"name\": \"\",\n \"storage_provider_id\": \"\",\n \"provider\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"schedule\": \"\",\n \"displayable_schedule\": \"\",\n \"next_run_time\": \"\",\n \"status\": \"\",\n \"day_of_week\": \"\",\n \"time\": \"\",\n \"cron_schedule\": \"\",\n \"database_ids\": [],\n \"include_new_databases\": \"\",\n \"retention\": \"\",\n \"notify_email\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-7d156f65-f011-473a-b23a-14f0e7ac97b4" }, { "id": "b772e0dc-f28e-4df2-a127-1768bfd53d7d", "name": "Authorization error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=-updated_at,name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The name of the backup configuration.", "key": "filter[name]", "value": "" }, { "description": "The status of the backup configuration.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,name" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-b772e0dc-f28e-4df2-a127-1768bfd53d7d" }, { "id": "228df55e-8a7d-4deb-881b-c4e7a202fbdf", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=-updated_at,name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "query": [ { "description": "The number of results that will be returned per page.", "key": "page[size]", "value": "30" }, { "description": "The cursor to start the pagination from.", "key": "page[cursor]", "value": "" }, { "description": "The name of the backup configuration.", "key": "filter[name]", "value": "" }, { "description": "The status of the backup configuration.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "-updated_at,name" } ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-228df55e-8a7d-4deb-881b-c4e7a202fbdf" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-06b04096-bba2-496c-bb65-6ea0325bc767" }, { "name": "Create backup configuration", "id": "435fc569-f801-449b-affa-46a675b6d4c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"5\",\n \"time\": \"06:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "variable": [ { "id": "5bace30f-8d21-4dd7-a7c8-2ef0b8aad4a4", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "05487695-f8d6-495d-a44d-ca28eada0e9d", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Create a new backup configuration for the server.\n\nProcessing mode: async" }, "response": [ { "id": "4cca10b5-7c39-45e1-ba43-99ea7c16307a", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"5\",\n \"time\": \"06:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-4cca10b5-7c39-45e1-ba43-99ea7c16307a" }, { "id": "ef95e1f1-e60a-4da1-b97b-e940b7379ce2", "name": "Authorization error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"5\",\n \"time\": \"06:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-ef95e1f1-e60a-4da1-b97b-e940b7379ce2" }, { "id": "5b5bb9b4-7a5e-4ad8-8a57-836bcc2d52e0", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"5\",\n \"time\": \"06:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-5b5bb9b4-7a5e-4ad8-8a57-836bcc2d52e0" }, { "id": "74de0332-072b-4f2e-b483-dfa2ed14b353", "name": "Validation error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"storage_provider_id\": \"\",\n \"frequency\": \"daily\",\n \"retention\": \"\",\n \"database_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"bucket\": \"\",\n \"directory\": \"\",\n \"day\": \"5\",\n \"time\": \"06:00\",\n \"cron\": \"\",\n \"include_new_databases\": \"\",\n \"notification_email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/backups", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "backups" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"errors\": {\n \"qui_c\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-74de0332-072b-4f2e-b483-dfa2ed14b353" } ], "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-435fc569-f801-449b-affa-46a675b6d4c9" } ], "id": "ee2e326b-b6e1-4ef3-bef1-0094bab06c62", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-ee2e326b-b6e1-4ef3-bef1-0094bab06c62" } ], "id": "841b2377-a88a-4bfe-8636-064e34953bec", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-841b2377-a88a-4bfe-8636-064e34953bec" } ], "id": "30205910-6ebf-43cb-af13-4b6f25935daa", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-30205910-6ebf-43cb-af13-4b6f25935daa" } ], "id": "c2dd32e0-237a-47f4-8964-41712adde257", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-c2dd32e0-237a-47f4-8964-41712adde257" } ], "id": "08ac7a50-12b9-4656-831e-040387003c8f", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-08ac7a50-12b9-4656-831e-040387003c8f" } ], "id": "c7c176f9-b16b-49b0-8239-41dbcf7178d1", "createdAt": "2026-07-28T02:02:49.000Z", "updatedAt": "2026-07-28T02:02:49.000Z", "uid": "35240-c7c176f9-b16b-49b0-8239-41dbcf7178d1" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }