{ "info": { "_postman_id": "2eeef931-964e-4f8c-90b5-b6ad0ff87f40", "name": "Laravel Cloud Applications Databases API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "lastUpdatedBy": "35240", "uid": "35240-2eeef931-964e-4f8c-90b5-b6ad0ff87f40" }, "item": [ { "name": "databases", "item": [ { "name": "clusters", "item": [ { "name": "{database}", "item": [ { "name": "databases", "item": [ { "name": "{schema}", "item": [ { "name": "Get a database", "id": "870fca8d-8403-4bf3-a792-cdd812be21d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases/:schema?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "id": "7a324280-3ab1-47da-81c1-024199868c30", "key": "database", "value": "", "description": "(Required) The database identifier" }, { "id": "4dad6cd6-a102-4c01-966f-988f2223c982", "key": "schema", "value": "", "description": "(Required) The schema identifier" } ] }, "description": "Get a specific database." }, "response": [ { "id": "b262c7d7-32ba-4f55-b9bf-89c9d23d0811", "name": "`DatabaseSchemaResource`", "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}}/databases/clusters/:database/databases/:schema?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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\": \"databaseSchemas\",\n \"attributes\": {\n \"name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\"\n },\n \"relationships\": {\n \"database\": {\n \"data\": {\n \"type\": \"databases\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"aws_rds_mysql_8\",\n \"status\": \"available\",\n \"region\": \"eu-west-1\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 10,\n \"cu_max\": 0.5,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 5432,\n \"protocol\": \"mysql\",\n \"driver\": \"mysql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"neon_serverless_postgres_16\",\n \"status\": \"moving\",\n \"region\": \"eu-central-1\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 0.25,\n \"cu_max\": 0.5,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 5432,\n \"protocol\": \"postgres\",\n \"driver\": \"mysql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b262c7d7-32ba-4f55-b9bf-89c9d23d0811" }, { "id": "52cdea0a-90de-4b1e-90de-3173000fba95", "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}}/databases/clusters/:database/databases/:schema?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-52cdea0a-90de-4b1e-90de-3173000fba95" }, { "id": "76970ba6-7823-4b26-94fb-bfcc1fd56e61", "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}}/databases/clusters/:database/databases/:schema?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-76970ba6-7823-4b26-94fb-bfcc1fd56e61" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-870fca8d-8403-4bf3-a792-cdd812be21d8" }, { "name": "Delete a database", "id": "3e520280-6f93-4a97-a1a0-f69d6a627039", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases/:schema", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "variable": [ { "id": "cd2dd33c-dfb4-48f4-bfac-70a17f2a1d9d", "key": "database", "value": "", "description": "(Required) The database identifier" }, { "id": "dca2a329-3412-4657-a6fb-3cda3655c196", "key": "schema", "value": "", "description": "(Required) The schema identifier" } ] }, "description": "Delete a database from a database cluster." }, "response": [ { "id": "1a8c4a28-c389-4d90-8dcf-1a420a90d275", "name": "No content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases/:schema", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-1a8c4a28-c389-4d90-8dcf-1a420a90d275" }, { "id": "ab31e7f8-d0b9-4ce6-af98-9b169a7de29a", "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}}/databases/clusters/:database/databases/:schema", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-ab31e7f8-d0b9-4ce6-af98-9b169a7de29a" }, { "id": "79c5d45f-1dec-442d-9db2-f9d5cd5d4ea9", "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}}/databases/clusters/:database/databases/:schema", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-79c5d45f-1dec-442d-9db2-f9d5cd5d4ea9" }, { "id": "2ce91ae8-43ef-4723-bf48-b14c54e6253c", "name": "Validation 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}}/databases/clusters/:database/databases/:schema", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases", ":schema" ], "variable": [ { "key": "database" }, { "key": "schema" } ] } }, "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-2ce91ae8-43ef-4723-bf48-b14c54e6253c" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3e520280-6f93-4a97-a1a0-f69d6a627039" } ], "id": "e00cbcc9-0c83-433e-993c-c18b377a1cbb", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-e00cbcc9-0c83-433e-993c-c18b377a1cbb" }, { "name": "List databases", "id": "6123f4a0-71bb-4044-b39b-777c58b0114b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "id": "c14b47fd-9dee-40c7-9a11-a69c7704cf3f", "key": "database", "value": "", "description": "(Required) The database identifier" } ] }, "description": "Get a list of all databases for a specific database cluster." }, "response": [ { "id": "448b4d08-ca0a-45cb-b68f-76860386f6ad", "name": "Paginated set of `DatabaseSchemaResource`", "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}}/databases/clusters/:database/databases?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" } ] } }, "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\": \"databaseSchemas\",\n \"attributes\": {\n \"name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\"\n },\n \"relationships\": {\n \"database\": {\n \"data\": {\n \"type\": \"databases\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databaseSchemas\",\n \"attributes\": {\n \"name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\"\n },\n \"relationships\": {\n \"database\": {\n \"data\": {\n \"type\": \"databases\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"current_page\": \"\",\n \"from\": \"\",\n \"last_page\": \"\",\n \"links\": [\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n },\n {\n \"url\": \"\",\n \"label\": \"\",\n \"active\": \"\"\n }\n ],\n \"path\": \"\",\n \"per_page\": \"\",\n \"to\": \"\",\n \"total\": \"\"\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"aws_rds_mysql_8\",\n \"status\": \"archiving\",\n \"region\": \"us-east-2\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 2,\n \"cu_max\": 4,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 3306,\n \"protocol\": \"mysql\",\n \"driver\": \"mysql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"neon_serverless_postgres_17\",\n \"status\": \"deleted\",\n \"region\": \"ap-northeast-1\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 1,\n \"cu_max\": 1,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 5432,\n \"protocol\": \"mysql\",\n \"driver\": \"pgsql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-448b4d08-ca0a-45cb-b68f-76860386f6ad" }, { "id": "98932bb5-ff12-4db3-93ab-28b11a62a6ed", "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}}/databases/clusters/:database/databases?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-98932bb5-ff12-4db3-93ab-28b11a62a6ed" }, { "id": "78f2562a-114a-4e98-b88d-09aef8a1889b", "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}}/databases/clusters/:database/databases?include=environments,database", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "query": [ { "key": "include", "value": "environments,database" } ], "variable": [ { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-78f2562a-114a-4e98-b88d-09aef8a1889b" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-6123f4a0-71bb-4044-b39b-777c58b0114b" }, { "name": "Create a database", "id": "3477e4b0-de65-45ed-ad6d-998b8479974d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"nuxjvcl0o\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "variable": [ { "id": "d866083c-4d09-4831-9c9f-06aa76a21e32", "key": "database", "value": "", "description": "(Required) The database identifier" } ] }, "description": "Create a new database in a database cluster." }, "response": [ { "id": "3c10b89b-2413-4af7-9ce3-7d9e31284e36", "name": "`DatabaseSchemaResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"nuxjvcl0o\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "variable": [ { "key": "database" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"databaseSchemas\",\n \"attributes\": {\n \"name\": \"\",\n \"status\": \"\",\n \"created_at\": \"\"\n },\n \"relationships\": {\n \"database\": {\n \"data\": {\n \"type\": \"databases\",\n \"id\": \"\"\n }\n },\n \"environments\": {\n \"data\": [\n {\n \"type\": \"environments\",\n \"id\": \"\"\n },\n {\n \"type\": \"environments\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n \"included\": [\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"aws_rds_mysql_8\",\n \"status\": \"available\",\n \"region\": \"eu-west-1\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 10,\n \"cu_max\": 0.5,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 5432,\n \"protocol\": \"mysql\",\n \"driver\": \"mysql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databases\",\n \"attributes\": {\n \"name\": \"\",\n \"type\": \"neon_serverless_postgres_16\",\n \"status\": \"moving\",\n \"region\": \"eu-central-1\",\n \"created_at\": \"\",\n \"config\": {\n \"cu_min\": 0.25,\n \"cu_max\": 0.5,\n \"suspend_seconds\": \"\",\n \"retention_days\": \"\"\n },\n \"connection\": {\n \"hostname\": \"\",\n \"port\": 5432,\n \"protocol\": \"postgres\",\n \"driver\": \"mysql\",\n \"\": {\n \"username\": \"\",\n \"password\": \"\"\n }\n }\n },\n \"relationships\": {\n \"schemas\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n },\n \"databases\": {\n \"data\": [\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n },\n {\n \"type\": \"databaseSchemas\",\n \"id\": \"\"\n }\n ]\n }\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3c10b89b-2413-4af7-9ce3-7d9e31284e36" }, { "id": "d957038a-3297-4754-b5cf-5e6856178664", "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 \"name\": \"nuxjvcl0o\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "variable": [ { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-d957038a-3297-4754-b5cf-5e6856178664" }, { "id": "1226cf13-4dc8-4647-b786-38e109be8715", "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 \"name\": \"nuxjvcl0o\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "variable": [ { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-1226cf13-4dc8-4647-b786-38e109be8715" }, { "id": "93eba6b4-cfe4-4202-8eb1-2014fc55120e", "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 \"name\": \"nuxjvcl0o\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/databases/clusters/:database/databases", "host": [ "{{baseUrl}}" ], "path": [ "databases", "clusters", ":database", "databases" ], "variable": [ { "key": "database" } ] } }, "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-93eba6b4-cfe4-4202-8eb1-2014fc55120e" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3477e4b0-de65-45ed-ad6d-998b8479974d" } ], "id": "dac5b40a-1c57-4407-8833-27d542efcaec", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-dac5b40a-1c57-4407-8833-27d542efcaec" } ], "id": "a7606a9f-fe25-4ae6-8f3a-d17de343f3f4", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-a7606a9f-fe25-4ae6-8f3a-d17de343f3f4" } ], "id": "b2c8a0b0-666a-4472-ac14-ac895e58d249", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b2c8a0b0-666a-4472-ac14-ac895e58d249" } ], "id": "cebe0aac-bb9f-4814-b69f-d25d7c8ea8c2", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-cebe0aac-bb9f-4814-b69f-d25d7c8ea8c2" }, { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "database", "item": [ { "name": "schemas", "item": [ { "name": "{database}", "item": [ { "name": "Get database schema", "id": "7e2144ec-2769-4024-b4d6-84c33f9cb4da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "id": "a683f4a6-e442-4286-8bbd-73439baa7d91", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "94794d5d-c1fa-4ddb-b2a4-43af4dfc2702", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "c8c64053-7e1a-46d8-9f84-357b88b28ed2", "key": "database", "value": "", "description": "(Required) The database ID" } ] }, "description": "Get a specific database schema associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "df556381-d9ee-45b6-9d2b-7dbc1e6c9221", "name": "`DatabaseResource`", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "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\": \"databases\",\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 \"status\": \"installing\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-df556381-d9ee-45b6-9d2b-7dbc1e6c9221" }, { "id": "9ace4318-350f-48b6-9b21-f2cd3be994d8", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-9ace4318-350f-48b6-9b21-f2cd3be994d8" }, { "id": "e7cfffc5-741a-46d6-a0c8-93276665668c", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-e7cfffc5-741a-46d6-a0c8-93276665668c" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-7e2144ec-2769-4024-b4d6-84c33f9cb4da" }, { "name": "Delete database schema", "id": "ca7e76aa-7c67-49f8-92c6-35ea38a90cc0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "id": "b18d8ebf-c88d-4dc4-b348-fac4c200084b", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "88caec89-eb07-42cb-aecd-becbf7fcb3f5", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "255fbb9e-7865-4e3e-a973-a236850eec65", "key": "database", "value": "", "description": "(Required) The database ID" } ] }, "description": "Remove a database schema from the server.\n\nProcessing mode: async" }, "response": [ { "id": "7df011d8-c8a7-48bf-bc06-aa8054c63ad2", "name": "Accepted", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-7df011d8-c8a7-48bf-bc06-aa8054c63ad2" }, { "id": "3f63310e-5952-4ba3-bc57-dad3e21896d8", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3f63310e-5952-4ba3-bc57-dad3e21896d8" }, { "id": "2c66712a-b5aa-4808-8f24-c4d0e51680d5", "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/schemas/:database", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", ":database" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "database" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-2c66712a-b5aa-4808-8f24-c4d0e51680d5" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-ca7e76aa-7c67-49f8-92c6-35ea38a90cc0" } ], "id": "847af32c-9ea4-4e7b-90ee-d62810ccbdf9", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-847af32c-9ea4-4e7b-90ee-d62810ccbdf9" }, { "name": "synchronizations", "item": [ { "name": "Update database schemas", "id": "b787f868-a930-4e8e-ba6b-3dc115534e08", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas/synchronizations", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", "synchronizations" ], "variable": [ { "id": "32764d92-0108-40ec-8e12-1b3a8f3ff822", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "edbc1afd-d76d-4ee1-9474-a6c10a42bac7", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Synchronize all database schemas on the server.\n\nProcessing mode: async" }, "response": [ { "id": "133fdf1d-7e6f-4d64-a1ed-7b7e4359d17d", "name": "Accepted", "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/schemas/synchronizations", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", "synchronizations" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-133fdf1d-7e6f-4d64-a1ed-7b7e4359d17d" }, { "id": "f5b3bbe4-76f7-4d38-8ce6-9512c4b3050e", "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/schemas/synchronizations", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", "synchronizations" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-f5b3bbe4-76f7-4d38-8ce6-9512c4b3050e" }, { "id": "78e779f7-8202-4175-9f23-4f77d24c6603", "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/schemas/synchronizations", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas", "synchronizations" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-78e779f7-8202-4175-9f23-4f77d24c6603" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b787f868-a930-4e8e-ba6b-3dc115534e08" } ], "id": "126dc435-2f12-43c7-b96f-b950f5fc55a7", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-126dc435-2f12-43c7-b96f-b950f5fc55a7" }, { "name": "List database schemas", "id": "81f3cbe7-1577-4f5c-b26a-3b81889e30f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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 database schema.", "key": "filter[name]", "value": "" }, { "description": "The status of the database schema.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_at,-name" } ], "variable": [ { "id": "0deaa4a9-4e26-4a44-902c-45748adbc1ff", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "16dbe885-aef5-47b5-ad67-754ee6ce0084", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all database schemas associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "bca07589-a99c-4d34-8095-2558c941aa7b", "name": "Paginated set of `DatabaseResource`", "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/schemas?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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 database schema.", "key": "filter[name]", "value": "" }, { "description": "The status of the database schema.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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\": \"databases\",\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 \"status\": \"installed\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databases\",\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 \"status\": \"installing\",\n \"created_at\": \"\",\n \"updated_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-bca07589-a99c-4d34-8095-2558c941aa7b" }, { "id": "29dd8179-ee43-46f8-a843-cfc9b76d4a8c", "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/schemas?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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 database schema.", "key": "filter[name]", "value": "" }, { "description": "The status of the database schema.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-29dd8179-ee43-46f8-a843-cfc9b76d4a8c" }, { "id": "c65487f9-ea6b-4cdf-8ad6-cb85b8b0f637", "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/schemas?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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 database schema.", "key": "filter[name]", "value": "" }, { "description": "The status of the database schema.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-c65487f9-ea6b-4cdf-8ad6-cb85b8b0f637" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-81f3cbe7-1577-4f5c-b26a-3b81889e30f2" }, { "name": "Create database schema", "id": "9ddb4dec-bafd-47e4-a01b-7c0f0c10a6bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"user\": \"\",\n \"password\": \"\",\n \"backup_configuration_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "variable": [ { "id": "243d7501-a39a-45b7-96f5-ab9e3e9681cb", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a72398f6-7298-42d6-9eb4-2f1965c07375", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Add a new database schema to the server.\n\nProcessing mode: async" }, "response": [ { "id": "15ec7c33-832f-4cbf-ac09-1a2a27532b32", "name": "`DatabaseResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"user\": \"\",\n \"password\": \"\",\n \"backup_configuration_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"databases\",\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 \"status\": \"installing\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-15ec7c33-832f-4cbf-ac09-1a2a27532b32" }, { "id": "dd06ea76-daf8-49b1-8126-6f1ca18de1a4", "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 \"name\": \"\",\n \"user\": \"\",\n \"password\": \"\",\n \"backup_configuration_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-dd06ea76-daf8-49b1-8126-6f1ca18de1a4" }, { "id": "231ddb6e-f69b-477e-a75d-6f5e35d93621", "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 \"name\": \"\",\n \"user\": \"\",\n \"password\": \"\",\n \"backup_configuration_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-231ddb6e-f69b-477e-a75d-6f5e35d93621" }, { "id": "89c7d130-a41f-40fc-937e-181bd452ee30", "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 \"name\": \"\",\n \"user\": \"\",\n \"password\": \"\",\n \"backup_configuration_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/schemas", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "schemas" ], "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-89c7d130-a41f-40fc-937e-181bd452ee30" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-9ddb4dec-bafd-47e4-a01b-7c0f0c10a6bc" } ], "id": "45184ed2-7335-4cf2-ad71-79f55cd868aa", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-45184ed2-7335-4cf2-ad71-79f55cd868aa" }, { "name": "users", "item": [ { "name": "{databaseUser}", "item": [ { "name": "Get database user", "id": "dbf9a393-cff9-4448-aa63-004d078b0fce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "id": "f12dbbaf-7ecb-412e-8247-e6e9f3a6d816", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "574b09d8-8313-4059-aacf-07366921f70d", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "dbe7935e-4d85-4271-94d5-40df7391f446", "key": "databaseUser", "value": "", "description": "(Required) The database user ID" } ] }, "description": "Get a specific database user associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "18f7d636-6a3b-43d4-ac55-60055c9d578b", "name": "`DatabaseUserResource`", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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\": \"databaseUsers\",\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 \"status\": \"updating\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-18f7d636-6a3b-43d4-ac55-60055c9d578b" }, { "id": "a562cd5f-7940-4129-a079-20011a5b08e5", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-a562cd5f-7940-4129-a079-20011a5b08e5" }, { "id": "9b921f63-6874-421b-be67-ab7d68c1b862", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-9b921f63-6874-421b-be67-ab7d68c1b862" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-dbf9a393-cff9-4448-aa63-004d078b0fce" }, { "name": "Update database user", "id": "b7e340d7-77fe-496e-9a83-1e37d413ec0e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "id": "4c5ffc12-af71-4e06-98ac-76f9244a2c5f", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "8661571e-ad46-4f7a-bc62-a767ce5b1b78", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "0df66e59-7351-4c04-81d6-ccbedc94c684", "key": "databaseUser", "value": "", "description": "(Required) The database user ID" } ] }, "description": "Update a database user on the server.\n\nProcessing mode: async" }, "response": [ { "id": "cc808cc8-3075-4b0b-ac06-cbc797dcba28", "name": "Accepted", "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 \"password\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-cc808cc8-3075-4b0b-ac06-cbc797dcba28" }, { "id": "960107fb-2fcd-415d-8536-18c29d6e2a80", "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 \"password\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-960107fb-2fcd-415d-8536-18c29d6e2a80" }, { "id": "fa512962-71f5-42a5-bb57-22e6f5e8742d", "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 \"password\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-fa512962-71f5-42a5-bb57-22e6f5e8742d" }, { "id": "6272d755-c3bc-40a3-991e-aef528a62e4b", "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 \"password\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-6272d755-c3bc-40a3-991e-aef528a62e4b" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b7e340d7-77fe-496e-9a83-1e37d413ec0e" }, { "name": "Delete database user", "id": "10be462f-2b4d-42bf-804c-1a8b239cca5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "id": "13cfdd84-501a-4363-9a60-45841c9c8327", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "e9148c8a-2994-4348-beef-d87f9d8f2edc", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "637e5aa5-16d1-41bb-a1a4-a3c863b374bc", "key": "databaseUser", "value": "", "description": "(Required) The database user ID" } ] }, "description": "Remove a database user from the server.\n\nProcessing mode: async" }, "response": [ { "id": "f776d4c0-1d2c-451f-8dfb-58b238283a48", "name": "Accepted", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-f776d4c0-1d2c-451f-8dfb-58b238283a48" }, { "id": "8b8f607a-f2b5-4889-ac84-7722aa5d7975", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-8b8f607a-f2b5-4889-ac84-7722aa5d7975" }, { "id": "c6cc97cf-b3d7-42c9-93b4-cef2856ed121", "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/users/:databaseUser", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users", ":databaseUser" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "databaseUser" } ] } }, "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-c6cc97cf-b3d7-42c9-93b4-cef2856ed121" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-10be462f-2b4d-42bf-804c-1a8b239cca5b" } ], "id": "2cf177fe-319f-4d4f-9668-a49836344854", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-2cf177fe-319f-4d4f-9668-a49836344854" }, { "name": "List database users", "id": "f0febbc4-b12f-4ab3-ba7f-339d7ec6091c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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 database user.", "key": "filter[name]", "value": "" }, { "description": "The status of the database user.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_at,-name" } ], "variable": [ { "id": "61a5f548-18d8-4740-a618-2619dbaf0c23", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "eae51184-fdf7-422b-ab11-de28b93ec217", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all database users associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "b3311c4a-ac85-4a40-87a4-07356376ded7", "name": "Paginated set of `DatabaseUserResource`", "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/users?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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 database user.", "key": "filter[name]", "value": "" }, { "description": "The status of the database user.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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\": \"databaseUsers\",\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 \"status\": \"installed\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"databaseUsers\",\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 \"status\": \"removing\",\n \"created_at\": \"\",\n \"updated_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b3311c4a-ac85-4a40-87a4-07356376ded7" }, { "id": "15c5de47-16e7-46e8-ba81-2c11aa87f491", "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/users?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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 database user.", "key": "filter[name]", "value": "" }, { "description": "The status of the database user.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-15c5de47-16e7-46e8-ba81-2c11aa87f491" }, { "id": "ded3104f-c407-4012-b4e8-ddff7f9cdf46", "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/users?page[size]=30&page[cursor]=&filter[name]=&filter[status]=&sort=created_at,-name", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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 database user.", "key": "filter[name]", "value": "" }, { "description": "The status of the database user.", "key": "filter[status]", "value": "" }, { "key": "sort", "value": "created_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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-ded3104f-c407-4012-b4e8-ddff7f9cdf46" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-f0febbc4-b12f-4ab3-ba7f-339d7ec6091c" }, { "name": "Create database user", "id": "319ecdf9-1fb9-4eb1-a35f-e230d21dce20", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"read_only\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "variable": [ { "id": "f01a2925-f6f3-4cb4-8052-659daba414ab", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c5a44291-6b71-4edb-960d-2d3996319d18", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Add a new database user to the server.\n\nProcessing mode: async" }, "response": [ { "id": "c84c1a5d-3914-476d-a7d1-ea39beb73032", "name": "`DatabaseUserResource`", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"password\": \"\",\n \"read_only\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/vnd.api+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"type\": \"databaseUsers\",\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 \"status\": \"updating\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-c84c1a5d-3914-476d-a7d1-ea39beb73032" }, { "id": "0475a793-09fe-459d-b8b1-b574f4e600dc", "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 \"name\": \"\",\n \"password\": \"\",\n \"read_only\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-0475a793-09fe-459d-b8b1-b574f4e600dc" }, { "id": "aa613483-41ed-4796-bc2f-73552e615d89", "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 \"name\": \"\",\n \"password\": \"\",\n \"read_only\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-aa613483-41ed-4796-bc2f-73552e615d89" }, { "id": "a20db61c-fde3-4363-9aeb-4707751c01d9", "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 \"name\": \"\",\n \"password\": \"\",\n \"read_only\": \"\",\n \"database_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/users", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "users" ], "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-a20db61c-fde3-4363-9aeb-4707751c01d9" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-319ecdf9-1fb9-4eb1-a35f-e230d21dce20" } ], "id": "0d1a716b-49b6-4b9e-bdf3-e3a3f1580cda", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-0d1a716b-49b6-4b9e-bdf3-e3a3f1580cda" }, { "name": "password", "item": [ { "name": "Update the password for the database", "id": "78f4962a-dc45-4d17-a337-5b4781f40d11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/password", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "password" ], "variable": [ { "id": "5eb67a58-794d-4854-9a1f-a5c4a450b7f0", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "cd5c8d1f-9f68-4883-93e0-80c4c5d108ff", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Update the password for the database on the server.\nIt will only update the password Forge thinks is the password, it will not change the password on the server itself.\nThis should only be used if you have changed the password on the server itself and want to update Forge.\n\nProcessing mode: sync" }, "response": [ { "id": "3f67c117-4f64-42e8-9413-cf01bd2a63c2", "name": "No content", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/password", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "password" ], "variable": [ { "key": "organization" }, { "key": "server" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3f67c117-4f64-42e8-9413-cf01bd2a63c2" }, { "id": "3baf5d6e-1479-497f-a882-4297ab3ec2a7", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/password", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "password" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-3baf5d6e-1479-497f-a882-4297ab3ec2a7" }, { "id": "0bf8750d-c8fa-49c9-afe6-e923f4a31e10", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/password", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "password" ], "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:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-0bf8750d-c8fa-49c9-afe6-e923f4a31e10" }, { "id": "b7f8638c-8e93-402c-a0ec-735464a95789", "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 \"password\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/database/password", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "database", "password" ], "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 \"consequatbf\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b7f8638c-8e93-402c-a0ec-735464a95789" } ], "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-78f4962a-dc45-4d17-a337-5b4781f40d11" } ], "id": "4eddaf70-e8fa-4618-9ff7-b84e9355e5f0", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-4eddaf70-e8fa-4618-9ff7-b84e9355e5f0" } ], "id": "33017cf0-4126-4ab8-86d1-692274ba5eeb", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-33017cf0-4126-4ab8-86d1-692274ba5eeb" } ], "id": "e2bb0c63-4bac-4cf9-a23e-0bcb345d0a3a", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-e2bb0c63-4bac-4cf9-a23e-0bcb345d0a3a" } ], "id": "21fbe5b5-b1b4-402f-83cc-03227fdda041", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-21fbe5b5-b1b4-402f-83cc-03227fdda041" } ], "id": "1e778df4-154f-40ef-ae2f-ac04e60c4226", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-1e778df4-154f-40ef-ae2f-ac04e60c4226" } ], "id": "b1ce8051-6450-4311-8f24-8059fc0ac53a", "createdAt": "2026-07-28T02:03:29.000Z", "updatedAt": "2026-07-28T02:03:29.000Z", "uid": "35240-b1ce8051-6450-4311-8f24-8059fc0ac53a" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }