{ "info": { "_postman_id": "d192b756-3ba7-4d41-ae38-f28d39954e15", "name": "api-onboarding Account Usage Documents API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "lastUpdatedBy": "35240", "uid": "35240-d192b756-3ba7-4d41-ae38-f28d39954e15" }, "item": [ { "name": "v1", "item": [ { "name": "forms", "item": [ { "name": "{form_id}", "item": [ { "name": "documents", "item": [ { "name": "{document_id}", "item": [ { "name": "Delete Document", "id": "0d97c0cf-1f3b-4a85-9e07-977fecfecab3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Auth-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents/:document_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents", ":document_id" ], "variable": [ { "id": "26227731-5d2d-438b-94ac-adb5a2e75261", "key": "form_id", "value": "", "description": "(Required) Form UUID" }, { "id": "c1e442e6-2d93-431a-a423-183e72f4ac7c", "key": "document_id", "value": "", "description": "(Required) " } ] }, "description": "Deletes a document attached to the specified application form." }, "response": [ { "id": "b1c85c85-b36e-430c-950c-2a1ebc24419e", "name": "Deletes the document", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents/:document_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents", ":document_id" ], "variable": [ { "key": "form_id" }, { "key": "document_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"message\": \"\",\n \"document_id\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-b1c85c85-b36e-430c-950c-2a1ebc24419e" }, { "id": "f898b219-b14d-45ac-9e56-b19ed4fc0830", "name": "Document not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents/:document_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents", ":document_id" ], "variable": [ { "key": "form_id" }, { "key": "document_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-f898b219-b14d-45ac-9e56-b19ed4fc0830" }, { "id": "86ba5815-0033-45fc-9ea4-3ebd910838d8", "name": "Form is already submitted", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents/:document_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents", ":document_id" ], "variable": [ { "key": "form_id" }, { "key": "document_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-86ba5815-0033-45fc-9ea4-3ebd910838d8" } ], "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-0d97c0cf-1f3b-4a85-9e07-977fecfecab3" } ], "id": "31d055ef-3049-4a59-b839-ac3031611316", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-31d055ef-3049-4a59-b839-ac3031611316" }, { "name": "Create Document", "id": "710986eb-fc6f-4a4f-90c5-ddc584ebd538", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Auth-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"document_type\": \"bank_statement\",\n \"category\": \"proof_of_owners\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "id": "f07a6e9b-8383-41ee-ab6a-2c3dcbd0fa36", "key": "form_id", "value": "", "description": "(Required) Form UUID" } ] }, "description": "Adds a validation document to the specified form. For more information on uploading documents, see our guide." }, "response": [ { "id": "760eca19-cbb5-4375-8f81-4208919774a0", "name": "Creates a document when correct params are provided", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"document_type\": \"bank_statement\",\n \"category\": \"proof_of_owners\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"document_type\": \"\",\n \"category\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-760eca19-cbb5-4375-8f81-4208919774a0" }, { "id": "e11f4327-6bb0-4a6f-b174-d1cccfb4830d", "name": "Invalid parameter in request params", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"document_type\": \"bank_statement\",\n \"category\": \"proof_of_owners\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-e11f4327-6bb0-4a6f-b174-d1cccfb4830d" }, { "id": "0f22dfe5-3a64-4430-a0a8-c1800259a2b9", "name": "Form 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: apikey", "key": "X-Auth-Token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"document_type\": \"bank_statement\",\n \"category\": \"proof_of_owners\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-0f22dfe5-3a64-4430-a0a8-c1800259a2b9" }, { "id": "640af2b3-4479-4c59-b4ec-e3de214d32f7", "name": "Form is already submitted", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"document_type\": \"bank_statement\",\n \"category\": \"proof_of_owners\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-640af2b3-4479-4c59-b4ec-e3de214d32f7" } ], "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-710986eb-fc6f-4a4f-90c5-ddc584ebd538" }, { "name": "Get Documents", "id": "0c4c4f94-99fd-4b80-833f-aec43fddb13b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Auth-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "id": "7ae2c485-bb79-4c4b-9a69-1592a11b048a", "key": "form_id", "value": "", "description": "(Required) Form UUID" } ] }, "description": "Returns the uploaded documents for the specified application form." }, "response": [ { "id": "484e6465-1783-41e0-b073-5550c1c7de2c", "name": "Retrieves all form documents", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"documents\": [\n {\n \"document_type\": \"\",\n \"category\": \"\",\n \"id\": \"\",\n \"document_image_ids\": [\n \"\",\n \"\"\n ],\n \"form_section_type\": \"\",\n \"form_section_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"document_type\": \"\",\n \"category\": \"\",\n \"id\": \"\",\n \"document_image_ids\": [\n \"\",\n \"\"\n ],\n \"form_section_type\": \"\",\n \"form_section_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-484e6465-1783-41e0-b073-5550c1c7de2c" }, { "id": "398304e6-f0d0-4b1f-94ea-dcec17f4e931", "name": "Form not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/documents", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "documents" ], "variable": [ { "key": "form_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-398304e6-f0d0-4b1f-94ea-dcec17f4e931" } ], "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-0c4c4f94-99fd-4b80-833f-aec43fddb13b" } ], "id": "101067d6-30ed-49d0-9b7a-0d690ad6e554", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-101067d6-30ed-49d0-9b7a-0d690ad6e554" } ], "id": "2ba255bd-6099-425f-a7f2-e8bead114dfc", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-2ba255bd-6099-425f-a7f2-e8bead114dfc" } ], "id": "5146ead6-9dae-4685-94b2-64ba70afdcc8", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-5146ead6-9dae-4685-94b2-64ba70afdcc8" } ], "id": "d502eb35-9227-40d3-9191-119dd08c6c39", "createdAt": "2026-07-28T01:28:12.000Z", "updatedAt": "2026-07-28T01:28:12.000Z", "uid": "35240-d502eb35-9227-40d3-9191-119dd08c6c39" } ], "variable": [ { "key": "baseUrl", "value": "/onboarding" } ] }