{ "info": { "_postman_id": "09cfa845-31d9-4176-9251-4df54c326f71", "name": "Kita Capture Applications API", "description": "Kita Capture turns scanned or photographed financial and identity documents into clean\nJSON \u2014 transactions, metadata, metrics, and fraud signals. Upload a file (multipart or\nbase64), submit a URL, or batch up to 100 documents, then poll for results or receive an\nHMAC-signed webhook.\n\nAuthentication uses an organization API key prefixed `kita_prod_` sent as\n`Authorization: Bearer `. Errors return `{ \"error\": ..., \"message\": ... }`.\nRate limiting is per organization; 429 responses carry a `Retry-After` header.\n\nNOTE: Kita does not publish a machine-readable OpenAPI description. This document was\ngenerated by the API Evangelist enrichment pipeline from Kita's own published API\ndocumentation (shipped verbatim inside the official `kita-docs-mcp` npm package and\nserved at https://www.kita.ai/documentation). Only operations, parameters, fields and\nstatus codes that Kita documents are represented here.\n\n\nContact Support:\n Name: Kita Support\n Email: support@kita.ai", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:59:49.000Z", "updatedAt": "2026-07-28T01:59:49.000Z", "lastUpdatedBy": "35240", "uid": "35240-09cfa845-31d9-4176-9251-4df54c326f71" }, "item": [ { "name": "intake", "item": [ { "name": "Create an application and upload documents in one call", "id": "e912be36-33e8-49c2-9208-c12dfbbce1a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file", "value": null }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] }, "description": "One-call create plus document upload. Send `multipart/form-data` with an `application`\nfield carrying the JSON metadata plus repeated `file`/`files` parts, or\n`application/json` for metadata only. Pass `external_ref` for idempotency \u2014 a retried\npush returns the existing application with `\"idempotent\": true` and HTTP 200 instead\nof creating a duplicate.\n" }, "response": [ { "id": "2caba54f-b6ea-4e6b-adbe-5eac2306428d", "name": "Idempotent replay \u2014 the existing application for this `external_ref`.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"declined\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-2caba54f-b6ea-4e6b-adbe-5eac2306428d" }, { "id": "d6c00d3c-05c0-45ac-a269-974916112470", "name": "Application created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"declined\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-d6c00d3c-05c0-45ac-a269-974916112470" }, { "id": "8a3e4644-d1a0-4245-9dd5-9a3bb8414f90", "name": "Malformed body, missing fields, or bad parameters.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-8a3e4644-d1a0-4245-9dd5-9a3bb8414f90" }, { "id": "630451a1-41fc-40e6-8c4d-bdb3110e4642", "name": "Missing, malformed, unknown, or revoked API key.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-630451a1-41fc-40e6-8c4d-bdb3110e4642" }, { "id": "3ea570f4-d3d9-4021-b329-20e17765836f", "name": "Valid key lacks the required scope.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-3ea570f4-d3d9-4021-b329-20e17765836f" }, { "id": "ece9c5f7-9301-4870-8f10-d059920ca5b4", "name": "Application created but document upload failed.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "formdata", "formdata": [ { "description": "JSON-encoded application metadata.", "key": "application", "value": "", "type": "text" }, { "key": "file", "type": "file" }, { "key": "files", "value": ",", "type": "text" } ] }, "url": { "raw": "{{baseUrl}}/intake", "host": [ "{{baseUrl}}" ], "path": [ "intake" ] } }, "status": "Bad Gateway", "code": 502, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-ece9c5f7-9301-4870-8f10-d059920ca5b4" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-e912be36-33e8-49c2-9208-c12dfbbce1a5" } ], "id": "e4f35cae-fb50-4439-90ec-6d4cf74c39a3", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-e4f35cae-fb50-4439-90ec-6d4cf74c39a3" }, { "name": "applications", "item": [ { "name": "{id}", "item": [ { "name": "Get an application", "id": "298b9496-4bc5-4299-a5c5-fc79e1025ecb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "id": "872d8d94-1c40-41f7-bf8f-43cb1391b839", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Fetch a single application by UUID or human `app_id`. Includes `document_count`." }, "response": [ { "id": "ff30595e-417e-4c1a-b0b8-b9105650101d", "name": "The application.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"declined\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-ff30595e-417e-4c1a-b0b8-b9105650101d" }, { "id": "94173640-98f8-4ef9-b200-a76d1bb4c6e9", "name": "Missing, malformed, unknown, or revoked API key.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-94173640-98f8-4ef9-b200-a76d1bb4c6e9" }, { "id": "58fb7b75-5d83-479a-bbe6-41145522a96e", "name": "Valid key lacks the required scope.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-58fb7b75-5d83-479a-bbe6-41145522a96e" }, { "id": "da993730-38c9-4574-8635-c16c761ceeb3", "name": "Resource not found in this organization.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "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-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-da993730-38c9-4574-8635-c16c761ceeb3" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-298b9496-4bc5-4299-a5c5-fc79e1025ecb" }, { "name": "Update an application", "id": "9f660d16-a819-488d-af54-04821959866b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "id": "a49a4e63-92a4-4061-937d-0b37a2313198", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Update mutable fields \u2014 business_name, loan_type, loan_amount, application_context, status." }, "response": [ { "id": "989cb591-29bf-4fa0-984d-969e3a17c953", "name": "Updated.", "originalRequest": { "method": "PATCH", "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 \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"declined\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-989cb591-29bf-4fa0-984d-969e3a17c953" }, { "id": "86e014ab-324b-4b1d-8506-314bdb74e530", "name": "Malformed body, missing fields, or bad parameters.", "originalRequest": { "method": "PATCH", "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 \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-86e014ab-324b-4b1d-8506-314bdb74e530" }, { "id": "8f208d77-539b-483f-97db-46374568e169", "name": "Missing, malformed, unknown, or revoked API key.", "originalRequest": { "method": "PATCH", "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 \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-8f208d77-539b-483f-97db-46374568e169" }, { "id": "dc003c45-6aaa-42bb-a41c-206125830d3a", "name": "Valid key lacks the required scope.", "originalRequest": { "method": "PATCH", "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 \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-dc003c45-6aaa-42bb-a41c-206125830d3a" }, { "id": "479ced5d-fc0e-4024-a9ef-c170f306844d", "name": "Resource not found in this organization.", "originalRequest": { "method": "PATCH", "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 \"business_name\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"application_context\": \"\",\n \"status\": \"underwriting\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "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-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-479ced5d-fc0e-4024-a9ef-c170f306844d" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-9f660d16-a819-488d-af54-04821959866b" }, { "name": "Delete an application", "id": "5fd0abcb-d01a-4fc7-9b27-96726e5361a6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "id": "2f02dcb4-3ae9-46c3-8969-3aa0f7cc169f", "key": "id", "value": "", "description": "(Required) Application UUID or human `app_id` (e.g. `APP-1234`)." } ] }, "description": "Permanently deletes the application, its documents and storage, and the borrower if orphaned." }, "response": [ { "id": "76ed03c7-c314-4121-b13f-899abaccdbd5", "name": "Deleted.", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-76ed03c7-c314-4121-b13f-899abaccdbd5" }, { "id": "214fef9d-75c3-491f-a05d-c816a0f319f5", "name": "Missing, malformed, unknown, or revoked API key.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-214fef9d-75c3-491f-a05d-c816a0f319f5" }, { "id": "24ec7cdd-55c0-46b5-8c82-6b7775275742", "name": "Valid key lacks the required scope.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-24ec7cdd-55c0-46b5-8c82-6b7775275742" }, { "id": "c6af28e9-28d3-4e0b-b3c9-d9073fd61295", "name": "Resource not found in this organization.", "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}}/applications/:id", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":id" ], "variable": [ { "key": "id" } ] } }, "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-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-c6af28e9-28d3-4e0b-b3c9-d9073fd61295" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-5fd0abcb-d01a-4fc7-9b27-96726e5361a6" } ], "id": "5f6b2c10-9859-471a-8413-4cf9aa8ea5c0", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-5f6b2c10-9859-471a-8413-4cf9aa8ea5c0" }, { "name": "Create an application", "id": "4232d1f2-9411-47a9-b7f6-af32df3eeb93", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"business_name\": \"\",\n \"borrower_email\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"borrower_phone\": \"\",\n \"application_context\": \"\",\n \"external_ref\": \"\",\n \"send_outreach\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] }, "description": "Create application metadata only. Documents are uploaded separately." }, "response": [ { "id": "463129ac-e10a-40e9-ae97-ca61a1bed5a2", "name": "Created.", "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 \"business_name\": \"\",\n \"borrower_email\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"borrower_phone\": \"\",\n \"application_context\": \"\",\n \"external_ref\": \"\",\n \"send_outreach\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"declined\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-463129ac-e10a-40e9-ae97-ca61a1bed5a2" }, { "id": "deb64886-c5ac-47bc-ac5e-d1397179e4cc", "name": "Malformed body, missing fields, or bad parameters.", "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 \"business_name\": \"\",\n \"borrower_email\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"borrower_phone\": \"\",\n \"application_context\": \"\",\n \"external_ref\": \"\",\n \"send_outreach\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-deb64886-c5ac-47bc-ac5e-d1397179e4cc" }, { "id": "2ea8f855-d65d-4a05-8377-0c3d2681ec66", "name": "Missing, malformed, unknown, or revoked API key.", "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 \"business_name\": \"\",\n \"borrower_email\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"borrower_phone\": \"\",\n \"application_context\": \"\",\n \"external_ref\": \"\",\n \"send_outreach\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-2ea8f855-d65d-4a05-8377-0c3d2681ec66" }, { "id": "09653d18-6388-462f-8272-0ecae14d1488", "name": "Valid key lacks the required scope.", "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 \"business_name\": \"\",\n \"borrower_email\": \"\",\n \"loan_type\": \"\",\n \"loan_amount\": \"\",\n \"borrower_phone\": \"\",\n \"application_context\": \"\",\n \"external_ref\": \"\",\n \"send_outreach\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-09653d18-6388-462f-8272-0ecae14d1488" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-4232d1f2-9411-47a9-b7f6-af32df3eeb93" }, { "name": "List applications", "id": "bd5f182e-8285-4143-a648-4171b59e5259", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications?status=underwriting&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "key": "status", "value": "underwriting" }, { "description": "Page size. Default 50, clamped to 1\u2013200.", "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ] }, "description": "List applications for the calling organization, with offset pagination." }, "response": [ { "id": "aee4cab6-30c4-43cf-8637-6915de17ec89", "name": "A page of applications.", "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}}/applications?status=underwriting&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "key": "status", "value": "underwriting" }, { "description": "Page size. Default 50, clamped to 1\u2013200.", "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"approved\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n },\n {\n \"id\": \"\",\n \"app_id\": \"\",\n \"status\": \"submitted\",\n \"file_completeness\": \"\",\n \"document_count\": \"\",\n \"idempotent\": \"\"\n }\n ],\n \"pagination\": {\n \"total\": \"\",\n \"limit\": \"\",\n \"offset\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-aee4cab6-30c4-43cf-8637-6915de17ec89" }, { "id": "1f67d420-edad-4735-bac0-4ff72486d91f", "name": "Missing, malformed, unknown, or revoked API key.", "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}}/applications?status=underwriting&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "key": "status", "value": "underwriting" }, { "description": "Page size. Default 50, clamped to 1\u2013200.", "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-1f67d420-edad-4735-bac0-4ff72486d91f" }, { "id": "78097fd0-7fb7-4582-a259-658ab1ab41de", "name": "Valid key lacks the required scope.", "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}}/applications?status=underwriting&limit=50&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "key": "status", "value": "underwriting" }, { "description": "Page size. Default 50, clamped to 1\u2013200.", "key": "limit", "value": "50" }, { "key": "offset", "value": "0" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-78097fd0-7fb7-4582-a259-658ab1ab41de" } ], "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-bd5f182e-8285-4143-a648-4171b59e5259" } ], "id": "5b1d5d45-7dd2-4c05-93c9-17ceb638fa5a", "createdAt": "2026-07-28T01:59:50.000Z", "updatedAt": "2026-07-28T01:59:50.000Z", "uid": "35240-5b1d5d45-7dd2-4c05-93c9-17ceb638fa5a" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://portal.usekita.com" } ] }