{ "info": { "_postman_id": "b59c2439-020d-4f19-a5cd-5980ef4fbc15", "name": "Laravel Cloud Applications Recipes API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "lastUpdatedBy": "35240", "uid": "35240-b59c2439-020d-4f19-a5cd-5980ef4fbc15" }, "item": [ { "name": "orgs", "item": [ { "name": "{organization}", "item": [ { "name": "recipes", "item": [ { "name": "{recipe}", "item": [ { "name": "runs", "item": [ { "name": "{log}", "item": [ { "name": "Get recipe run", "id": "c5cbbe89-7e55-4624-8bd3-d10e7a41e409", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs/:log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs", ":log" ], "variable": [ { "id": "be2b2211-50b6-46b4-940b-3656b8c48304", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "ce1d493d-6f0a-476b-a48f-0f489d5dcfc5", "key": "recipe", "value": "", "description": "(Required) The recipe ID" }, { "id": "f81c172d-2c60-4f2b-a0bc-ba84c69031ea", "key": "log", "value": "", "description": "(Required) The log ID" } ] }, "description": "Show a specific run for the recipe.\n\nProcessing mode: sync" }, "response": [ { "id": "b73ca073-f8ad-4739-bc16-6486a1b0d9b7", "name": "`RecipeLogResource`", "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/recipes/:recipe/runs/:log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs", ":log" ], "variable": [ { "key": "organization" }, { "key": "recipe" }, { "key": "log" } ] } }, "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\": \"recipeLogs\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"server_id\": \"\",\n \"executed_by\": \"\",\n \"recipe_id\": \"\",\n \"status\": \"failed\",\n \"output\": \"\",\n \"started_at\": \"\",\n \"finished_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-b73ca073-f8ad-4739-bc16-6486a1b0d9b7" }, { "id": "2a628a6e-a09d-4ab4-81d1-7e56e86f4a7b", "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/recipes/:recipe/runs/:log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs", ":log" ], "variable": [ { "key": "organization" }, { "key": "recipe" }, { "key": "log" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-2a628a6e-a09d-4ab4-81d1-7e56e86f4a7b" }, { "id": "032a3dfc-742e-43c5-973a-c1310598c618", "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/recipes/:recipe/runs/:log", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs", ":log" ], "variable": [ { "key": "organization" }, { "key": "recipe" }, { "key": "log" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-032a3dfc-742e-43c5-973a-c1310598c618" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-c5cbbe89-7e55-4624-8bd3-d10e7a41e409" } ], "id": "3d53d62d-3387-4992-965e-1877b2ce98ed", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-3d53d62d-3387-4992-965e-1877b2ce98ed" }, { "name": "List recipe runs", "id": "eaf9d6c4-0284-4c21-aa4b-3bd3fd8d5a4e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "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": "" } ], "variable": [ { "id": "9723d18a-7f63-411b-8fef-d5c2f6770eb7", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "c559e5ce-4c66-4178-b2a1-18951a62da16", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Show all runs for the recipe.\n\nProcessing mode: sync" }, "response": [ { "id": "0a6fe4af-85a3-4dc1-8ab6-e52c1220b24d", "name": "Paginated set of `RecipeLogResource`", "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/recipes/:recipe/runs?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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\": \"recipeLogs\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"server_id\": \"\",\n \"executed_by\": \"\",\n \"recipe_id\": \"\",\n \"status\": \"waiting\",\n \"output\": \"\",\n \"started_at\": \"\",\n \"finished_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"recipeLogs\",\n \"links\": {\n \"self\": {\n \"href\": \"\",\n \"rel\": \"\",\n \"describedby\": \"\",\n \"title\": \"\",\n \"type\": \"\",\n \"hreflang\": \"\",\n \"meta\": {}\n }\n },\n \"attributes\": {\n \"server_id\": \"\",\n \"executed_by\": \"\",\n \"recipe_id\": \"\",\n \"status\": \"failed\",\n \"output\": \"\",\n \"started_at\": \"\",\n \"finished_at\": \"\"\n }\n }\n ],\n \"links\": {\n \"first\": \"\",\n \"last\": \"\",\n \"prev\": \"\",\n \"next\": \"\"\n },\n \"meta\": {\n \"path\": \"\",\n \"per_page\": \"\",\n \"next_cursor\": \"\",\n \"prev_cursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-0a6fe4af-85a3-4dc1-8ab6-e52c1220b24d" }, { "id": "1d1e5f6a-87aa-441a-a71c-8c12d79e0076", "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/recipes/:recipe/runs?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-1d1e5f6a-87aa-441a-a71c-8c12d79e0076" }, { "id": "f03e75ee-b209-4d58-b168-1789ffb5651d", "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/recipes/:recipe/runs?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-f03e75ee-b209-4d58-b168-1789ffb5651d" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-eaf9d6c4-0284-4c21-aa4b-3bd3fd8d5a4e" }, { "name": "Create recipe run", "id": "049eba9c-120c-472e-a6d8-deadea55fa2a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "variable": [ { "id": "f4827e74-4f21-4883-a3c8-eef89bd2bdeb", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "4f449e05-67b1-4c9d-ad0b-c89244ef4a77", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Run a given recipe on a list of servers.\n\nProcessing mode: async" }, "response": [ { "id": "dd7a2c85-44f8-489f-b274-1f591dfac786", "name": "Recipe run accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-dd7a2c85-44f8-489f-b274-1f591dfac786" }, { "id": "ea9b520a-fc23-44c0-a9d3-d4b178832432", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-ea9b520a-fc23-44c0-a9d3-d4b178832432" }, { "id": "708f3d5c-530b-4014-bf38-4957397bf4ce", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-708f3d5c-530b-4014-bf38-4957397bf4ce" }, { "id": "6e0c5d91-b7f3-4f8b-8644-358ace8a288f", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe", "runs" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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 \"minim98\": [\n \"\",\n \"\"\n ],\n \"irure94\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-6e0c5d91-b7f3-4f8b-8644-358ace8a288f" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-049eba9c-120c-472e-a6d8-deadea55fa2a" } ], "id": "c1c07ba8-ed48-4942-b16c-730796230b94", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-c1c07ba8-ed48-4942-b16c-730796230b94" }, { "name": "Get recipe", "id": "36670cf4-9118-42bc-9467-d58b88bbe4cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "id": "dc428c8b-1e63-4ba2-b57c-c7ca6ab2f289", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "5418b20e-473d-47eb-8c74-fe4ad40b9e21", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Show the recipe for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "082935a9-135c-4f08-b7fd-fda113f3cb13", "name": "`RecipeResource`", "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/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-082935a9-135c-4f08-b7fd-fda113f3cb13" }, { "id": "4cffb626-c0bf-4420-a851-2cb818e9244a", "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/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-4cffb626-c0bf-4420-a851-2cb818e9244a" }, { "id": "59d617dd-2c41-4c0c-b3a5-1bd7c66d1f0b", "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/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-59d617dd-2c41-4c0c-b3a5-1bd7c66d1f0b" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-36670cf4-9118-42bc-9467-d58b88bbe4cd" }, { "name": "Update recipe", "id": "cec390f8-415e-40aa-aa7e-d80102abc799", "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 \"user\": \"root\",\n \"script\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "id": "8beeef4e-83ae-4e4d-b807-b31f36b977f8", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "705ee95d-3a6d-48a9-a120-a68abc34929b", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Update a recipe in the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "311f6ecf-31b9-43ff-81ce-49a3a2694803", "name": "`RecipeResource`", "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 \"user\": \"root\",\n \"script\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-311f6ecf-31b9-43ff-81ce-49a3a2694803" }, { "id": "531bc737-8c65-4b68-8c52-5e9a339ac39d", "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 \"user\": \"root\",\n \"script\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-531bc737-8c65-4b68-8c52-5e9a339ac39d" }, { "id": "11b6beed-3abe-450c-bcf4-8148d82a1473", "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 \"user\": \"root\",\n \"script\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-11b6beed-3abe-450c-bcf4-8148d82a1473" }, { "id": "fd072fa9-8cc3-4444-a122-4f806cc1d0e0", "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 \"user\": \"root\",\n \"script\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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 \"minim98\": [\n \"\",\n \"\"\n ],\n \"irure94\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-fd072fa9-8cc3-4444-a122-4f806cc1d0e0" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-cec390f8-415e-40aa-aa7e-d80102abc799" }, { "name": "Delete recipe", "id": "054fc72b-9ea4-4f2b-88ec-587ce7a9f936", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "id": "f9656620-a0ea-4437-ae37-12a6b87acaa2", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "b5ffe970-979e-48ae-87eb-eb8a49410e11", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Delete a recipe from the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "c410c2ec-1ce1-4e2c-a910-e8f3f37dcec9", "name": "Successfully deleted recipe\n\n\n\nNo content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-c410c2ec-1ce1-4e2c-a910-e8f3f37dcec9" }, { "id": "8c0185ad-43fd-4a0d-99f4-5f0c6aadced2", "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/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-8c0185ad-43fd-4a0d-99f4-5f0c6aadced2" }, { "id": "4ec5ba6d-5631-4d27-80a8-d1e9b1621bfd", "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/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-4ec5ba6d-5631-4d27-80a8-d1e9b1621bfd" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-054fc72b-9ea4-4f2b-88ec-587ce7a9f936" } ], "id": "3aabdfc5-94bb-4434-87df-be18f094d856", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-3aabdfc5-94bb-4434-87df-be18f094d856" }, { "name": "List organization recipes", "id": "e97cb07f-0ecf-4c64-9171-9dcc4d306f21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "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": "" } ], "variable": [ { "id": "45649f92-ac4b-4f1e-9690-449547fa9569", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Show all recipes for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "208b6abc-bf20-4d52-8270-731185ceb837", "name": "Paginated set of `RecipeResource`", "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/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-208b6abc-bf20-4d52-8270-731185ceb837" }, { "id": "d70aa4c7-2c67-4c31-92e2-69c4757bb6f0", "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/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-d70aa4c7-2c67-4c31-92e2-69c4757bb6f0" }, { "id": "d0a04f18-ad28-470a-95dc-9ae74de0563e", "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/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-d0a04f18-ad28-470a-95dc-9ae74de0563e" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-e97cb07f-0ecf-4c64-9171-9dcc4d306f21" }, { "name": "Create recipe", "id": "5ad36f18-8954-47b2-9603-66b7a8706ca6", "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\": \"forge\",\n \"script\": \"\",\n \"team_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "variable": [ { "id": "4637456c-22dd-4e61-baad-3088c029dcdd", "key": "organization", "value": "", "description": "(Required) The organization slug" } ] }, "description": "Create a new recipe for the organization.\n\nProcessing mode: sync" }, "response": [ { "id": "cc27cf67-4302-418f-b503-89aa70ab9167", "name": "`RecipeResource`", "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\": \"forge\",\n \"script\": \"\",\n \"team_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "variable": [ { "key": "organization" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-cc27cf67-4302-418f-b503-89aa70ab9167" }, { "id": "a4c44148-3640-4d37-ae8c-2a9959df9714", "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\": \"forge\",\n \"script\": \"\",\n \"team_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "variable": [ { "key": "organization" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-a4c44148-3640-4d37-ae8c-2a9959df9714" }, { "id": "34d477bd-cd20-4555-859e-fb291388eaf5", "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\": \"forge\",\n \"script\": \"\",\n \"team_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "variable": [ { "key": "organization" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-34d477bd-cd20-4555-859e-fb291388eaf5" }, { "id": "d01d22da-be22-41da-aa8b-aa4c8adab667", "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\": \"forge\",\n \"script\": \"\",\n \"team_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "recipes" ], "variable": [ { "key": "organization" } ] } }, "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 \"minim98\": [\n \"\",\n \"\"\n ],\n \"irure94\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-d01d22da-be22-41da-aa8b-aa4c8adab667" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-5ad36f18-8954-47b2-9603-66b7a8706ca6" } ], "id": "2be49c13-5e33-40a5-8700-401665bda463", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-2be49c13-5e33-40a5-8700-401665bda463" }, { "name": "teams", "item": [ { "name": "{team}", "item": [ { "name": "recipes", "item": [ { "name": "{recipe}", "item": [ { "name": "Delete a recipe share", "id": "db97ea65-6765-4219-ac94-55d7a09bd2da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes", ":recipe" ], "variable": [ { "id": "1c8e6a54-1154-451f-82d5-c6c7e2ac81ff", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "a6fdad02-e2b4-41df-a7fb-040b1f3ca384", "key": "team", "value": "", "description": "(Required) The team ID" }, { "id": "6b913447-9b07-4d7a-986b-df5f3f233332", "key": "recipe", "value": "", "description": "(Required) The recipe ID" } ] }, "description": "Unshare a recipe with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "2167d331-2b32-41b4-9461-eeab52674b14", "name": "Recipe unshared successfully\n\n\n\nNo content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "recipe" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-2167d331-2b32-41b4-9461-eeab52674b14" }, { "id": "0fe76ed7-29eb-4a15-a391-3fb086c0e081", "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/teams/:team/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-0fe76ed7-29eb-4a15-a391-3fb086c0e081" }, { "id": "69075fbc-0c2d-468f-b78f-54f65abac848", "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/teams/:team/recipes/:recipe", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes", ":recipe" ], "variable": [ { "key": "organization" }, { "key": "team" }, { "key": "recipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-69075fbc-0c2d-468f-b78f-54f65abac848" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-db97ea65-6765-4219-ac94-55d7a09bd2da" } ], "id": "64e6474c-d13d-4bf5-9a82-134c9ec7ec7c", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-64e6474c-d13d-4bf5-9a82-134c9ec7ec7c" }, { "name": "List team recipes", "id": "1670a3c1-43f0-4da8-9026-87d36b9f8914", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "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": "" } ], "variable": [ { "id": "6f611efc-cd24-413f-832d-8bfd3ad2420f", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "bd3fe647-8607-4486-af6b-d83014c2410c", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Show all recipes for the team.\n\nProcessing mode: sync" }, "response": [ { "id": "fa9e10e0-ac7c-49c3-9bf7-e3dacc6c4df7", "name": "Paginated set of `RecipeResource`", "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/teams/:team/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-fa9e10e0-ac7c-49c3-9bf7-e3dacc6c4df7" }, { "id": "ee067ebd-3dc3-41f2-875d-91cfef43136d", "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/teams/:team/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-ee067ebd-3dc3-41f2-875d-91cfef43136d" }, { "id": "9f6f32a8-256f-4ce9-9f2e-e0ac3288f836", "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/teams/:team/recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "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": "" } ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-9f6f32a8-256f-4ce9-9f2e-e0ac3288f836" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-1670a3c1-43f0-4da8-9026-87d36b9f8914" }, { "name": "Share recipe with the team", "id": "0872842c-9309-4e89-9bdf-bd943b823e7b", "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 \"recipe_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "variable": [ { "id": "5aabd96a-dab6-48f3-baec-dd74e76bc439", "key": "organization", "value": "", "description": "(Required) The organization slug" }, { "id": "55ce2810-c5fa-407c-9870-8dc09b560fb3", "key": "team", "value": "", "description": "(Required) The team ID" } ] }, "description": "Shares a recipe with a team.\n\nProcessing mode: sync" }, "response": [ { "id": "7185b99a-55c5-49cb-a55b-a3a6b3f7ed4e", "name": "Recipe shared successfully\n\n\n\n`RecipeResource`", "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 \"recipe_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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\": \"recipes\",\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 \"script\": \"\",\n \"user\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-7185b99a-55c5-49cb-a55b-a3a6b3f7ed4e" }, { "id": "17e82312-5e50-469c-913a-3a8b993226de", "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 \"recipe_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-17e82312-5e50-469c-913a-3a8b993226de" }, { "id": "30f7afbd-0ec9-4374-a0b0-b3a4dd8508f7", "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 \"recipe_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-30f7afbd-0ec9-4374-a0b0-b3a4dd8508f7" }, { "id": "b0302d39-2998-415b-903c-32af5a0dbda6", "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 \"recipe_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/orgs/:organization/teams/:team/recipes", "host": [ "{{baseUrl}}" ], "path": [ "orgs", ":organization", "teams", ":team", "recipes" ], "variable": [ { "key": "organization" }, { "key": "team" } ] } }, "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 \"minim98\": [\n \"\",\n \"\"\n ],\n \"irure94\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-b0302d39-2998-415b-903c-32af5a0dbda6" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-0872842c-9309-4e89-9bdf-bd943b823e7b" } ], "id": "ae548721-2ad2-4e95-8850-3f4e93a89b0f", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-ae548721-2ad2-4e95-8850-3f4e93a89b0f" } ], "id": "235724df-6541-4f49-b3d9-078aff5b6cec", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-235724df-6541-4f49-b3d9-078aff5b6cec" } ], "id": "509e066c-14d6-47b6-8368-db12ab8ec09c", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-509e066c-14d6-47b6-8368-db12ab8ec09c" } ], "id": "f1f7811f-f7da-4ecf-8ebc-fe876c66eebd", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-f1f7811f-f7da-4ecf-8ebc-fe876c66eebd" } ], "id": "1769ad01-e839-408a-80f6-f4c206fb44ae", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-1769ad01-e839-408a-80f6-f4c206fb44ae" }, { "name": "forge-recipes", "item": [ { "name": "{forgeRecipe}", "item": [ { "name": "runs", "item": [ { "name": "Create Forge recipe run", "id": "692f7ec7-a810-4f7a-a0ca-f8713a449fda", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe", "runs" ], "variable": [ { "id": "88b88d7f-d67e-4d1f-91aa-9cafb286d1d2", "key": "forgeRecipe", "value": "", "description": "(Required) The forge recipe ID" } ] }, "description": "Run a Forge recipe on specified servers.\n\nProcessing mode: async" }, "response": [ { "id": "24889cb6-75d6-45d0-9a3c-3ffe56c33b64", "name": "Recipe run accepted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe", "runs" ], "variable": [ { "key": "forgeRecipe" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-24889cb6-75d6-45d0-9a3c-3ffe56c33b64" }, { "id": "2cb01c92-fba1-46e6-90d3-4a8ca8f55033", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe", "runs" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-2cb01c92-fba1-46e6-90d3-4a8ca8f55033" }, { "id": "ffd22b7a-81e7-485e-8ae2-8fc3ec83765a", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe", "runs" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-ffd22b7a-81e7-485e-8ae2-8fc3ec83765a" }, { "id": "7489d4dc-f7a7-455e-9169-0a7b488df4f4", "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 \"servers\": [\n \"\",\n \"\"\n ],\n \"email\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe/runs", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe", "runs" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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 \"minim98\": [\n \"\",\n \"\"\n ],\n \"irure94\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-7489d4dc-f7a7-455e-9169-0a7b488df4f4" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-692f7ec7-a810-4f7a-a0ca-f8713a449fda" } ], "id": "69a91066-741c-4470-9a87-801cbbfe8071", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-69a91066-741c-4470-9a87-801cbbfe8071" }, { "name": "Get Forge recipe", "id": "2dab0ccc-5457-4e66-aa73-f0f3016b1046", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/forge-recipes/:forgeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe" ], "variable": [ { "id": "99679c78-03ba-4072-853e-1ad36a88f82e", "key": "forgeRecipe", "value": "", "description": "(Required) The forge recipe ID" } ] }, "description": "Show the Forge recipe.\n\nProcessing mode: sync" }, "response": [ { "id": "6c6f79ad-d0b0-4987-8aec-9d0d712d1408", "name": "`ForgeRecipeResource`", "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}}/forge-recipes/:forgeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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\": \"forgeRecipes\",\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 \"user\": \"\",\n \"info\": \"\",\n \"script\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-6c6f79ad-d0b0-4987-8aec-9d0d712d1408" }, { "id": "6f60ec64-0e02-4729-8945-b703c05dd4c9", "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}}/forge-recipes/:forgeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-6f60ec64-0e02-4729-8945-b703c05dd4c9" }, { "id": "90c28e00-78d9-40d1-b409-39a5258feb50", "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}}/forge-recipes/:forgeRecipe", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes", ":forgeRecipe" ], "variable": [ { "key": "forgeRecipe" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-90c28e00-78d9-40d1-b409-39a5258feb50" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-2dab0ccc-5457-4e66-aa73-f0f3016b1046" } ], "id": "8532e6ce-7bf1-45ab-a784-9078b20085f0", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-8532e6ce-7bf1-45ab-a784-9078b20085f0" }, { "name": "List Forge's recipes", "id": "74c42043-a319-484d-9b5c-4eba0ad0f3a8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/vnd.api+json" } ], "url": { "raw": "{{baseUrl}}/forge-recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes" ], "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": "Show all Forge provided recipes.\n\nProcessing mode: sync" }, "response": [ { "id": "d73a4995-04b8-475f-bc6c-ba265d63cc3a", "name": "Paginated set of `ForgeRecipeResource`", "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}}/forge-recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes" ], "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": "" } ] } }, "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\": \"forgeRecipes\",\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 \"user\": \"\",\n \"info\": \"\",\n \"script\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"type\": \"forgeRecipes\",\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 \"user\": \"\",\n \"info\": \"\",\n \"script\": \"\",\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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-d73a4995-04b8-475f-bc6c-ba265d63cc3a" }, { "id": "e3dafebb-b905-4d81-b450-cd8216fe80bb", "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}}/forge-recipes?page[size]=30&page[cursor]=", "host": [ "{{baseUrl}}" ], "path": [ "forge-recipes" ], "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": "" } ] } }, "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:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-e3dafebb-b905-4d81-b450-cd8216fe80bb" } ], "createdAt": "2026-07-28T02:04:04.000Z", "updatedAt": "2026-07-28T02:04:04.000Z", "uid": "35240-74c42043-a319-484d-9b5c-4eba0ad0f3a8" } ], "id": "d80fd78f-6b71-43c8-aca7-8bf0911987b1", "createdAt": "2026-07-28T02:04:03.000Z", "updatedAt": "2026-07-28T02:04:03.000Z", "uid": "35240-d80fd78f-6b71-43c8-aca7-8bf0911987b1" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://cloud.laravel.com/api" } ] }