{ "info": { "_postman_id": "f4d069b1-d883-4297-a883-d77958cd81d2", "name": "Dinari Enterprise Accounts KYC API", "description": "**Dinari API for enterprise usage.**\n\nDinari's dShares let businesses offer tokenized access to stocks to their customers through an easy-to-use API.\nIntegrate Dinari's API and offer over a hundred stocks and ETFs to your customers.\n\n\nContact Support:\n Email: hello@dinari.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:30:38.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-f4d069b1-d883-4297-a883-d77958cd81d2" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "entities", "item": [ { "name": "{entity_id}", "item": [ { "name": "kyc", "item": [ { "name": "{kyc_id}", "item": [ { "name": "document", "item": [ { "name": "Get KYC Documents", "id": "c13a9e4d-303e-4e85-a907-14fb78bddb09", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "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}}/api/v2/entities/:entity_id/kyc/:kyc_id/document", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "variable": [ { "id": "26746905-1ddb-4506-87ef-e86757ac403b", "key": "entity_id", "value": "", "description": "(Required) " }, { "id": "cfdd94ea-c28d-41c5-9062-2ce410e3f7db", "key": "kyc_id", "value": "", "description": "(Required) " } ] }, "description": "Get uploaded documents for a KYC check" }, "response": [ { "id": "c7b742ca-9565-4617-a787-0a833d62e8b5", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "variable": [ { "key": "entity_id" }, { "key": "kyc_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"document_type\": \"RESIDENCY\",\n \"filename\": \"\",\n \"id\": \"\",\n \"url\": \"\"\n },\n {\n \"document_type\": \"GOVERNMENT_ID\",\n \"filename\": \"\",\n \"id\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-c7b742ca-9565-4617-a787-0a833d62e8b5" }, { "id": "b3bea705-14bd-4783-af3d-c38c6c9de997", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "variable": [ { "key": "entity_id" }, { "key": "kyc_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-b3bea705-14bd-4783-af3d-c38c6c9de997" } ], "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-c13a9e4d-303e-4e85-a907-14fb78bddb09" }, { "name": "Upload KYC Documents", "id": "8c24ee4d-0d57-41d1-ae08-c47cf1d7bcb0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) File to be uploaded. Must be a valid image or PDF file (jpg, jpeg, png, pdf) less than 10MB in size.", "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document?document_type=GOVERNMENT_ID", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "query": [ { "description": "(Required) Type of `KYCDocument` to be uploaded.", "key": "document_type", "value": "GOVERNMENT_ID" } ], "variable": [ { "id": "9f09a6bd-0863-4f75-8727-d41d82fb5def", "key": "entity_id", "value": "", "description": "(Required) " }, { "id": "d7ed0b93-f590-44c0-a744-b88331ebd799", "key": "kyc_id", "value": "", "description": "(Required) " } ] }, "description": "\nUpload KYC-related documentation for partners that are provisioned to provide their own KYC data.\n" }, "response": [ { "id": "43aa6d95-e494-4994-8c8e-e4fb8ea72dc3", "name": "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: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) File to be uploaded. Must be a valid image or PDF file (jpg, jpeg, png, pdf) less than 10MB in size.", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document?document_type=GOVERNMENT_ID", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "query": [ { "description": "(Required) Type of `KYCDocument` to be uploaded.", "key": "document_type", "value": "GOVERNMENT_ID" } ], "variable": [ { "key": "entity_id" }, { "key": "kyc_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"document_type\": \"GOVERNMENT_ID\",\n \"filename\": \"\",\n \"id\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-43aa6d95-e494-4994-8c8e-e4fb8ea72dc3" }, { "id": "098470bc-4934-4a85-a548-cdba9e47945c", "name": "Unprocessable Entity", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) File to be uploaded. Must be a valid image or PDF file (jpg, jpeg, png, pdf) less than 10MB in size.", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document?document_type=GOVERNMENT_ID", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "query": [ { "description": "(Required) Type of `KYCDocument` to be uploaded.", "key": "document_type", "value": "GOVERNMENT_ID" } ], "variable": [ { "key": "entity_id" }, { "key": "kyc_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-098470bc-4934-4a85-a548-cdba9e47945c" }, { "id": "6871b62c-131c-4d31-895b-afe1d8252867", "name": "Default error response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) File to be uploaded. Must be a valid image or PDF file (jpg, jpeg, png, pdf) less than 10MB in size.", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/:kyc_id/document?document_type=GOVERNMENT_ID", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", ":kyc_id", "document" ], "query": [ { "description": "(Required) Type of `KYCDocument` to be uploaded.", "key": "document_type", "value": "GOVERNMENT_ID" } ], "variable": [ { "key": "entity_id" }, { "key": "kyc_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-6871b62c-131c-4d31-895b-afe1d8252867" } ], "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-8c24ee4d-0d57-41d1-ae08-c47cf1d7bcb0" } ], "id": "e39fb617-68d5-47cd-a149-a2737425e192", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-e39fb617-68d5-47cd-a149-a2737425e192" } ], "id": "fd6611de-cc66-4517-8634-0b878930687b", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-fd6611de-cc66-4517-8634-0b878930687b" }, { "name": "url", "item": [ { "name": "Create Managed KYC Check", "id": "61880f7f-bfe4-4c13-8dd6-567ce66b2741", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "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 \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", "url" ], "variable": [ { "id": "3bbe39bb-ac83-482c-8aa1-3bec44aa4ac0", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "\nCreate a Dinari-managed KYC Check and get a URL for your end customer to interact with.\n\nThe URL points to a web-based KYC interface that can be presented to the end customer for KYC verification.\nOnce the customer completes this KYC flow, the KYC check will be created and available in the KYC API.\n" }, "response": [ { "id": "40379dd9-13df-4ecd-a113-6317618e7837", "name": "OK", "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-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", "url" ], "variable": [ { "key": "entity_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"embed_url\": \"\",\n \"expiration_dt\": \"\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-40379dd9-13df-4ecd-a113-6317618e7837" }, { "id": "aef430fc-8277-4fdd-bbc0-6422a13dd2e7", "name": "Unprocessable Entity", "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-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", "url" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-aef430fc-8277-4fdd-bbc0-6422a13dd2e7" }, { "id": "a9ff6e66-3f53-490e-8095-79dbd785878c", "name": "Default error response", "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-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc/url", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc", "url" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-a9ff6e66-3f53-490e-8095-79dbd785878c" } ], "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-61880f7f-bfe4-4c13-8dd6-567ce66b2741" } ], "id": "0d4c700b-7d0e-494c-99d7-f0f7bedc05c7", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-0d4c700b-7d0e-494c-99d7-f0f7bedc05c7" }, { "name": "Get KYC Data", "id": "53c7dae8-fc96-46a1-b299-311368b682b6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "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}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "id": "6bf0c001-de1e-4b1e-b1d0-f3c799fabea1", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "\nGet most recent KYC data of the `Entity`.\n\nIf there are any completed KYC checks, data from the most recent one will be returned.\nIf there are no completed KYC checks, the most recent KYC check information, regardless of status, will be returned.\n" }, "response": [ { "id": "0b9ac436-1a9f-4c1c-b739-11b1e2d1a902", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "key": "entity_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"INCOMPLETE\",\n \"checked_dt\": \"\",\n \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"jurisdiction\": \"BASELINE\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-0b9ac436-1a9f-4c1c-b739-11b1e2d1a902" }, { "id": "c91968d1-cbc4-4ffa-be8a-a31a61d5ce0d", "name": "Default error response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key-Id", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-c91968d1-cbc4-4ffa-be8a-a31a61d5ce0d" } ], "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-53c7dae8-fc96-46a1-b299-311368b682b6" }, { "name": "Submit KYC Data", "id": "2c71c1cb-9a50-4516-a398-b349868f4e72", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key-Id", "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 \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"provider_name\": \"\",\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "id": "93fc4a1e-d3f7-459b-8df5-efe87816b3c3", "key": "entity_id", "value": "", "description": "(Required) " } ] }, "description": "\nSubmit KYC data directly, for partners that are provisioned to provide their own KYC data.\n\nThis feature is available for everyone in sandbox mode, and for specifically provisioned partners in production.\n" }, "response": [ { "id": "bbc0f6a4-4a2f-4237-b2da-b629e230d109", "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: apikey", "key": "X-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"provider_name\": \"\",\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"INCOMPLETE\",\n \"checked_dt\": \"\",\n \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"jurisdiction\": \"BASELINE\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-bbc0f6a4-4a2f-4237-b2da-b629e230d109" }, { "id": "d59f5152-4fd4-40c0-9044-6a50a517a7f8", "name": "Unprocessable Entity", "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-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"provider_name\": \"\",\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"field_errors\": [\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n },\n {\n \"field_error\": \"\",\n \"field_name\": \"\"\n }\n ],\n \"body_error\": \"\"\n },\n \"error_id\": \"\",\n \"status\": 422,\n \"message\": \"Unprocessable Entity\"\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-d59f5152-4fd4-40c0-9044-6a50a517a7f8" }, { "id": "19515adb-79e7-4c84-8069-e8ebcf0da914", "name": "Default error response", "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-API-Key-Id", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"data\": {\n \"address_country_code\": \"\",\n \"country_code\": \"\",\n \"last_name\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"email\": \"\",\n \"tax_id_number\": \"\",\n \"birth_date\": \"\",\n \"address_street_1\": \"\",\n \"address_street_2\": \"\",\n \"address_city\": \"\",\n \"address_subdivision\": \"\",\n \"address_postal_code\": \"\"\n },\n \"provider_name\": \"\",\n \"jurisdiction\": \"BASELINE\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/v2/entities/:entity_id/kyc", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "entities", ":entity_id", "kyc" ], "variable": [ { "key": "entity_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error_id\": \"\",\n \"message\": \"\",\n \"status\": \"\",\n \"error\": {\n \"description\": \"Additional context and information\"\n }\n}", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-19515adb-79e7-4c84-8069-e8ebcf0da914" } ], "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-2c71c1cb-9a50-4516-a398-b349868f4e72" } ], "id": "0208ee8b-131a-4b22-9348-fd02cab22b5e", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-0208ee8b-131a-4b22-9348-fd02cab22b5e" } ], "id": "cce8dfd8-a247-474c-a3fe-c3bdc33d1f80", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-cce8dfd8-a247-474c-a3fe-c3bdc33d1f80" } ], "id": "c0e76015-b2b6-49ce-8399-ecfd51a7a9df", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-c0e76015-b2b6-49ce-8399-ecfd51a7a9df" } ], "id": "81ef72fa-2e89-4aab-808a-5f3e39c151df", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-81ef72fa-2e89-4aab-808a-5f3e39c151df" } ], "id": "f0db4c89-384b-43cb-b725-4833352f1e0e", "createdAt": "2026-07-28T01:30:39.000Z", "updatedAt": "2026-07-28T01:30:39.000Z", "uid": "35240-f0db4c89-384b-43cb-b725-4833352f1e0e" } ], "variable": [ { "key": "baseUrl", "value": "https://api-enterprise.sbt.dinari.com" } ] }