{ "info": { "_postman_id": "f7842314-0a2b-4e7c-8cc1-dd3dd602d500", "name": "api-onboarding Account Usage People API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "lastUpdatedBy": "35240", "uid": "35240-f7842314-0a2b-4e7c-8cc1-dd3dd602d500" }, "item": [ { "name": "v1", "item": [ { "name": "forms", "item": [ { "name": "{form_id}", "item": [ { "name": "people", "item": [ { "name": "Create Person Entity", "id": "a41ad41d-cc9c-43b3-a405-fa532f31c4e0", "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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "variable": [ { "id": "c4dde7b5-c954-437e-b7a9-e50f1317c40d", "key": "form_id", "value": "", "description": "(Required) Form UUID" } ] }, "description": "Records a person's details associated with the specified application form. For more information, please see our guide." }, "response": [ { "id": "8684daad-9136-4ebd-8a6b-31f649231850", "name": "Creates a person 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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "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 \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"form_id\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-8684daad-9136-4ebd-8a6b-31f649231850" }, { "id": "2f00141e-1c77-4664-b2f2-1e40edafa4f0", "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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-2f00141e-1c77-4664-b2f2-1e40edafa4f0" }, { "id": "40d3b221-f720-4893-94db-59b07ed33b8b", "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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-40d3b221-f720-4893-94db-59b07ed33b8b" } ], "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-a41ad41d-cc9c-43b3-a405-fa532f31c4e0" }, { "name": "Get People", "id": "a130e60d-a462-4bf2-97da-a41b63fd7175", "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/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "variable": [ { "id": "02cee350-0c99-4e84-9af2-be415db84fe6", "key": "form_id", "value": "", "description": "(Required) Form UUID" } ] }, "description": "Returns all people associated with an application form." }, "response": [ { "id": "ee54e3f7-1814-411c-a1e4-20fa4366db61", "name": "Retrieves people for a form if this form exists", "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/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "variable": [ { "key": "form_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"people\": [\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"form_id\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"form_id\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-ee54e3f7-1814-411c-a1e4-20fa4366db61" }, { "id": "ed2b341d-d233-4450-82f1-2eb957f0c71c", "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/people", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", "people" ], "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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-ed2b341d-d233-4450-82f1-2eb957f0c71c" } ], "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-a130e60d-a462-4bf2-97da-a41b63fd7175" } ], "id": "3f03b9e3-59d1-4ec1-898d-4864bb2d0124", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-3f03b9e3-59d1-4ec1-898d-4864bb2d0124" }, { "name": "{person_id}", "item": [ { "name": "Get Person", "id": "80d898cc-4c02-4c49-ab35-31716dd446bb", "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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "id": "9d88a681-773d-4f55-90f1-b993d5e1c4b8", "key": "form_id", "value": "", "description": "(Required) Form UUID" }, { "id": "adde9aa1-7ac8-408b-9b0f-999b6586cb4e", "key": "person_id", "value": "", "description": "(Required) Person UUID" } ] }, "description": "Retrieves the details of the person with the specified ID." }, "response": [ { "id": "4e1b595f-ea3e-44f0-aea2-614fbd41ea26", "name": "Retrieves person if the UUIDs match", "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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"form_id\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-4e1b595f-ea3e-44f0-aea2-614fbd41ea26" }, { "id": "c9df5a7d-e0f6-4a2b-a0e7-8d9bafc64e82", "name": "Person 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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-c9df5a7d-e0f6-4a2b-a0e7-8d9bafc64e82" } ], "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-80d898cc-4c02-4c49-ab35-31716dd446bb" }, { "name": "Update Person", "id": "3b8e124c-8556-4761-ad47-bb9bdf99d0bb", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "id": "180be864-e1f1-45b9-8f33-58dbf6e6489d", "key": "form_id", "value": "", "description": "(Required) Form UUID" }, { "id": "9929e5fa-931a-430b-ae95-c9ef0cabefd8", "key": "person_id", "value": "", "description": "(Required) Person UUID" } ] }, "description": "Updates the person with the specified ID." }, "response": [ { "id": "ecd936f9-a2fa-4528-930f-625f8e25e1b8", "name": "Updates a person when correct params are provided", "originalRequest": { "method": "PUT", "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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"id\": \"\",\n \"roles\": [\n \"\",\n \"\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"form_id\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-ecd936f9-a2fa-4528-930f-625f8e25e1b8" }, { "id": "2f5ef73d-b9f5-46d6-8611-5b5fec75bac3", "name": "Form not found", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-2f5ef73d-b9f5-46d6-8611-5b5fec75bac3" }, { "id": "72ff58f8-f0c5-48b3-b1be-c7a38971d7f9", "name": "Form is already submitted", "originalRequest": { "method": "PUT", "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 \"roles\": [\n \"director\",\n \"ultimate_business_owner\"\n ],\n \"first_name\": \"\",\n \"last_name\": \"\",\n \"home_country\": \"\",\n \"document_ids\": [\n \"\",\n \"\"\n ],\n \"middle_name\": \"\",\n \"dob\": \"\",\n \"phone_number\": \"\",\n \"email\": \"\",\n \"ownership_percentage\": \"\",\n \"id_number\": \"\",\n \"passport_number\": \"\",\n \"passport_country_of_issue\": \"\",\n \"personal_address_attributes\": {\n \"city\": \"\",\n \"street\": \"\",\n \"country\": \"AU\",\n \"postal_code\": \"\",\n \"apartment_number\": \"\",\n \"building_name\": \"\",\n \"building_number\": \"\",\n \"state_or_province\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/forms/:form_id/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-72ff58f8-f0c5-48b3-b1be-c7a38971d7f9" } ], "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-3b8e124c-8556-4761-ad47-bb9bdf99d0bb" }, { "name": "Delete Person", "id": "2e2ed527-8f35-40d4-a409-4f7d9983697f", "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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "id": "5b58cdbb-5419-4e7b-b305-f136869817a6", "key": "form_id", "value": "", "description": "(Required) Form UUID" }, { "id": "1da7ee4c-1819-44b4-b921-e5310834223a", "key": "person_id", "value": "", "description": "(Required) Person UUID" } ] }, "description": "Deletes the details of the person with the specified ID." }, "response": [ { "id": "ff0e8f25-dfb6-4c0a-aac3-8b5fbc1d4369", "name": "Deletes the person", "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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"message\": \"\",\n \"person_id\": \"\"\n }\n}", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-ff0e8f25-dfb6-4c0a-aac3-8b5fbc1d4369" }, { "id": "37057de9-f30a-4a73-9639-086b8e0ef253", "name": "Form 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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-37057de9-f30a-4a73-9639-086b8e0ef253" }, { "id": "bd1cff39-6c98-4e3d-aa3e-6c1a274acd1e", "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/:person_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "forms", ":form_id", ":person_id" ], "variable": [ { "key": "form_id" }, { "key": "person_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:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-bd1cff39-6c98-4e3d-aa3e-6c1a274acd1e" } ], "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-2e2ed527-8f35-40d4-a409-4f7d9983697f" } ], "id": "51eb1bb4-0f27-45e7-9b1e-0d9f61aaad6f", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-51eb1bb4-0f27-45e7-9b1e-0d9f61aaad6f" } ], "id": "9844bd2e-832a-40bb-b986-8d58bf520596", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-9844bd2e-832a-40bb-b986-8d58bf520596" } ], "id": "f3c91c82-ea29-4f63-b520-1736de3bd481", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-f3c91c82-ea29-4f63-b520-1736de3bd481" } ], "id": "fb992b5b-d709-43d8-bc14-5fb421fc101d", "createdAt": "2026-07-28T01:28:35.000Z", "updatedAt": "2026-07-28T01:28:35.000Z", "uid": "35240-fb992b5b-d709-43d8-bc14-5fb421fc101d" } ], "variable": [ { "key": "baseUrl", "value": "/onboarding" } ] }