{ "info": { "_postman_id": "7491c0c8-328d-43bc-9820-55e50eee70b8", "name": "Laravel Cloud Applications Nginx API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:03:53.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "lastUpdatedBy": "35240", "uid": "35240-7491c0c8-328d-43bc-9820-55e50eee70b8" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "servers", "item": [ { "name": "{server}", "item": [ { "name": "nginx", "item": [ { "name": "templates", "item": [ { "name": "{nginxTemplate}", "item": [ { "name": "Get Nginx template", "id": "0448fef1-2613-47af-b6f1-21685ca353ce", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "id": "a64190c9-060c-4826-ac44-00de0b1627c9", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "316a2edf-3f43-4fd9-9918-ee9dcbb11231", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2163965d-fcdc-4991-8c28-f630a10f2c3a", "key": "nginxTemplate", "value": "", "description": "(Required) The nginx template ID" } ] }, "description": "Get a specific nginx template associated with the server.\n\nProcessing mode: sync" }, "response": [ { "id": "14222999-2310-437a-bf97-0889ce441905", "name": "`NginxTemplateResource`", "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/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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\": \"nginxTemplates\",\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 \"content\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-14222999-2310-437a-bf97-0889ce441905" }, { "id": "cd14ccb0-745c-405b-8c6a-380afac1c3ae", "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/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-cd14ccb0-745c-405b-8c6a-380afac1c3ae" }, { "id": "220fa6ef-3b5c-47aa-9f90-cf8559a2590d", "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/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-220fa6ef-3b5c-47aa-9f90-cf8559a2590d" } ], "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-0448fef1-2613-47af-b6f1-21685ca353ce" }, { "name": "Update Nginx template", "id": "75c37996-0484-47c1-8049-cc37ac4761d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/vnd.api+json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "id": "3549632a-ac6d-4e5f-bcca-00a38a9321f2", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "98264dd9-0738-422b-ac5f-9e657f067067", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "b186b1ae-6f83-486c-b127-03033a529fc7", "key": "nginxTemplate", "value": "", "description": "(Required) The nginx template ID" } ] }, "description": "Update the specified nginx template on the server.\n\nProcessing mode: sync" }, "response": [ { "id": "b9d7b395-da3e-4a57-b7bb-8877d7beffdc", "name": "`NginxTemplateResource`", "originalRequest": { "method": "PUT", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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\": \"nginxTemplates\",\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 \"content\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-b9d7b395-da3e-4a57-b7bb-8877d7beffdc" }, { "id": "91c61a0e-756a-402b-81a6-b365f55ac700", "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 \"name\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-91c61a0e-756a-402b-81a6-b365f55ac700" }, { "id": "b5d0b7bd-4f10-4be6-b21a-5696fbf62abf", "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 \"name\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-b5d0b7bd-4f10-4be6-b21a-5696fbf62abf" }, { "id": "6062508e-0e9e-4d99-8d4e-3bbcbc45f82b", "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 \"name\": \"\",\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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 \"pariatur0ca\": [\n \"\",\n \"\"\n ],\n \"dolor_7\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-6062508e-0e9e-4d99-8d4e-3bbcbc45f82b" } ], "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-75c37996-0484-47c1-8049-cc37ac4761d6" }, { "name": "Delete Nginx template", "id": "8968ce1b-ff27-4cb6-933e-369192b1fb11", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "id": "553e5ba3-239d-48a4-8469-f18498b5ab32", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "df2ca16c-7973-447f-b1b0-6c35355a7978", "key": "server", "value": "", "description": "(Required) The server ID" }, { "id": "2d6d01f0-eb6a-4cb7-91f6-1e2b73314d7d", "key": "nginxTemplate", "value": "", "description": "(Required) The nginx template ID" } ] }, "description": "Delete the specified nginx template from the server.\n\nProcessing mode: sync" }, "response": [ { "id": "04639ca9-a12e-4052-a09f-9cd13830130a", "name": "No content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-04639ca9-a12e-4052-a09f-9cd13830130a" }, { "id": "9e622709-ce61-443f-ae29-e1820ac80a20", "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/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-9e622709-ce61-443f-ae29-e1820ac80a20" }, { "id": "dc31e4d1-781d-4a7b-ade4-6ca681ca8a66", "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/nginx/templates/:nginxTemplate", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates", ":nginxTemplate" ], "variable": [ { "key": "organization" }, { "key": "server" }, { "key": "nginxTemplate" } ] } }, "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-dc31e4d1-781d-4a7b-ade4-6ca681ca8a66" } ], "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-8968ce1b-ff27-4cb6-933e-369192b1fb11" } ], "id": "a16a2939-bc8c-465f-99e5-bedd9041cc6f", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-a16a2939-bc8c-465f-99e5-bedd9041cc6f" }, { "name": "List Nginx templates", "id": "8440578d-cdc0-4154-b799-ee85a6ae30bd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates?page[size]=30&page[cursor]=&filter[name]=&sort=-updated_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 template.", "key": "filter[name]", "value": "" }, { "key": "sort", "value": "-updated_at,created_at" } ], "variable": [ { "id": "d0b6c2c9-f095-4913-9cbf-e06cdf9b8ad0", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "941fb85f-978d-48f3-8a53-7801f7a4ec89", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "List all nginx templates for the server.\n\nProcessing mode: sync" }, "response": [ { "id": "91e7b1d8-7208-4f13-8cca-a3506b6f6e7a", "name": "Paginated set of `NginxTemplateResource`", "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/nginx/templates?page[size]=30&page[cursor]=&filter[name]=&sort=-updated_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 template.", "key": "filter[name]", "value": "" }, { "key": "sort", "value": "-updated_at,created_at" } ], "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\": \"nginxTemplates\",\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 \"content\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"nginxTemplates\",\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 \"content\": \"\",\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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-91e7b1d8-7208-4f13-8cca-a3506b6f6e7a" }, { "id": "6426f9bb-a1f8-4978-9462-aa017252284c", "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/nginx/templates?page[size]=30&page[cursor]=&filter[name]=&sort=-updated_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 template.", "key": "filter[name]", "value": "" }, { "key": "sort", "value": "-updated_at,created_at" } ], "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-6426f9bb-a1f8-4978-9462-aa017252284c" }, { "id": "4218d066-5f18-4342-8086-3de37fc9c564", "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/nginx/templates?page[size]=30&page[cursor]=&filter[name]=&sort=-updated_at,created_at", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 template.", "key": "filter[name]", "value": "" }, { "key": "sort", "value": "-updated_at,created_at" } ], "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-4218d066-5f18-4342-8086-3de37fc9c564" } ], "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-8440578d-cdc0-4154-b799-ee85a6ae30bd" }, { "name": "Create Nginx template", "id": "4ac421c0-0c5a-4b30-958b-07c6c9d98922", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "variable": [ { "id": "865dbb42-9af3-492c-a4f4-9b4384acf73c", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "692be009-c598-4d11-a650-8e1a36fcc94c", "key": "server", "value": "", "description": "(Required) The server ID" } ] }, "description": "Create a new nginx template on the server.\n\nProcessing mode: sync" }, "response": [ { "id": "dad15dd9-1352-412b-9e97-2874902465c9", "name": "`NginxTemplateResource`", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 \"id\": \"\",\n \"type\": \"nginxTemplates\",\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 \"content\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-dad15dd9-1352-412b-9e97-2874902465c9" }, { "id": "721a00cc-36cf-4a52-9cf1-bc91c10eba70", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-721a00cc-36cf-4a52-9cf1-bc91c10eba70" }, { "id": "2aaabe3c-52a9-4679-b958-80afc259b9d7", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-2aaabe3c-52a9-4679-b958-80afc259b9d7" }, { "id": "0d5a72a5-4179-4410-b355-b4b7815144cc", "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 \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/servers/:server/nginx/templates", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "servers", ":server", "nginx", "templates" ], "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 \"pariatur0ca\": [\n \"\",\n \"\"\n ],\n \"dolor_7\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-0d5a72a5-4179-4410-b355-b4b7815144cc" } ], "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-4ac421c0-0c5a-4b30-958b-07c6c9d98922" } ], "id": "c5429418-c477-44ac-8b60-565dc9b2d9d5", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-c5429418-c477-44ac-8b60-565dc9b2d9d5" } ], "id": "2023aa4e-8182-4bac-b6e1-ffe3e79f522f", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-2023aa4e-8182-4bac-b6e1-ffe3e79f522f" } ], "id": "ecd53e6f-e73e-4c0c-a8fb-b752036f91be", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-ecd53e6f-e73e-4c0c-a8fb-b752036f91be" } ], "id": "b5a959b1-5fdf-4190-a4a0-e3800c548e29", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-b5a959b1-5fdf-4190-a4a0-e3800c548e29" } ], "id": "73f17622-cbab-4309-950b-8fbbbb2ed1cd", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-73f17622-cbab-4309-950b-8fbbbb2ed1cd" } ], "id": "4fc7f04b-a0d4-4ae8-93d2-a7dcf168b383", "createdAt": "2026-07-28T02:03:54.000Z", "updatedAt": "2026-07-28T02:03:54.000Z", "uid": "35240-4fc7f04b-a0d4-4ae8-93d2-a7dcf168b383" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }