{ "info": { "_postman_id": "1aa97e48-f94b-41a2-ad22-76d88129f59b", "name": "Amigo Account Surface Patient API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-1aa97e48-f94b-41a2-ad22-76d88129f59b" }, "item": [ { "name": "s", "item": [ { "name": "f", "item": [ { "name": "{surface_id}", "item": [ { "name": "Redirect To Surface", "id": "55949151-cd7d-429c-8cec-21e40b02fdf3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "id": "edf0befb-1637-4475-bcab-34b424c6ea0e", "key": "surface_id", "value": "", "description": "(Required) " } ] }, "description": "Short-URL redirect: ``/s/f/{surface_id}`` \u2192 ``/s/{token}``.\n\nGenerates a fresh HMAC token and issues a 302 redirect so that SMS\nmessages can contain a short, clickable link instead of the long\nbase64-encoded token URL." }, "response": [ { "id": "b7292cc4-8ef5-47e2-8f81-a3b3c225fc5d", "name": "Successful Response", "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}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "key": "surface_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-b7292cc4-8ef5-47e2-8f81-a3b3c225fc5d" }, { "id": "ebaad99b-31f0-4008-9e97-0a1f6683a8e6", "name": "Redirect to full surface URL", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "key": "surface_id" } ] } }, "status": "Found", "code": 302, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-ebaad99b-31f0-4008-9e97-0a1f6683a8e6" }, { "id": "d4e5f9a3-2b81-49d6-9379-3410fa30534b", "name": "Surface not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "key": "surface_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-d4e5f9a3-2b81-49d6-9379-3410fa30534b" }, { "id": "38299335-4217-414a-bf34-8eb18a634fca", "name": "Surface expired", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "key": "surface_id" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-38299335-4217-414a-bf34-8eb18a634fca" }, { "id": "f1024a2c-c1f4-48a9-867e-38e05ce49c38", "name": "Validation 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}}/s/f/:surface_id", "host": [ "{{baseUrl}}" ], "path": [ "s", "f", ":surface_id" ], "variable": [ { "key": "surface_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-f1024a2c-c1f4-48a9-867e-38e05ce49c38" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-55949151-cd7d-429c-8cec-21e40b02fdf3" } ], "id": "9d71c024-1e8e-414c-bd97-23ecf29041af", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-9d71c024-1e8e-414c-bd97-23ecf29041af" } ], "id": "97bfb504-2029-4f44-a250-b2c249bf216b", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-97bfb504-2029-4f44-a250-b2c249bf216b" }, { "name": "{token}", "item": [ { "name": "lookup", "item": [ { "name": "{lookup_type}", "item": [ { "name": "Lookup Field", "id": "5f5f4ffd-7d70-4962-b238-e8e477363ca0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/:token/lookup/:lookup_type?q=", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "lookup", ":lookup_type" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ], "variable": [ { "id": "cce74cca-e9f9-4b38-ac41-87129b03e79c", "key": "token", "value": "", "description": "(Required) " }, { "id": "d3466316-42b2-4afd-b013-bb4a17b4147f", "key": "lookup_type", "value": "", "description": "(Required) " } ] }, "description": "Search healthcare reference data for form field autocompletion.\n\nSupports: medication (RxNorm), allergy (RxNorm), pharmacy (NPPES NPI),\ninsurance (static carrier list). Token-authenticated, no Bearer auth." }, "response": [ { "id": "13c24b72-a843-4681-9b68-ff52c1f8fe0a", "name": "Successful Response", "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}}/s/:token/lookup/:lookup_type?q=", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "lookup", ":lookup_type" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ], "variable": [ { "key": "token" }, { "key": "lookup_type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"velit_2c\": \"enim eu ipsum\",\n \"et_7\": false\n },\n {\n \"fugiatf20\": 97005485.9853093,\n \"mollit_8_\": \"tempor cons\",\n \"deserunta\": 34755618\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-13c24b72-a843-4681-9b68-ff52c1f8fe0a" }, { "id": "e40baa52-b8ed-4273-a861-14a83725bdb8", "name": "Invalid token", "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}}/s/:token/lookup/:lookup_type?q=", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "lookup", ":lookup_type" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ], "variable": [ { "key": "token" }, { "key": "lookup_type" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e40baa52-b8ed-4273-a861-14a83725bdb8" }, { "id": "3e252000-f8d4-4782-b22d-6ac5a553dea6", "name": "Invalid lookup type", "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}}/s/:token/lookup/:lookup_type?q=", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "lookup", ":lookup_type" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ], "variable": [ { "key": "token" }, { "key": "lookup_type" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-3e252000-f8d4-4782-b22d-6ac5a553dea6" }, { "id": "80a7f681-71d7-4f17-8094-f233926524f0", "name": "Rate limited", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/lookup/:lookup_type?q=", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "lookup", ":lookup_type" ], "query": [ { "description": "(Required) ", "key": "q", "value": "" } ], "variable": [ { "key": "token" }, { "key": "lookup_type" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-80a7f681-71d7-4f17-8094-f233926524f0" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-5f5f4ffd-7d70-4962-b238-e8e477363ca0" } ], "id": "9a669a7e-2909-4d4c-b363-a47d504ae528", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-9a669a7e-2909-4d4c-b363-a47d504ae528" } ], "id": "e4c05d01-31f9-4b3b-8a0d-d1dc53f391fc", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e4c05d01-31f9-4b3b-8a0d-d1dc53f391fc" }, { "name": "ocr", "item": [ { "name": "Ocr Extract", "id": "218b8ed9-7833-4297-984c-9bd809d4dd00", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"image\": \"\",\n \"target_fields\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/ocr", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "ocr" ], "variable": [ { "id": "bc9b55b7-899b-484f-a299-6ebbaba0a8ba", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Extract structured data from an image (e.g. insurance card) using Gemini Vision.\n\nReturns extracted field key-value pairs and a confidence score.\nToken-authenticated, no Bearer auth." }, "response": [ { "id": "2f56cd8e-100e-4390-8139-e6af2a35f269", "name": "Successful Response", "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 \"image\": \"\",\n \"target_fields\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/ocr", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "ocr" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"confidence\": \"\",\n \"extracted_fields\": {\n \"commodo_51\": 45305217.32374534\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-2f56cd8e-100e-4390-8139-e6af2a35f269" }, { "id": "8d55172f-f951-46f1-8543-2d5dfb703dac", "name": "Invalid token", "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 \"image\": \"\",\n \"target_fields\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/ocr", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "ocr" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-8d55172f-f951-46f1-8543-2d5dfb703dac" }, { "id": "7d4230ff-708e-481b-acb6-415f80b81a12", "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 \"image\": \"\",\n \"target_fields\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/ocr", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "ocr" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-7d4230ff-708e-481b-acb6-415f80b81a12" }, { "id": "f98a56b2-a1fa-4869-ad7a-cdb638f63d8d", "name": "Rate limited", "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 \"image\": \"\",\n \"target_fields\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/ocr", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "ocr" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-f98a56b2-a1fa-4869-ad7a-cdb638f63d8d" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-218b8ed9-7833-4297-984c-9bd809d4dd00" } ], "id": "8ce4a6a5-4ec9-4254-9bf2-a747afeda7c1", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-8ce4a6a5-4ec9-4254-9bf2-a747afeda7c1" }, { "name": "spec", "item": [ { "name": "Get Surface Spec", "id": "08c59e00-668d-453b-9bc8-8ef5bde346d5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "id": "33f9f410-8a96-4990-b3cc-4069bac1cdd8", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Return surface spec as JSON for the forms app.\n\nThe forms app (Next.js) calls this on SSR to fetch the spec,\nsaved field values, and merged branding. Records surface.opened\nevent on first access." }, "response": [ { "id": "e8e31096-0574-4628-87b0-0d412250405e", "name": "Successful Response", "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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"spec\": {\n \"title\": \"\",\n \"description\": \"\",\n \"fields\": [\n {\n \"sedd2\": 56712873\n },\n {\n \"dolore1\": -77932816,\n \"proident_d\": \"aliquip Ut\"\n }\n ],\n \"sections\": [\n {\n \"cillum_e20\": false,\n \"commodo6\": false\n },\n {\n \"eiusmod_0\": \"minim\",\n \"tempor_385\": true\n }\n ],\n \"branding\": {\n \"minime9\": 89017134,\n \"proident__1\": true,\n \"exercitation91d\": false\n },\n \"submit_button_text\": \"\",\n \"completion_title\": \"\",\n \"completion_message\": \"\",\n \"completion_action_url\": \"\",\n \"context\": {\n \"sint_81_\": true\n }\n },\n \"surface_id\": \"\",\n \"entity_id\": \"\",\n \"status\": \"\",\n \"saved_values\": {\n \"laboris8f5\": 6241819.813095614,\n \"eu_39c\": false\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e8e31096-0574-4628-87b0-0d412250405e" }, { "id": "89250356-a3ac-4ab0-8d9a-e0e402d2f476", "name": "Invalid token", "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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-89250356-a3ac-4ab0-8d9a-e0e402d2f476" }, { "id": "2c64c37e-19c1-4524-831b-e17c23a757f8", "name": "Surface 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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-2c64c37e-19c1-4524-831b-e17c23a757f8" }, { "id": "7069d888-3a88-4937-82f9-a00d8129ded6", "name": "Already submitted", "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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-7069d888-3a88-4937-82f9-a00d8129ded6" }, { "id": "b126f64e-2dfa-4cca-90e8-5572223ba5c0", "name": "Token expired or surface archived", "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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-b126f64e-2dfa-4cca-90e8-5572223ba5c0" }, { "id": "b54a02b5-a403-45b1-abcc-57a206001a5f", "name": "Validation 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}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-b54a02b5-a403-45b1-abcc-57a206001a5f" }, { "id": "9b7c0037-7080-4b60-b3fb-f15bdca06b79", "name": "Rate limited", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/spec", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "spec" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-9b7c0037-7080-4b60-b3fb-f15bdca06b79" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-08c59e00-668d-453b-9bc8-8ef5bde346d5" } ], "id": "4ae42b07-0718-483c-9f53-46fff6173393", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-4ae42b07-0718-483c-9f53-46fff6173393" }, { "name": "availability", "item": [ { "name": "Get Availability", "id": "e8d8dd19-4cca-4fbd-88fb-0897f075967a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "id": "e94bb2fd-38fc-4100-8f4e-78cff6e03173", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Return available appointment slots for the surface's workspace.\n\nQueries FHIR Slot resources from world.entities_synced that are free\nand within the requested date range. Token-authenticated, no Bearer auth." }, "response": [ { "id": "3a25246c-86ba-4e16-9daf-f60bda967941", "name": "Successful Response", "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}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dates\": [\n {\n \"date\": \"\",\n \"slots\": [\n {\n \"id\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"provider\": \"\"\n },\n {\n \"id\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"provider\": \"\"\n }\n ]\n },\n {\n \"date\": \"\",\n \"slots\": [\n {\n \"id\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"provider\": \"\"\n },\n {\n \"id\": \"\",\n \"start\": \"\",\n \"end\": \"\",\n \"provider\": \"\"\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-3a25246c-86ba-4e16-9daf-f60bda967941" }, { "id": "5f976231-e2c0-4a1e-b44f-1788de7013e3", "name": "Invalid token", "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}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-5f976231-e2c0-4a1e-b44f-1788de7013e3" }, { "id": "37eecc94-1439-47fd-b714-90a9a24b7af1", "name": "Token expired", "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}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "key": "token" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-37eecc94-1439-47fd-b714-90a9a24b7af1" }, { "id": "97b5976c-e95e-493f-b1d7-fa4b7f982d2b", "name": "Invalid date format", "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}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-97b5976c-e95e-493f-b1d7-fa4b7f982d2b" }, { "id": "1c99080a-3f5f-4542-a40e-a5a4ea7d611d", "name": "Rate limited", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/availability?date=&days=7", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "availability" ], "query": [ { "description": "ISO date (YYYY-MM-DD) to start search", "key": "date", "value": "" }, { "description": "Number of days to search forward", "key": "days", "value": "7" } ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-1c99080a-3f5f-4542-a40e-a5a4ea7d611d" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e8d8dd19-4cca-4fbd-88fb-0897f075967a" } ], "id": "093f10f4-5290-4e15-acb5-74d3aba772f5", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-093f10f4-5290-4e15-acb5-74d3aba772f5" }, { "name": "book", "item": [ { "name": "Book Appointment", "id": "0472e796-0643-43b5-803f-20337571b2b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "id": "e1a8dae8-6b19-4185-9472-5c3511f7699b", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Submit a booking request for a specific slot.\n\nWrites a booking.requested world event tied to the surface's entity.\nToken-authenticated, no Bearer auth." }, "response": [ { "id": "8b389220-e78d-4a37-8ef0-207f23f70f6e", "name": "Successful Response", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\",\n \"slot_id\": \"\"\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-8b389220-e78d-4a37-8ef0-207f23f70f6e" }, { "id": "4264db7e-8816-45d4-9f74-87360d49ec46", "name": "Invalid token", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-4264db7e-8816-45d4-9f74-87360d49ec46" }, { "id": "514f4550-d660-43a3-afb4-43b6ab3165ef", "name": "Slot 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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-514f4550-d660-43a3-afb4-43b6ab3165ef" }, { "id": "753d7489-a4a7-4a07-8558-116f45fef4f2", "name": "Slot unavailable", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-753d7489-a4a7-4a07-8558-116f45fef4f2" }, { "id": "c42cf2a8-a20a-4048-a934-9f7617fc7bea", "name": "Token expired", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-c42cf2a8-a20a-4048-a934-9f7617fc7bea" }, { "id": "95a0ddfa-2f6c-40cd-9018-bc478b28ee56", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-95a0ddfa-2f6c-40cd-9018-bc478b28ee56" }, { "id": "bcc2be01-d313-4879-a78f-843b8fdd7e67", "name": "Rate limited", "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 \"slot_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/book", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "book" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-bcc2be01-d313-4879-a78f-843b8fdd7e67" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-0472e796-0643-43b5-803f-20337571b2b6" } ], "id": "280e75cf-9e47-41fb-b097-f089b2d70ec6", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-280e75cf-9e47-41fb-b097-f089b2d70ec6" }, { "name": "heal", "item": [ { "name": "Heal Field", "id": "fb740922-f8cf-4e35-a713-6bb083e0c055", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"key\": \"\",\n \"value\": \"\",\n \"field_type\": \"\",\n \"label\": \"\",\n \"sensitive\": false,\n \"context\": {\n \"tempor6bc\": \"mollit deserunt\",\n \"laboris_5\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/heal", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "heal" ], "variable": [ { "id": "229d8c46-b57a-4f56-bf86-1e1d55f58a76", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Auto-heal a form field value using Claude Haiku.\n\nBest-effort LLM correction \u2014 returns original value with confidence 0\nif the service is unavailable or inference fails.\nToken-authenticated, no Bearer auth." }, "response": [ { "id": "dbc46f6a-0138-45a1-a9ca-3d62a2c9ad20", "name": "Successful Response", "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 \"key\": \"\",\n \"value\": \"\",\n \"field_type\": \"\",\n \"label\": \"\",\n \"sensitive\": false,\n \"context\": {\n \"tempor6bc\": \"mollit deserunt\",\n \"laboris_5\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/heal", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "heal" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"corrected_value\": \"\",\n \"confidence\": \"\",\n \"explanation\": \"\"\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-dbc46f6a-0138-45a1-a9ca-3d62a2c9ad20" }, { "id": "f8dc7a67-3505-4004-8dd9-3f620b51177c", "name": "Invalid token", "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 \"key\": \"\",\n \"value\": \"\",\n \"field_type\": \"\",\n \"label\": \"\",\n \"sensitive\": false,\n \"context\": {\n \"tempor6bc\": \"mollit deserunt\",\n \"laboris_5\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/heal", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "heal" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-f8dc7a67-3505-4004-8dd9-3f620b51177c" }, { "id": "663e30b1-23f9-4013-9338-e1b2ffa0bfae", "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 \"key\": \"\",\n \"value\": \"\",\n \"field_type\": \"\",\n \"label\": \"\",\n \"sensitive\": false,\n \"context\": {\n \"tempor6bc\": \"mollit deserunt\",\n \"laboris_5\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/heal", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "heal" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-663e30b1-23f9-4013-9338-e1b2ffa0bfae" }, { "id": "c9c988f1-74ab-4e6c-b834-4833b4b38275", "name": "Rate limited", "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 \"key\": \"\",\n \"value\": \"\",\n \"field_type\": \"\",\n \"label\": \"\",\n \"sensitive\": false,\n \"context\": {\n \"tempor6bc\": \"mollit deserunt\",\n \"laboris_5\": true\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/heal", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "heal" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-c9c988f1-74ab-4e6c-b834-4833b4b38275" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-fb740922-f8cf-4e35-a713-6bb083e0c055" } ], "id": "4950ec05-66c5-419a-939f-b4731478d765", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-4950ec05-66c5-419a-939f-b4731478d765" }, { "name": "submit", "item": [ { "name": "Submit Surface", "id": "80a2735e-e547-427a-bba2-a0dd038bb218", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "id": "579e7e97-faff-4d5e-bb29-279c399ad4ac", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Submit a patient-facing surface form.\n\nAccepts standard HTML form POST. Writes surface.submitted event\nwith confidence 0.5 (self-reported data)." }, "response": [ { "id": "15b1f939-a7e2-4076-9f5c-63f89bac335c", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-15b1f939-a7e2-4076-9f5c-63f89bac335c" }, { "id": "0d8abde0-becf-4a81-8b14-55a9d8850117", "name": "Invalid token", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-0d8abde0-becf-4a81-8b14-55a9d8850117" }, { "id": "7f656dce-6108-4e0d-b342-c12281ccdab8", "name": "Already submitted", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-7f656dce-6108-4e0d-b342-c12281ccdab8" }, { "id": "755cb764-1b5c-496a-a761-e851b78335b0", "name": "Token expired", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-755cb764-1b5c-496a-a761-e851b78335b0" }, { "id": "dedc5c24-46e6-4650-87a4-aecf09182154", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-dedc5c24-46e6-4650-87a4-aecf09182154" }, { "id": "bf5db003-fffd-4c36-8812-1a3e58254ab8", "name": "Rate limited", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token/submit", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "submit" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-bf5db003-fffd-4c36-8812-1a3e58254ab8" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-80a2735e-e547-427a-bba2-a0dd038bb218" } ], "id": "c6cce662-7543-47ea-a4bd-b3af10d9a0bd", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-c6cce662-7543-47ea-a4bd-b3af10d9a0bd" }, { "name": "fields", "item": [ { "name": "{key}", "item": [ { "name": "Save Field", "id": "e02ca5a9-4dba-4796-97d4-1b269ed13996", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "id": "2e50ca20-d677-4090-a5c1-b2a0cfa04728", "key": "token", "value": "", "description": "(Required) " }, { "id": "a01b804e-dc09-42f2-a24f-b745d4c57a7e", "key": "key", "value": "", "description": "(Required) " } ] }, "description": "Auto-save a single field value.\n\nCalled by client-side JavaScript on field blur.\nWrites surface.field_saved event with confidence 0.5." }, "response": [ { "id": "78103a57-f077-40fb-8330-d36a3d5a5fc0", "name": "Successful Response", "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 \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"saved\"\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-78103a57-f077-40fb-8330-d36a3d5a5fc0" }, { "id": "30888fd8-5dfd-46e6-83b7-ac25563b0e5f", "name": "Invalid token", "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 \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-30888fd8-5dfd-46e6-83b7-ac25563b0e5f" }, { "id": "285bba12-b4a8-43f6-bdf4-22e695f152f9", "name": "Payload too large", "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 \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "Request Entity Too Large", "code": 413, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-285bba12-b4a8-43f6-bdf4-22e695f152f9" }, { "id": "e2704b66-c0e6-443a-a17b-2b17d637a7e3", "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 \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e2704b66-c0e6-443a-a17b-2b17d637a7e3" }, { "id": "0a40006b-b5f9-491f-a1c6-170e9c5482a1", "name": "Rate limited", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-0a40006b-b5f9-491f-a1c6-170e9c5482a1" }, { "id": "44188c2f-c372-4673-bf79-2c742cef16fd", "name": "Save failed", "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 \"value\": {\n \"title\": \"Value\",\n \"description\": \"The field value to save\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/s/:token/fields/:key", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token", "fields", ":key" ], "variable": [ { "key": "token" }, { "key": "key" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_code\": \"\",\n \"message\": \"\",\n \"reason\": \"\",\n \"details\": {\n \"consequat_196\": 28382415.602390945\n }\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-44188c2f-c372-4673-bf79-2c742cef16fd" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e02ca5a9-4dba-4796-97d4-1b269ed13996" } ], "id": "32f22dcc-d42e-494e-beb1-f71c573bd4eb", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-32f22dcc-d42e-494e-beb1-f71c573bd4eb" } ], "id": "5a61122f-5015-4af6-a439-cbcc34d7f2a1", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-5a61122f-5015-4af6-a439-cbcc34d7f2a1" }, { "name": "Render Surface", "id": "1af95a07-8419-4904-b86a-f28023a3acaf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "id": "314a08b9-ceb0-474f-86cd-25913bffe6c2", "key": "token", "value": "", "description": "(Required) " } ] }, "description": "Render a patient-facing surface as HTML.\n\nToken-authenticated \u2014 no Bearer auth required.\nRecords a surface.opened lifecycle event on first view." }, "response": [ { "id": "e9714737-1e00-4090-9fa8-6f601a8e885d", "name": "Successful Response", "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}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "key": "token" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-e9714737-1e00-4090-9fa8-6f601a8e885d" }, { "id": "69ca7ac8-4633-4903-9a18-bb0ab2d9fa80", "name": "Invalid token", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "key": "token" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-69ca7ac8-4633-4903-9a18-bb0ab2d9fa80" }, { "id": "6945d8b6-c793-4580-b5b8-922562ad35df", "name": "Token expired", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "key": "token" } ] } }, "status": "Gone", "code": 410, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-6945d8b6-c793-4580-b5b8-922562ad35df" }, { "id": "509ddc18-7aec-4d42-b317-76422541ba17", "name": "Validation 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}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "key": "token" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-509ddc18-7aec-4d42-b317-76422541ba17" }, { "id": "9a946c43-fa13-4bca-bdca-a626f2e89791", "name": "Rate limited", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/s/:token", "host": [ "{{baseUrl}}" ], "path": [ "s", ":token" ], "variable": [ { "key": "token" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-9a946c43-fa13-4bca-bdca-a626f2e89791" } ], "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-1af95a07-8419-4904-b86a-f28023a3acaf" } ], "id": "968e1bc4-f4b5-42ef-84fe-3784f03bcfa6", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-968e1bc4-f4b5-42ef-84fe-3784f03bcfa6" } ], "id": "f9cd0536-71a1-4f53-81d5-4d5c7f877259", "createdAt": "2026-07-28T01:02:50.000Z", "updatedAt": "2026-07-28T01:02:50.000Z", "uid": "35240-f9cd0536-71a1-4f53-81d5-4d5c7f877259" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }