{"collection":{"info":{"_postman_id":"3b581b88-c466-48e0-b048-1618a36d0c1d","name":"Compliancely 7.8.2","description":"API to access features.\n\nContact Support:\n Email: support@compliancely.com","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2025-11-28T14:13:48.000Z","updatedAt":"2025-11-28T14:50:07.000Z","lastUpdatedBy":"18378965","uid":"18378965-3b581b88-c466-48e0-b048-1618a36d0c1d"},"item":[{"name":"Token","item":[{"name":"Create Access and Refresh Tokens V2","id":"3a48c5f7-ba19-4c13-9836-312937f5d685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]},"description":"Authenticates a user using a valid username and password,                         and returns a pair of tokens: \n an access token and a refresh token."},"response":[{"id":"31cd0d09-1a7e-45bb-8d5e-8ced4e11c51d","name":"Returns access and refresh token along with their expiry times in seconds.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access\": \"<string>\",\n  \"access_expiry_seconds\": \"<integer>\",\n  \"refresh\": \"<string>\",\n  \"refresh_expiry_seconds\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-31cd0d09-1a7e-45bb-8d5e-8ced4e11c51d"},{"id":"a6ab313c-55cc-455d-8de5-4314f7dabc3c","name":"Error response containing a list of error objects","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a6ab313c-55cc-455d-8de5-4314f7dabc3c"},{"id":"42984f1f-668d-4ad6-9b59-2ccdcb82b517","name":"Error response for invalid username or password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-42984f1f-668d-4ad6-9b59-2ccdcb82b517"},{"id":"f4bdf107-b4f2-4b3e-8521-9b97c7ff39a3","name":"Error response indicating an issue with the user's account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f4bdf107-b4f2-4b3e-8521-9b97c7ff39a3"},{"id":"3046caa4-c010-4323-b880-06783aedcd02","name":"Method not allowed 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: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3046caa4-c010-4323-b880-06783aedcd02"},{"id":"5fed040b-98e7-4afb-8123-bb3a87bf7ec2","name":"Error response for unsupported media type in the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5fed040b-98e7-4afb-8123-bb3a87bf7ec2"},{"id":"18c526b2-23a1-4732-866b-ce20d745ee89","name":"Throttling error response indicating the rate limit has been exceeded.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<string>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/","host":["{{baseUrl}}"],"path":["api","v2","token",""]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-18c526b2-23a1-4732-866b-ce20d745ee89"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3a48c5f7-ba19-4c13-9836-312937f5d685"},{"name":"Generate New Access Token Using Refresh Token V2","id":"41efd682-35f4-49fc-9eb3-7a3dba798a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]},"description":"Generates a new access token by validating the provided refresh token.                         Use this endpoint to obtain a fresh access token without re-authenticating."},"response":[{"id":"10fc7708-9e81-4ae8-8e57-b8b827c1e00a","name":"Valid Refresh Token Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access\": \"<string>\",\n  \"access_expiry_seconds\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-10fc7708-9e81-4ae8-8e57-b8b827c1e00a"},{"id":"3f607e7e-ed4e-4114-b6f3-f973652f1656","name":"Error response for invalid or expired refresh Token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3f607e7e-ed4e-4114-b6f3-f973652f1656"},{"id":"376feec7-3e6e-4f78-a4e9-223eee937c89","name":"Error response indicating that the token is blacklisted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-376feec7-3e6e-4f78-a4e9-223eee937c89"},{"id":"bc55e0a5-0832-4a52-a769-2c60b4493bc1","name":"Error response indicating an issue with the user's account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bc55e0a5-0832-4a52-a769-2c60b4493bc1"},{"id":"83ba9197-9642-4ed2-8559-a98a22a6ff48","name":"Method not allowed 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: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-83ba9197-9642-4ed2-8559-a98a22a6ff48"},{"id":"5eeda071-0b86-4e45-a92b-7f0c95d9ef0a","name":"Error response for unsupported media type in the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"refresh\": \"<string>\",\n  \"access\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/refresh/","host":["{{baseUrl}}"],"path":["api","v2","token","refresh",""]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5eeda071-0b86-4e45-a92b-7f0c95d9ef0a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-41efd682-35f4-49fc-9eb3-7a3dba798a15"},{"name":"Validate Access or Refresh Token V2","id":"f02cabd5-0988-47b8-8b34-e120847a15af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]},"description":"Checks the validity of the provided token, which can be either an access token or a refresh token."},"response":[{"id":"10167f96-7ce5-4128-a863-e11dbee93b86","name":"Valid Token Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token_type\": \"<string>\",\n  \"valid\": \"<boolean>\",\n  \"expiry_seconds\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-10167f96-7ce5-4128-a863-e11dbee93b86"},{"id":"e0abfb75-ed28-4041-aded-c1da842b697f","name":"Error response for invalid or expired Token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e0abfb75-ed28-4041-aded-c1da842b697f"},{"id":"f2524994-ed39-4042-a71b-b3540dd28097","name":"Error response indicating that the token is blacklisted","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f2524994-ed39-4042-a71b-b3540dd28097"},{"id":"c8518183-6aa1-4495-badf-f48274e9a571","name":"Error response indicating an issue with the user's account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c8518183-6aa1-4495-badf-f48274e9a571"},{"id":"8ae78318-dd56-4037-9685-17ceb2b52f5b","name":"Method not allowed 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: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"Method Not Allowed","code":405,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8ae78318-dd56-4037-9685-17ceb2b52f5b"},{"id":"e3efc440-60ce-46c6-a7c5-2c04040ca668","name":"Error response for unsupported media type in the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/token/validate/","host":["{{baseUrl}}"],"path":["api","v2","token","validate",""]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e3efc440-60ce-46c6-a7c5-2c04040ca668"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f02cabd5-0988-47b8-8b34-e120847a15af"},{"name":"Auth token create or search V1","id":"bdb59eaa-a810-4c04-8e61-46e531a28bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<number>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/auth-token","host":["{{baseUrl}}"],"path":["api","v1","auth-token"]},"description":"Get username token or create username token"},"response":[{"id":"8ba5e88b-5362-448f-a734-0645ec03db82","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"username\": \"<number>\",\n  \"password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/auth-token","host":["{{baseUrl}}"],"path":["api","v1","auth-token"]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"<string>\",\n  \"user_id\": \"<number>\",\n  \"email\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8ba5e88b-5362-448f-a734-0645ec03db82"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:50:07.000Z","uid":"18378965-bdb59eaa-a810-4c04-8e61-46e531a28bcc"}],"id":"8b2944d1-4063-4899-9e08-ba2d3c77b13f","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:50:07.000Z","uid":"18378965-8b2944d1-4063-4899-9e08-ba2d3c77b13f"},{"name":"Wallet","item":[{"name":"Wallet Top-up","id":"a206e39b-b869-4b19-8ff1-5010216d44b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{access_token}}","type":"string"}]},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"card\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/accounts/pay/","host":["{{baseUrl}}"],"path":["accounts","pay",""]},"description":"Load the money into your Wallet"},"response":[{"id":"3bb9d2f5-98a1-4724-bc3f-7c141ba45c88","name":"Payment Successful","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"card\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/accounts/pay/","host":["{{baseUrl}}"],"path":["accounts","pay",""]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Payment successful\",\n  \"success\": true,\n  \"data\": {\n    \"reference_id\": \"\",\n    \"amount\": \"\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3bb9d2f5-98a1-4724-bc3f-7c141ba45c88"},{"id":"6df17755-4b29-4a0e-8e3e-66b1c27039c4","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"card\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/accounts/pay/","host":["{{baseUrl}}"],"path":["accounts","pay",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6df17755-4b29-4a0e-8e3e-66b1c27039c4"},{"id":"b1ef18b6-7c75-4981-ae2a-0b6756d99420","name":"Not Acceptable Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"card\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/accounts/pay/","host":["{{baseUrl}}"],"path":["accounts","pay",""]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": {\n    \"code\": \"406\",\n    \"message\": [\n      \"No card is available for payment. Either set a default card in the UI portal OR pass the card reference in the payload\",\n      \"Invalid card reference\"\n    ]\n  },\n  \"success\": false\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b1ef18b6-7c75-4981-ae2a-0b6756d99420"},{"id":"29c4bb83-67ab-47f6-86af-2b225d53f3f6","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amount\": \"<number>\",\n  \"card\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/accounts/pay/","host":["{{baseUrl}}"],"path":["accounts","pay",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": {\n    \"code\": \"500\",\n    \"message\": \"Something Went wrong while processing the request.\"\n  },\n  \"success\": false\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-29c4bb83-67ab-47f6-86af-2b225d53f3f6"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a206e39b-b869-4b19-8ff1-5010216d44b9"}],"id":"9776880c-f8ba-4936-a735-f664989f2955","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:42.000Z","uid":"18378965-9776880c-f8ba-4936-a735-f664989f2955"},{"name":"US","item":[{"name":"TIN Match","item":[{"name":"TIN Match Status All (Asynchronous)","id":"37ef4132-95a3-4590-869b-a950269ac189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/submissions/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","submissions",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]},"description":"Retrieve a comprehensive list and detailed information of the searched data."},"response":[{"id":"9fed3662-a26f-4080-99f1-ae6d2c09fbe9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/submissions/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","submissions",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"tin\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"status\": \"TIN Matched\",\n      \"created_by\": \"odQeO3\",\n      \"irs_code\": \"<string>\",\n      \"irs_reason\": \"<string>\",\n      \"irs_service_status\": \"<string>\",\n      \"last_irs_check_date\": \"<string>\",\n      \"created_date\": \"<string>\",\n      \"updated_date\": \"<string>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"provision_results\": {},\n      \"provisional_service_status\": \"<string>\",\n      \"tin_type\": \"ssn\",\n      \"additional_details\": {},\n      \"request_source\": \"<string>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"tin\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"status\": \"In Review\",\n      \"created_by\": \"+j\",\n      \"irs_code\": \"<string>\",\n      \"irs_reason\": \"<string>\",\n      \"irs_service_status\": \"<string>\",\n      \"last_irs_check_date\": \"<string>\",\n      \"created_date\": \"<string>\",\n      \"updated_date\": \"<string>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"provision_results\": {},\n      \"provisional_service_status\": \"<string>\",\n      \"tin_type\": \"ein\",\n      \"additional_details\": {},\n      \"request_source\": \"<string>\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9fed3662-a26f-4080-99f1-ae6d2c09fbe9"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:45:24.000Z","uid":"18378965-37ef4132-95a3-4590-869b-a950269ac189"},{"name":"TIN Match Request (Asynchronous)","id":"acc83a27-ac9f-4cc0-b700-bc9c63984ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/submissions/","host":["{{baseUrl}}"],"path":["api","v1","submissions",""]},"description":"This endpoint will be used to submit tin and name match asynchronous requests.\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"c48472a3-5581-4fc9-b4dd-27e94df09882","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/submissions/","host":["{{baseUrl}}"],"path":["api","v1","submissions",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"tin\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"status\": \"TIN Matched\",\n    \"created_by\": \"DgM\",\n    \"irs_code\": \"<string>\",\n    \"irs_reason\": \"<string>\",\n    \"irs_service_status\": \"<string>\",\n    \"last_irs_check_date\": \"<string>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"provision_results\": {},\n    \"provisional_service_status\": \"<string>\",\n    \"tin_type\": \"ein\",\n    \"additional_details\": {},\n    \"request_source\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"tin\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"status\": \"In Review\",\n    \"created_by\": \"HlDO6hIB16\",\n    \"irs_code\": \"<string>\",\n    \"irs_reason\": \"<string>\",\n    \"irs_service_status\": \"<string>\",\n    \"last_irs_check_date\": \"<string>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"provision_results\": {},\n    \"provisional_service_status\": \"<string>\",\n    \"tin_type\": \"ssn\",\n    \"additional_details\": {},\n    \"request_source\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c48472a3-5581-4fc9-b4dd-27e94df09882"},{"id":"0a8a428e-6238-485b-ad9e-7f46c67055a7","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/submissions/","host":["{{baseUrl}}"],"path":["api","v1","submissions",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0a8a428e-6238-485b-ad9e-7f46c67055a7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:45:24.000Z","uid":"18378965-acc83a27-ac9f-4cc0-b700-bc9c63984ee6"},{"name":"TIN Match (Hybrid)","id":"396952d5-645f-460f-9338-92140ae4f1ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/tin/match/","host":["{{baseUrl}}"],"path":["api","v1","tin","match",""]},"description":"TIN Sync search by ID"},"response":[{"id":"52649b88-05e9-4a3a-98d6-3ac5874bba15","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/tin/match/","host":["{{baseUrl}}"],"path":["api","v1","tin","match",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"tin\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"status\": \"TIN Matched\",\n    \"created_by\": \"DgM\",\n    \"irs_code\": \"<string>\",\n    \"irs_reason\": \"<string>\",\n    \"irs_service_status\": \"<string>\",\n    \"last_irs_check_date\": \"<string>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"provision_results\": {},\n    \"provisional_service_status\": \"<string>\",\n    \"tin_type\": \"ein\",\n    \"additional_details\": {},\n    \"request_source\": \"<string>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"tin\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"status\": \"In Review\",\n    \"created_by\": \"HlDO6hIB16\",\n    \"irs_code\": \"<string>\",\n    \"irs_reason\": \"<string>\",\n    \"irs_service_status\": \"<string>\",\n    \"last_irs_check_date\": \"<string>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"provision_results\": {},\n    \"provisional_service_status\": \"<string>\",\n    \"tin_type\": \"ssn\",\n    \"additional_details\": {},\n    \"request_source\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-52649b88-05e9-4a3a-98d6-3ac5874bba15"},{"id":"262a8200-8a89-48e0-8049-8033eee7f1a1","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/tin/match/","host":["{{baseUrl}}"],"path":["api","v1","tin","match",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-262a8200-8a89-48e0-8049-8033eee7f1a1"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:45:29.000Z","uid":"18378965-396952d5-645f-460f-9338-92140ae4f1ae"},{"name":"TIN Match Status By ID (Asynchronous)","id":"2383e436-b312-4f9d-91ff-4122dc5b568a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/submissions/:id/","host":["{{baseUrl}}"],"path":["api","v1","submissions",":id",""],"variable":[{"id":"345c16e4-0d11-4107-b5b5-4d7b6f0e0fc4","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this submission."}]},"description":"Retrieve a comprehensive list and detailed information by passing the id."},"response":[{"id":"2bfd6938-55ae-4d84-b379-773dbebffb3c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/submissions/:id/","host":["{{baseUrl}}"],"path":["api","v1","submissions",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"status\": \"Did Not Match\",\n  \"created_by\": \"Wy4fnLMx\",\n  \"irs_code\": \"<string>\",\n  \"irs_reason\": \"<string>\",\n  \"irs_service_status\": \"<string>\",\n  \"last_irs_check_date\": \"<string>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"provision_results\": {},\n  \"provisional_service_status\": \"<string>\",\n  \"tin_type\": \"ein\",\n  \"additional_details\": {},\n  \"request_source\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2bfd6938-55ae-4d84-b379-773dbebffb3c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:45:24.000Z","uid":"18378965-2383e436-b312-4f9d-91ff-4122dc5b568a"}],"id":"a5fb6d70-f7c9-49eb-979c-700f0fefc5fc","createdAt":"2025-11-28T14:44:52.000Z","updatedAt":"2025-11-28T14:45:29.000Z","uid":"18378965-a5fb6d70-f7c9-49eb-979c-700f0fefc5fc"},{"name":"Address Verification","item":[{"name":"US Address Verification Search","id":"bcb2d961-5bb0-48fe-b76a-bbee24cfadcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/address_verification/?limit=<number>&offset=<integer>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","address_verification",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n                                    - Status can be ('Pending', 'Processing', 'Error', 'Match', 'Partially Match', 'No Match').\n"},"response":[{"id":"57c3e9be-57a5-4436-8446-7e4149c1db3b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/address_verification/?limit=<number>&offset=<integer>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","address_verification",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip4\": \"<string>\",\n      \"zip5\": \"<string>\",\n      \"status\": \"<string>\",\n      \"message\": \"<string>\",\n      \"statename\": \"<string>\",\n      \"additional_details\": {}\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip4\": \"<string>\",\n      \"zip5\": \"<string>\",\n      \"status\": \"<string>\",\n      \"message\": \"<string>\",\n      \"statename\": \"<string>\",\n      \"additional_details\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-57c3e9be-57a5-4436-8446-7e4149c1db3b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:18.000Z","uid":"18378965-bcb2d961-5bb0-48fe-b76a-bbee24cfadcc"},{"name":"US Address Verification Search","id":"55ee7e16-3422-4604-a847-1cd0392f718b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/address_verification/","host":["{{baseUrl}}"],"path":["api","v1","address_verification",""]},"description":"Address Verification\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"b7298127-5c6e-463d-9939-e8884ef92951","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/address_verification/","host":["{{baseUrl}}"],"path":["api","v1","address_verification",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip4\": \"<string>\",\n    \"zip5\": \"<string>\",\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"statename\": \"<string>\",\n    \"additional_details\": {}\n  },\n  {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip4\": \"<string>\",\n    \"zip5\": \"<string>\",\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"statename\": \"<string>\",\n    \"additional_details\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b7298127-5c6e-463d-9939-e8884ef92951"},{"id":"6102903b-c3ab-425e-961b-e07b2e01baf8","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/address_verification/","host":["{{baseUrl}}"],"path":["api","v1","address_verification",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6102903b-c3ab-425e-961b-e07b2e01baf8"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:18.000Z","uid":"18378965-55ee7e16-3422-4604-a847-1cd0392f718b"},{"name":"US Address Verification Search by ID","id":"2fd9aed1-aeab-41bb-a74c-86bd25d6cda7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/address_verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","address_verification",":id",""],"variable":[{"id":"c416e4af-0bc2-4ce2-adfb-c61a5e5eee5b","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this address verification."}]}},"response":[{"id":"c45dd6aa-1a18-4f27-aa0f-e6772200247e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/address_verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","address_verification",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"statename\": \"<string>\",\n  \"additional_details\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c45dd6aa-1a18-4f27-aa0f-e6772200247e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:18.000Z","uid":"18378965-2fd9aed1-aeab-41bb-a74c-86bd25d6cda7"},{"name":"US Address Verification V2 Search","id":"575e9543-7890-4db9-8fbd-57cc7cc48832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v2/address_verification/?limit=<number>&offset=<integer>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n                                    - Status can be ('Pending', 'Processing', 'Error', 'Match', 'Partially Match', 'No Match').\n"},"response":[{"id":"441a9e27-1c98-46f7-a947-e1019409e6ed","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v2/address_verification/?limit=<number>&offset=<integer>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"created_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip4\": \"<string>\",\n      \"zip5\": \"<string>\",\n      \"status\": \"<string>\",\n      \"message\": \"<string>\",\n      \"statename\": \"<string>\",\n      \"additional_information\": \"<string>\"\n    },\n    {\n      \"created_at\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip4\": \"<string>\",\n      \"zip5\": \"<string>\",\n      \"status\": \"<string>\",\n      \"message\": \"<string>\",\n      \"statename\": \"<string>\",\n      \"additional_information\": \"<string>\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-441a9e27-1c98-46f7-a947-e1019409e6ed"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:30.000Z","uid":"18378965-575e9543-7890-4db9-8fbd-57cc7cc48832"},{"name":"US Address Verification V2 Search","id":"f9e305c6-44c7-480d-81e3-98decf3ff52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]},"description":"Address Verification V2\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"e6685f7a-d063-454f-9189-496657779e9e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip4\": \"<string>\",\n    \"zip5\": \"<string>\",\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"statename\": \"<string>\",\n    \"additional_information\": \"<string>\"\n  },\n  {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip4\": \"<string>\",\n    \"zip5\": \"<string>\",\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"statename\": \"<string>\",\n    \"additional_information\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e6685f7a-d063-454f-9189-496657779e9e"},{"id":"b99d1533-65ab-4561-86f2-911a177a3f36","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b99d1533-65ab-4561-86f2-911a177a3f36"},{"id":"9259d9f7-007f-49e9-9bca-40a93dd9212b","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9259d9f7-007f-49e9-9bca-40a93dd9212b"},{"id":"a181d161-3501-4522-891f-ab3dc57cc9c1","name":"Error response for unsupported media type in the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]}},"status":"Unsupported Media Type","code":415,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a181d161-3501-4522-891f-ab3dc57cc9c1"},{"id":"2bd597f6-3647-4f8e-809e-ccb860081f20","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"south dakota\",\n  \"address2\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/address_verification/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2bd597f6-3647-4f8e-809e-ccb860081f20"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:30.000Z","uid":"18378965-f9e305c6-44c7-480d-81e3-98decf3ff52e"},{"name":"US Address Verification V2 Search by ID","id":"666ae3c2-2708-4792-a72a-f9b56d47efb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v2/address_verification/:id/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",":id",""],"variable":[{"id":"e725f163-3fda-4830-b486-9aed92835584","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this address verification."}]},"description":"Method to retrieve a specific address verification record by its ID."},"response":[{"id":"faac0f4f-468f-41f3-be7e-76200ed28a67","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v2/address_verification/:id/","host":["{{baseUrl}}"],"path":["api","v2","address_verification",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"created_at\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip4\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"status\": \"<string>\",\n  \"message\": \"<string>\",\n  \"statename\": \"<string>\",\n  \"additional_information\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-faac0f4f-468f-41f3-be7e-76200ed28a67"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:30.000Z","uid":"18378965-666ae3c2-2708-4792-a72a-f9b56d47efb7"}],"id":"075ddb55-4be7-44f0-94b4-bd01002ecdd4","createdAt":"2025-11-28T14:46:02.000Z","updatedAt":"2025-11-28T14:46:30.000Z","uid":"18378965-075ddb55-4be7-44f0-94b4-bd01002ecdd4"},{"name":"SOS Business Search","item":[{"name":"SOS Search","id":"7c6a0685-4f05-4981-ae70-7fbed2afdc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/sos_submissions/?id=<number>&rid=<number>&page_size=<number>&page=<number>&order=asc&search_query=<string>","host":["{{baseUrl}}"],"path":["api","v1","sos_submissions",""],"query":[{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page_size","value":"<number>","description":"Enter the number of records on the page"},{"key":"page","value":"<number>","description":"Enter the page number"},{"key":"order","value":"asc","description":"Sort order: \"asc\" for ascending, \"desc\" for descending"},{"key":"search_query","value":"<string>","description":"Enter the search input"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n- address is the state name.\n- ID is the unique entity/submission id.\n- RID is the unique record id.\n- Status can be ('Pending', 'Processing', 'Found', 'Not Found, 'Error').\n"},"response":[{"id":"a4b78bda-ee6d-4a56-b54c-5fb1635e9008","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/sos_submissions/?id=<number>&rid=<number>&page_size=<number>&page=<number>&order=asc&search_query=<string>","host":["{{baseUrl}}"],"path":["api","v1","sos_submissions",""],"query":[{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page_size","value":"<number>","description":"Enter the number of records on the page"},{"key":"page","value":"<number>","description":"Enter the page number"},{"key":"order","value":"asc","description":"Sort order: \"asc\" for ascending, \"desc\" for descending"},{"key":"search_query","value":"<string>","description":"Enter the search input"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"status\": \"Found\",\n    \"name\": \"<string>\",\n    \"state\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"additional_details\": {},\n    \"created_by\": \"cRZ\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"status\": \"Not Found\",\n    \"name\": \"<string>\",\n    \"state\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"additional_details\": {},\n    \"created_by\": \"1XGGTwD69j\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a4b78bda-ee6d-4a56-b54c-5fb1635e9008"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:57.000Z","uid":"18378965-7c6a0685-4f05-4981-ae70-7fbed2afdc5a"},{"name":"SOS Search","id":"c3415a05-1033-43b9-abca-7369733673bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"state\": \"ohio\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/sos_submissions/","host":["{{baseUrl}}"],"path":["api","v1","sos_submissions",""]},"description":"This endpoint will be used to submit requests to search SOS States information.\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"06e94058-5833-4e17-b38b-9a0c66d55e6d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"state\": \"ohio\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/sos_submissions/","host":["{{baseUrl}}"],"path":["api","v1","sos_submissions",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"status\": \"Found\",\n    \"name\": \"<string>\",\n    \"state\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"additional_details\": {},\n    \"created_by\": \"cRZ\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"status\": \"Not Found\",\n    \"name\": \"<string>\",\n    \"state\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"additional_details\": {},\n    \"created_by\": \"1XGGTwD69j\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-06e94058-5833-4e17-b38b-9a0c66d55e6d"},{"id":"ce5f76a7-8cdc-42a3-920d-f5d1b2911a17","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"state\": \"ohio\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/sos_submissions/","host":["{{baseUrl}}"],"path":["api","v1","sos_submissions",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ce5f76a7-8cdc-42a3-920d-f5d1b2911a17"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:46:57.000Z","uid":"18378965-c3415a05-1033-43b9-abca-7369733673bd"}],"id":"5f452b23-7425-4ab8-bf5c-6181484feae4","createdAt":"2025-11-28T14:46:39.000Z","updatedAt":"2025-11-28T14:46:57.000Z","uid":"18378965-5f452b23-7425-4ab8-bf5c-6181484feae4"},{"name":"Tax Exempt","item":[{"name":"Tax Exempt Search [Deprecated]]","id":"dfbbc61c-dc45-4b72-9f57-db4f335362d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]}},"response":[{"id":"baf3dfa4-1d2c-45d3-8f58-7fbf7e28bcf4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tin\": \"<string>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"hK@-qNt+vH\",\n      \"additional_details\": {}\n    },\n    {\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tin\": \"<string>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"72C\",\n      \"additional_details\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-baf3dfa4-1d2c-45d3-8f58-7fbf7e28bcf4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:47:13.000Z","uid":"18378965-dfbbc61c-dc45-4b72-9f57-db4f335362d1"},{"name":"Tax Exempt Search  [Deprecated]","id":"73814650-1f86-4837-8d69-b238c270d1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",""]},"description":"This endpoint will be used to submit Tax Exempt check request\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"513dc6eb-dd0d-4efe-90c4-d5252387e315","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tin\": \"<string>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"WIIqlTj58\",\n    \"additional_details\": {}\n  },\n  {\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tin\": \"<string>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tbE\",\n    \"additional_details\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-513dc6eb-dd0d-4efe-90c4-d5252387e315"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:47:13.000Z","uid":"18378965-73814650-1f86-4837-8d69-b238c270d1ca"},{"name":"Tax Exempt Search by ID","id":"a4938e8d-92e4-4f01-aeac-d4e63e5a023d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/:id/","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",":id",""],"variable":[{"id":"191e22e6-1bf3-4cf6-87c3-1ab75d0991af","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this tax exempt."}]}},"response":[{"id":"1d41cc03-f39c-4d01-b4bc-202f4da8b8d3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/taxexempt/:id/","host":["{{baseUrl}}"],"path":["api","v1","taxexempt",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"created_by\": \"0BBDl\",\n  \"additional_details\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1d41cc03-f39c-4d01-b4bc-202f4da8b8d3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:47:13.000Z","uid":"18378965-a4938e8d-92e4-4f01-aeac-d4e63e5a023d"},{"name":"Tax Exempt Search","id":"1aaa4bb3-5d41-4810-930c-5c04579f0d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/?page=<integer>&page_size=<integer>&id=<number>&rid=<number>","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""],"query":[{"key":"page","value":"<integer>","description":"A page number within the paginated result set."},{"key":"page_size","value":"<integer>","description":"Number of results to return per page."},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"}]},"description":"\nRetrieve a comprehensive list and detailed information of the searched data.\n- The \"RID\" refers to the unique record ID.\n- The \"ID\" represents the unique entity or submission ID.\n"},"response":[{"id":"15659540-0f0d-4cc6-8c39-301856bada14","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/?page=<integer>&page_size=<integer>&id=<number>&rid=<number>","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""],"query":[{"key":"page","value":"<integer>","description":"A page number within the paginated result set."},{"key":"page_size","value":"<integer>","description":"Number of results to return per page."},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"tin\": \"<string>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"20Mq\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"tin\": \"<string>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"ky+Fujz\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-15659540-0f0d-4cc6-8c39-301856bada14"},{"id":"9f443d3c-eb79-47dd-8d2b-65c2a687f70b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/?page=<integer>&page_size=<integer>&id=<number>&rid=<number>","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""],"query":[{"key":"page","value":"<integer>","description":"A page number within the paginated result set."},{"key":"page_size","value":"<integer>","description":"Number of results to return per page."},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9f443d3c-eb79-47dd-8d2b-65c2a687f70b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:47:20.000Z","uid":"18378965-1aaa4bb3-5d41-4810-930c-5c04579f0d28"},{"name":"Tax Exempt Search","id":"fc9c72eb-5ffd-46ab-8855-797e8cf93c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""]},"description":"This endpoint will be used to submit Tax Exempt check request which requires tin or name as a required argument."},"response":[{"id":"a3404572-e71f-4c28-a382-a31fb5bf039a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"created_by\": \"K-\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a3404572-e71f-4c28-a382-a31fb5bf039a"},{"id":"c49258d7-90fd-404f-8999-f2b94c976380","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c49258d7-90fd-404f-8999-f2b94c976380"},{"id":"a1dd7e4c-ad85-4060-8d9a-d52dbef46d34","name":"Payment Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""]}},"status":"Payment Required","code":402,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a1dd7e4c-ad85-4060-8d9a-d52dbef46d34"},{"id":"2b02af46-f01f-47c4-8f12-fa31c792c725","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v2/taxexempt/","host":["{{baseUrl}}"],"path":["api","v2","taxexempt",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2b02af46-f01f-47c4-8f12-fa31c792c725"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:47:20.000Z","uid":"18378965-fc9c72eb-5ffd-46ab-8855-797e8cf93c21"}],"id":"a93e82eb-2275-4020-81ed-fa428d728021","createdAt":"2025-11-28T14:47:01.000Z","updatedAt":"2025-11-28T14:47:20.000Z","uid":"18378965-a93e82eb-2275-4020-81ed-fa428d728021"},{"name":"Watchlist","item":[{"name":"Watchlist - Canada Sanctions Search","id":"8b79b78b-165c-4fe3-a583-2806c66b0e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/canada/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","canada","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n    - The \"RID\" refers to the unique record ID\n    - the \"ID\" represents the unique entity or submission ID.\n"},"response":[{"id":"8a670730-490a-452d-b72d-681c91a0a485","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/canada/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","canada","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Not Found\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Not Found\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8a670730-490a-452d-b72d-681c91a0a485"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-8b79b78b-165c-4fe3-a583-2806c66b0e75"},{"name":"Watchlist - Canada Sanctions Search","id":"ab327ef5-921a-455f-aef7-affa19564cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/canada/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","canada","sanction",""]},"description":"Submit the search for the watchlist\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"f69ad74a-f382-4437-88f3-82f0e1a0ebf2","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/canada/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","canada","sanction",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Processing\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Processing\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f69ad74a-f382-4437-88f3-82f0e1a0ebf2"},{"id":"67441f56-1bc9-46fe-b6ab-1f2aa6384384","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/canada/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","canada","sanction",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-67441f56-1bc9-46fe-b6ab-1f2aa6384384"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-ab327ef5-921a-455f-aef7-affa19564cd7"},{"name":"Watchlist - DMF Search","id":"492bdabc-742a-4b3d-a061-f2a7bc4f0ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n    - the \"ID\" represents the unique entity or submission ID."},"response":[{"id":"937cc795-cf85-4836-87aa-7b63bbad0f7b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"ssn\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"result\": \"<string>\",\n    \"request_status\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"ssn\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"lastname\": \"<string>\",\n    \"result\": \"<string>\",\n    \"request_status\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-937cc795-cf85-4836-87aa-7b63bbad0f7b"},{"id":"8c4302ed-eccc-4e65-a3a1-df0ae058ab25","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8c4302ed-eccc-4e65-a3a1-df0ae058ab25"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-492bdabc-742a-4b3d-a061-f2a7bc4f0ec9"},{"name":"Watchlist - DMF Search","id":"461691ea-a801-49ec-9a35-167aa0947162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssn\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"dateofbirth\": \"<string>\",\n  \"dateofdeath\": \"<string>\",\n  \"yearofbirth\": \"<string>\",\n  \"yearofdeath\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""]},"description":"Submit the search for the DMF check\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"1e2f83a0-2203-434c-8e86-b3f401b42d27","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ssn\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"dateofbirth\": \"<string>\",\n  \"dateofdeath\": \"<string>\",\n  \"yearofbirth\": \"<string>\",\n  \"yearofdeath\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"ssn\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  },\n  {\n    \"id\": \"<integer>\",\n    \"ssn\": \"<string>\",\n    \"firstname\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1e2f83a0-2203-434c-8e86-b3f401b42d27"},{"id":"1a6b6f6d-cf6a-49da-ac1f-29b4f5488c1b","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ssn\": \"<string>\",\n  \"firstname\": \"<string>\",\n  \"lastname\": \"<string>\",\n  \"dateofbirth\": \"<string>\",\n  \"dateofdeath\": \"<string>\",\n  \"yearofbirth\": \"<string>\",\n  \"yearofdeath\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/dmf/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","dmf",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1a6b6f6d-cf6a-49da-ac1f-29b4f5488c1b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-461691ea-a801-49ec-9a35-167aa0947162"},{"name":"Watchlist - EU Sanctions Search","id":"6528bc6e-c001-4a71-89c7-2c9d4041d8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n        - The \"RID\" refers to the unique record ID\n        - the \"ID\" represents the unique entity or submission ID."},"response":[{"id":"9a3c9e94-3049-4c15-b76c-579c03766c78","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"request_data\": {},\n  \"success_message\": \"<string>\",\n  \"pagination\": {\n    \"total_records\": \"<integer>\",\n    \"count\": \"<integer>\",\n    \"page_sige\": \"<integer>\",\n    \"current_page\": \"<integer>\",\n    \"order\": \"<string>\"\n  },\n  \"id\": \"<integer>\",\n  \"created_by\": \"<string>\",\n  \"name\": \"<string>\",\n  \"source\": \"<string>\",\n  \"status\": \"Pending\",\n  \"created_at\": \"<string>\",\n  \"updated_at\": \"<string>\",\n  \"result\": [\n    {\n      \"rid\": \"<string>\",\n      \"data\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"match_percentage\": \"<integer>\"\n    },\n    {\n      \"rid\": \"<string>\",\n      \"data\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"match_percentage\": \"<integer>\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9a3c9e94-3049-4c15-b76c-579c03766c78"},{"id":"f10ee49f-0f61-4f31-825c-3cdfaf196ce7","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f10ee49f-0f61-4f31-825c-3cdfaf196ce7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-6528bc6e-c001-4a71-89c7-2c9d4041d8f7"},{"name":"Watchlist - EU Sanctions Search","id":"c068492c-52b4-4192-b8f8-065555c1fd2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""]},"description":"Submit the search for the EU Sanctions\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"967076dd-7986-4edd-b30f-e5703f791c31","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"success_message\": {\n      \"success_message\": \"<string>\"\n    },\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"source\": \"<string>\",\n    \"status\": \"Found\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"request_data\": {},\n    \"success\": \"<boolean>\"\n  },\n  {\n    \"success_message\": {\n      \"success_message\": \"<string>\"\n    },\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"source\": \"<string>\",\n    \"status\": \"Processing\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"request_data\": {},\n    \"success\": \"<boolean>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-967076dd-7986-4edd-b30f-e5703f791c31"},{"id":"00479bb6-e717-4c58-af79-3d401868b0e1","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/eu/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","eu","sanction",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-00479bb6-e717-4c58-af79-3d401868b0e1"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-c068492c-52b4-4192-b8f8-065555c1fd2e"},{"name":"Watchlist - FATCA Search","id":"e29f7ace-7ca9-4989-b102-e2d11e6d6b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/fatca/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","fatca",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n    - The \"RID\" refers to the unique record ID\n    - the \"ID\" represents the unique entity or submission ID."},"response":[{"id":"bea7cc4e-fff2-4532-95b0-a147ff4dea5e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/fatca/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","fatca",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"giin\": \"<integer>\",\n      \"country\": \"<string>\",\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Pending\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"request_data\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"giin\": \"<integer>\",\n      \"country\": \"<string>\",\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"request_data\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bea7cc4e-fff2-4532-95b0-a147ff4dea5e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-e29f7ace-7ca9-4989-b102-e2d11e6d6b9e"},{"name":"Watchlist - FATCA Search","id":"2395ec4f-ef88-4dd2-9e9d-a9c696908acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"giin\": \"<string>\",\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/fatca/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","fatca",""]},"description":"Submit the search for the FATCA check\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2feb188f-f0bd-4623-b683-1a1a549b164b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"giin\": \"<string>\",\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/fatca/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","fatca",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"giin\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"giin\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2feb188f-f0bd-4623-b683-1a1a549b164b"},{"id":"dc3d3ebe-79fa-45a8-a5fc-a95710619f44","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"giin\": \"<string>\",\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/fatca/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","fatca",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dc3d3ebe-79fa-45a8-a5fc-a95710619f44"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-2395ec4f-ef88-4dd2-9e9d-a9c696908acb"},{"name":"Watchlist - OFAC Search","id":"331dd2fe-9ee2-4c67-983c-27fab38374d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"\nRetrieve a comprehensive list and detailed information of the searched data.\n- The \"RID\" refers to the unique record ID\n- the \"ID\" represents the unique entity or submission ID.\n"},"response":[{"id":"deb7920b-c30a-4465-895b-0c86c215fd05","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"score\": \"<integer>\",\n      \"country\": \"<string>\",\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Not Found\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"is_cleared\": \"<boolean>\",\n      \"request_data\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"score\": \"<integer>\",\n      \"country\": \"<string>\",\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Not Found\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"is_cleared\": \"<boolean>\",\n      \"request_data\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-deb7920b-c30a-4465-895b-0c86c215fd05"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-331dd2fe-9ee2-4c67-983c-27fab38374d8"},{"name":"Watchlist - OFAC Search","id":"0b9dc838-812f-4064-9829-0bd9d3117a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"score\": 100,\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",""]},"description":"This endpoint will be used to submit a OFAC search.\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"ed561923-b7d9-497e-9d33-955257e85087","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"score\": 100,\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"score\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"is_cleared\": \"<boolean>\",\n    \"request_data\": {}\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"score\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"is_cleared\": \"<boolean>\",\n    \"request_data\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ed561923-b7d9-497e-9d33-955257e85087"},{"id":"4c2728f1-3609-45c4-9382-b522084b7e72","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"score\": 100,\n  \"country\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4c2728f1-3609-45c4-9382-b522084b7e72"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-0b9dc838-812f-4064-9829-0bd9d3117a90"},{"name":"Watchlist - OFAC Toggle clear Search","id":"a6c6f6d0-733d-4f5e-a965-0aecb3e512f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"is_cleared\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/:id/toggle/clear/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",":id","toggle","clear",""],"variable":[{"id":"34050a9a-591f-4f76-9721-d29a6da91c8e","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this Watchlist Submission."}]},"description":"Toggle the clear status of an OFAC submission"},"response":[{"id":"78a24a6e-b97e-4746-8547-4d184f114067","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"is_cleared\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/:id/toggle/clear/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",":id","toggle","clear",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"score\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"is_cleared\": \"<boolean>\",\n    \"request_data\": {}\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"score\": \"<integer>\",\n    \"country\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"is_cleared\": \"<boolean>\",\n    \"request_data\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-78a24a6e-b97e-4746-8547-4d184f114067"},{"id":"011a5b71-6792-4080-948d-d26f9e5b774f","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"is_cleared\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/:id/toggle/clear/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",":id","toggle","clear",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": {\n    \"code\": \"permission_message\",\n    \"message\": \"You Don't have permission, Please contact support\"\n  },\n  \"success\": false\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-011a5b71-6792-4080-948d-d26f9e5b774f"},{"id":"27923b1a-1f46-43de-99ed-e4cdbfd72224","name":"Forbidden can be one from the list","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"is_cleared\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/ofac/:id/toggle/clear/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","ofac",":id","toggle","clear",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-27923b1a-1f46-43de-99ed-e4cdbfd72224"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-a6c6f6d0-733d-4f5e-a965-0aecb3e512f1"},{"name":"Watchlist - UK Sanctions Search","id":"a24732be-ca59-44aa-9f83-5e41a2c845eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/uk/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","uk","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n    - The \"RID\" refers to the unique record ID\n    - the \"ID\" represents the unique entity or submission ID."},"response":[{"id":"12747325-983f-43d2-9281-f28a4b6a9c9a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/uk/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","uk","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Error\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"request_data\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"additional_details\": {},\n      \"source\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"request_data\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-12747325-983f-43d2-9281-f28a4b6a9c9a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-a24732be-ca59-44aa-9f83-5e41a2c845eb"},{"name":"Watchlist - UK Sanctions Search","id":"88ff4b9b-bb85-44a7-afe4-0df6e7f3dd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"regime_name\": \"<string>\",\n  \"group_status\": \"<string>\",\n  \"group_type\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/uk/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","uk","sanction",""]},"description":"This endpoint will be used to submit a check for UK Sanctions.\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"565a2d64-66ff-4e42-b3d1-a9aa69c9b5a9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"regime_name\": \"<string>\",\n  \"group_status\": \"<string>\",\n  \"group_type\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/uk/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","uk","sanction",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Processing\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"additional_details\": {},\n    \"source\": \"<string>\",\n    \"status\": \"Not Found\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"request_data\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-565a2d64-66ff-4e42-b3d1-a9aa69c9b5a9"},{"id":"112507d5-04d5-46c5-a3e8-e80ec6d1f672","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"regime_name\": \"<string>\",\n  \"group_status\": \"<string>\",\n  \"group_type\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/uk/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","uk","sanction",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-112507d5-04d5-46c5-a3e8-e80ec6d1f672"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-88ff4b9b-bb85-44a7-afe4-0df6e7f3dd08"},{"name":"Watchlist - UN Sanctions Search","id":"6251ca97-f6e7-46c3-9a6d-da7be3f7bdd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/un/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","un","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve a comprehensive list and detailed information of the searched data.\n    - The \"RID\" refers to the unique record ID\n    - the \"ID\" represents the unique entity or submission ID.\n"},"response":[{"id":"4e43cc2f-b9aa-433b-921b-1cf9ef2d376e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/watchlist/un/sanction/?page=<number>&id=<number>&rid=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","watchlist","un","sanction",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Please enter the ID to get details of a specific submission."},{"key":"rid","value":"<number>","description":"Please enter the RID to obtain details of a specific entity within the submission"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"source\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"additional_details\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"webhook_urls\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"created_by\": \"<string>\",\n      \"source\": \"<string>\",\n      \"status\": \"Error\",\n      \"created_at\": \"<dateTime>\",\n      \"updated_at\": \"<dateTime>\",\n      \"additional_details\": {}\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4e43cc2f-b9aa-433b-921b-1cf9ef2d376e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-6251ca97-f6e7-46c3-9a6d-da7be3f7bdd6"},{"name":"Watchlist - UN Sanctions Search","id":"51858041-015f-4864-b3bc-b62ac80b0c37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/un/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","un","sanction",""]},"description":"This endpoint will be used to submit a check for UN Sanctions.\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"8adf9559-11aa-4643-8a22-aedba9c55117","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/un/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","un","sanction",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"source\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"additional_details\": {}\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<string>\",\n    \"source\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"additional_details\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8adf9559-11aa-4643-8a22-aedba9c55117"},{"id":"3fdb5860-da08-4caf-8898-4a31c4383a5e","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/watchlist/un/sanction/","host":["{{baseUrl}}"],"path":["api","v1","watchlist","un","sanction",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3fdb5860-da08-4caf-8898-4a31c4383a5e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-51858041-015f-4864-b3bc-b62ac80b0c37"}],"id":"c260e9ba-97b0-4ecc-bba3-60831aceb2b2","createdAt":"2025-11-28T14:47:54.000Z","updatedAt":"2025-11-28T14:48:10.000Z","uid":"18378965-c260e9ba-97b0-4ecc-bba3-60831aceb2b2"},{"name":"Bulk TIN Match","item":[{"name":"Get All Submissions","id":"4a671d04-2a31-4493-9240-e72ec9a634ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]},"description":"Get all submissions details"},"response":[{"id":"29b7816f-9d99-447e-a0d6-77a25ba77255","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"input_file_url\": \"<string>\",\n    \"result_file_url\": \"<string>\",\n    \"regular_file_url\": \"<string>\",\n    \"error_file_url\": \"<string>\",\n    \"duplicate_record_file_results\": \"<string>\",\n    \"original_file_name\": \"<string>\",\n    \"status\": \"processing\",\n    \"priority\": \"<integer>\",\n    \"result_updated_at\": \"<dateTime>\",\n    \"reason\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"input_file_url\": \"<string>\",\n    \"result_file_url\": \"<string>\",\n    \"regular_file_url\": \"<string>\",\n    \"error_file_url\": \"<string>\",\n    \"duplicate_record_file_results\": \"<string>\",\n    \"original_file_name\": \"<string>\",\n    \"status\": \"error\",\n    \"priority\": \"<integer>\",\n    \"result_updated_at\": \"<dateTime>\",\n    \"reason\": \"<string>\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-29b7816f-9d99-447e-a0d6-77a25ba77255"},{"id":"496c584e-b183-4c56-931e-3d5f21df19cc","name":"Authentication credentials were not provided.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"Authentication credentials were not provided.\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-496c584e-b183-4c56-931e-3d5f21df19cc"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4a671d04-2a31-4493-9240-e72ec9a634ca"},{"name":"Upload A File","id":"05679bb8-35dc-42c3-9f54-acb9948e1c7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"},{"key":"priority","value":"<integer>","description":"Priority of the submission. Range 1-10","type":"text"},{"key":"webhook_urls","value":"<uri>","description":"Optional. A URL to which the result will be posted.","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""]},"description":"Upload a file for TIN Match"},"response":[{"id":"4f3269ad-7927-4f1e-a104-50a2f256b0d8","name":"Untitled 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: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"},{"key":"priority","value":"<integer>","description":"Priority of the submission. Range 1-10","type":"text"},{"key":"webhook_urls","value":"<uri>","description":"Optional. A URL to which the result will be posted.","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"input_file_url\": \"<string>\",\n  \"result_file_url\": \"<string>\",\n  \"regular_file_url\": \"<string>\",\n  \"error_file_url\": \"<string>\",\n  \"duplicate_record_file_results\": \"<string>\",\n  \"original_file_name\": \"<string>\",\n  \"status\": \"pending\",\n  \"priority\": \"<integer>\",\n  \"result_updated_at\": \"<dateTime>\",\n  \"reason\": \"<string>\",\n  \"created_by\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4f3269ad-7927-4f1e-a104-50a2f256b0d8"},{"id":"ca7d48bc-5a0c-4481-8550-f0db11739e2b","name":"Invalid file provided.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"},{"key":"priority","value":"<integer>","description":"Priority of the submission. Range 1-10","type":"text"},{"key":"webhook_urls","value":"<uri>","description":"Optional. A URL to which the result will be posted.","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"file\": [\n        \"Invalid file name. File name should be alphanumeric and can contain only - and &\",\n        \"Please attach a valid file\"\n      ]\n    },\n    {\n      \"file\": [\n        \"Please attach a valid file\",\n        \"Invalid file name. File name should be alphanumeric and can contain only - and &\"\n      ]\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ca7d48bc-5a0c-4481-8550-f0db11739e2b"},{"id":"a6a1f60a-337d-4066-8d0e-f75e18e45e74","name":"Authentication credentials were not provided.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"},{"key":"priority","value":"<integer>","description":"Priority of the submission. Range 1-10","type":"text"},{"key":"webhook_urls","value":"<uri>","description":"Optional. A URL to which the result will be posted.","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"Authentication credentials were not provided.\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a6a1f60a-337d-4066-8d0e-f75e18e45e74"},{"id":"e8c617fb-432a-4a10-8b07-587f2f706360","name":"No active credits.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"},{"key":"priority","value":"<integer>","description":"Priority of the submission. Range 1-10","type":"text"},{"key":"webhook_urls","value":"<uri>","description":"Optional. A URL to which the result will be posted.","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"Credit limit reached! For assistance, please contact the support\"\n    },\n    {\n      \"detail\": \"Credit limit reached! For assistance, please contact the support\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e8c617fb-432a-4a10-8b07-587f2f706360"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-05679bb8-35dc-42c3-9f54-acb9948e1c7a"},{"name":"Get Intermediate Result File","id":"6b13429a-89d5-4a0d-a4d5-00b8537d98a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/generate/:object_id/:category/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin","generate",":object_id",":category",""],"variable":[{"id":"14c04253-ed74-4c16-aa7e-ea6bf91f6e61","key":"object_id","value":"<string>","description":"(Required) "},{"id":"1a21081b-abc1-40b2-b03a-a7e49c079f94","key":"category","value":"<string>","description":"(Required) "}]},"description":"Generate intermediate result/regular/duplicate file"},"response":[{"id":"4e2205d0-cc96-4e04-bd56-573365eb5aef","name":"OK","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/generate/:object_id/:category/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin","generate",":object_id",":category",""],"variable":[{"key":"object_id"},{"key":"category"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4e2205d0-cc96-4e04-bd56-573365eb5aef"},{"id":"6601b16c-008f-4a48-9389-5d0ad6a13931","name":"Bad Request","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/generate/:object_id/:category/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin","generate",":object_id",":category",""],"variable":[{"key":"object_id"},{"key":"category"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6601b16c-008f-4a48-9389-5d0ad6a13931"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-6b13429a-89d5-4a0d-a4d5-00b8537d98a0"},{"name":"Get Submission By ID","id":"febeb717-8791-4114-8409-0f4e62495837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"id":"9b881080-2838-4017-a8c8-deb8cd3e95ec","key":"id","value":"<integer>","description":"(Required) "}]},"description":"Get submission details by ID "},"response":[{"id":"d195ccf9-d5ae-47e8-9cf2-ae5b64718590","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"input_file_url\": \"<string>\",\n  \"result_file_url\": \"<string>\",\n  \"regular_file_url\": \"<string>\",\n  \"error_file_url\": \"<string>\",\n  \"duplicate_record_file_results\": \"<string>\",\n  \"original_file_name\": \"<string>\",\n  \"status\": \"pending\",\n  \"priority\": \"<integer>\",\n  \"result_updated_at\": \"<dateTime>\",\n  \"reason\": \"<string>\",\n  \"created_by\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d195ccf9-d5ae-47e8-9cf2-ae5b64718590"},{"id":"739361b2-76cf-4435-a4d9-422edc5d29a9","name":"Authentication credentials were not provided.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"Authentication credentials were not provided.\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-739361b2-76cf-4435-a4d9-422edc5d29a9"},{"id":"bb1224b3-d779-4da5-a05a-23075fac8b9b","name":"Invalid id provided.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"message\": \"Record not found\"\n    },\n    {\n      \"message\": \"Record not found\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bb1224b3-d779-4da5-a05a-23075fac8b9b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-febeb717-8791-4114-8409-0f4e62495837"},{"name":"Upload Corrected File","id":"84e25c35-f57d-420c-88d4-fe81280d3e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"id":"f7e9c693-e7bb-4814-a67d-a6ecd5f31e81","key":"id","value":"<integer>","description":"(Required) "}]},"description":"Upload corrected file for Bulk TIN Match"},"response":[{"id":"6de0c26d-702d-493b-bc5d-c445e481478e","name":"File uploaded successfully.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"consent uploaded\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6de0c26d-702d-493b-bc5d-c445e481478e"},{"id":"d8c70729-6ef1-46cf-9912-8f4adba17145","name":"Invalid file provided.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"file\": [\n        \"Invalid file name. File name should be alphanumeric and can contain only - and &\",\n        \"Please attach a valid file\"\n      ]\n    },\n    {\n      \"file\": [\n        \"Please attach a valid file\",\n        \"Invalid file name. File name should be alphanumeric and can contain only - and &\"\n      ]\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d8c70729-6ef1-46cf-9912-8f4adba17145"},{"id":"49e8b4d1-ca46-4f59-9d65-555ae3d341e5","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-49e8b4d1-ca46-4f59-9d65-555ae3d341e5"},{"id":"395be283-4de7-42b0-adf5-b0542562f550","name":"Invalid id provided.","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"(Required) Please upload the file","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/bulk/upload/tin/:id/","host":["{{baseUrl}}"],"path":["api","v1","bulk","upload","tin",":id",""],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"message\": \"Record not found\"\n    },\n    {\n      \"message\": \"Record not found\"\n    }\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-395be283-4de7-42b0-adf5-b0542562f550"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-84e25c35-f57d-420c-88d4-fe81280d3e2b"}],"id":"5c8f1ff5-a4d9-4917-b569-57f719c0df31","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-5c8f1ff5-a4d9-4917-b569-57f719c0df31"},{"name":"Business Tax Assessment Report","item":[{"name":"Get business tax assessment report submissions","id":"be05b349-204d-4a93-8e43-3cdd8e22d1a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get all business tax assessment report submissions"},"response":[{"id":"f948131a-852c-4c03-9aa5-59626bb62c7c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"report_generated_time\": \"<dateTime>\",\n  \"summary\": [\n    {\n      \"section\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"section\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"requester_name\": \"<string>\",\n  \"scoring\": {\n    \"score\": {\n      \"irs_tax_compliance\": \"<integer>\",\n      \"public_record\": \"<integer>\",\n      \"penalties\": \"<integer>\",\n      \"income\": \"<integer>\"\n    },\n    \"overall_score\": \"<integer>\"\n  },\n  \"business_summary\": {\n    \"business_registration\": {\n      \"business_type\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"registered_address\": \"<string>\",\n      \"location_type\": \"<string>\",\n      \"state_of_incorporation\": \"<string>\",\n      \"business_age\": \"<string>\",\n      \"filing_date\": \"<string>\",\n      \"company_status\": \"<string>\"\n    },\n    \"industry_type\": {\n      \"naics_code\": \"<string>\",\n      \"naics_description\": \"<string>\",\n      \"sic_code\": \"<string>\",\n      \"sic_description\": \"<string>\"\n    },\n    \"public_records\": {\n      \"bankruptcies\": [\n        {\n          \"case_type\": \"<string>\",\n          \"case_year\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\",\n          \"bankruptcy_chapter\": \"<string>\"\n        },\n        {\n          \"case_type\": \"<string>\",\n          \"case_year\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\",\n          \"bankruptcy_chapter\": \"<string>\"\n        }\n      ],\n      \"liens\": [\n        {\n          \"status\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"type\": \"<string>\",\n          \"filed_by\": \"<string>\",\n          \"against\": \"<string>\",\n          \"where_filed\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"date_status_attained\": \"<string>\",\n          \"latest_info_received\": \"<string>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"type\": \"<string>\",\n          \"filed_by\": \"<string>\",\n          \"against\": \"<string>\",\n          \"where_filed\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"date_status_attained\": \"<string>\",\n          \"latest_info_received\": \"<string>\"\n        }\n      ],\n      \"lawsuits\": [\n        {\n          \"case_type\": \"<string>\",\n          \"court_id\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"date_termed\": \"<string>\",\n          \"nature_of_suit\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\"\n        },\n        {\n          \"case_type\": \"<string>\",\n          \"court_id\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"date_termed\": \"<string>\",\n          \"nature_of_suit\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\"\n        }\n      ],\n      \"watchlists\": [\n        {\n          \"ofac\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"fatca\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"canada_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"europe_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"uk_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"un_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          }\n        },\n        {\n          \"ofac\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"fatca\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"canada_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"europe_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"uk_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"un_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"irs_tax_compliance\": [\n      {\n        \"form\": \"<string>\",\n        \"data\": {\n          \"year\": \"<string>\",\n          \"has_quarters\": \"<boolean>\",\n          \"data\": {}\n        }\n      },\n      {\n        \"form\": \"<string>\",\n        \"data\": {\n          \"year\": \"<string>\",\n          \"has_quarters\": \"<boolean>\",\n          \"data\": {}\n        }\n      }\n    ],\n    \"financial_statement\": [\n      {\n        \"fiscal_year\": \"<string>\",\n        \"total_assets\": \"<string>\",\n        \"total_income\": \"<string>\",\n        \"total_expenditure\": \"<string>\",\n        \"total_liabilities\": \"<string>\"\n      },\n      {\n        \"fiscal_year\": \"<string>\",\n        \"total_assets\": \"<string>\",\n        \"total_income\": \"<string>\",\n        \"total_expenditure\": \"<string>\",\n        \"total_liabilities\": \"<string>\"\n      }\n    ],\n    \"notices_and_penalties\": {\n      \"notices\": [\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\"\n        },\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\"\n        }\n      ],\n      \"penalties\": [\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    }\n  },\n  \"report_pdf_link\": \"NA\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f948131a-852c-4c03-9aa5-59626bb62c7c"},{"id":"bafae227-3ceb-45b2-bb5e-714dd0fadd4e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bafae227-3ceb-45b2-bb5e-714dd0fadd4e"},{"id":"de627456-76b5-4907-a4cc-7abf7437db16","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-de627456-76b5-4907-a4cc-7abf7437db16"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-be05b349-204d-4a93-8e43-3cdd8e22d1a9"},{"name":"Create Business tax assessment report submission","id":"aaf74404-47e3-409d-be28-b5769b4f9ae0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"business_type\": \"c-corporation\",\n  \"state_incorporated\": \"iowa\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"georgia\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""]},"description":"Create business tax assessment report submission"},"response":[{"id":"b6a0fb67-6023-4190-b4ed-656701a1969b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"business_type\": \"c-corporation\",\n  \"state_incorporated\": \"iowa\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"georgia\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"<string>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"status\": \"<string>\"\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b6a0fb67-6023-4190-b4ed-656701a1969b"},{"id":"bc84393d-9bc0-4a8f-aa76-490e1590caf8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"business_type\": \"c-corporation\",\n  \"state_incorporated\": \"iowa\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"georgia\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bc84393d-9bc0-4a8f-aa76-490e1590caf8"},{"id":"0e648e51-7a03-478e-a7ff-13a85497c096","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"business_type\": \"c-corporation\",\n  \"state_incorporated\": \"iowa\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"georgia\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0e648e51-7a03-478e-a7ff-13a85497c096"},{"id":"8430dc38-095a-49ac-8434-58662fecacc0","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"business_type\": \"c-corporation\",\n  \"state_incorporated\": \"iowa\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"georgia\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8430dc38-095a-49ac-8434-58662fecacc0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-aaf74404-47e3-409d-be28-b5769b4f9ae0"},{"name":"Get business tax assessment report submission by ID","id":"8e543866-90a5-46ed-af29-cbd0e61edc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",":id",""],"variable":[{"id":"a22ce0b1-d036-4139-829b-abb6a9270924","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get business tax assessment report submission by ID"},"response":[{"id":"f039b4c0-26c8-4eea-b1d6-162bdb53387c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"report_generated_time\": \"<dateTime>\",\n  \"summary\": [\n    {\n      \"section\": \"<string>\",\n      \"description\": \"<string>\"\n    },\n    {\n      \"section\": \"<string>\",\n      \"description\": \"<string>\"\n    }\n  ],\n  \"requester_name\": \"<string>\",\n  \"scoring\": {\n    \"score\": {\n      \"irs_tax_compliance\": \"<integer>\",\n      \"public_record\": \"<integer>\",\n      \"penalties\": \"<integer>\",\n      \"income\": \"<integer>\"\n    },\n    \"overall_score\": \"<integer>\"\n  },\n  \"business_summary\": {\n    \"business_registration\": {\n      \"business_type\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"registered_address\": \"<string>\",\n      \"location_type\": \"<string>\",\n      \"state_of_incorporation\": \"<string>\",\n      \"business_age\": \"<string>\",\n      \"filing_date\": \"<string>\",\n      \"company_status\": \"<string>\"\n    },\n    \"industry_type\": {\n      \"naics_code\": \"<string>\",\n      \"naics_description\": \"<string>\",\n      \"sic_code\": \"<string>\",\n      \"sic_description\": \"<string>\"\n    },\n    \"public_records\": {\n      \"bankruptcies\": [\n        {\n          \"case_type\": \"<string>\",\n          \"case_year\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\",\n          \"bankruptcy_chapter\": \"<string>\"\n        },\n        {\n          \"case_type\": \"<string>\",\n          \"case_year\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\",\n          \"bankruptcy_chapter\": \"<string>\"\n        }\n      ],\n      \"liens\": [\n        {\n          \"status\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"type\": \"<string>\",\n          \"filed_by\": \"<string>\",\n          \"against\": \"<string>\",\n          \"where_filed\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"date_status_attained\": \"<string>\",\n          \"latest_info_received\": \"<string>\"\n        },\n        {\n          \"status\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"type\": \"<string>\",\n          \"filed_by\": \"<string>\",\n          \"against\": \"<string>\",\n          \"where_filed\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"date_status_attained\": \"<string>\",\n          \"latest_info_received\": \"<string>\"\n        }\n      ],\n      \"lawsuits\": [\n        {\n          \"case_type\": \"<string>\",\n          \"court_id\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"date_termed\": \"<string>\",\n          \"nature_of_suit\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\"\n        },\n        {\n          \"case_type\": \"<string>\",\n          \"court_id\": \"<string>\",\n          \"case_title\": \"<string>\",\n          \"date_filed\": \"<string>\",\n          \"case_number\": \"<string>\",\n          \"date_termed\": \"<string>\",\n          \"nature_of_suit\": \"<string>\",\n          \"case_number_full\": \"<string>\",\n          \"jurisdiction_type\": \"<string>\"\n        }\n      ],\n      \"watchlists\": [\n        {\n          \"ofac\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"fatca\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"canada_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"europe_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"uk_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"un_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          }\n        },\n        {\n          \"ofac\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"fatca\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"canada_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"europe_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"uk_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          },\n          \"un_sanctions\": {\n            \"status\": \"<string>\",\n            \"hits\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"irs_tax_compliance\": [\n      {\n        \"form\": \"<string>\",\n        \"data\": {\n          \"year\": \"<string>\",\n          \"has_quarters\": \"<boolean>\",\n          \"data\": {}\n        }\n      },\n      {\n        \"form\": \"<string>\",\n        \"data\": {\n          \"year\": \"<string>\",\n          \"has_quarters\": \"<boolean>\",\n          \"data\": {}\n        }\n      }\n    ],\n    \"financial_statement\": [\n      {\n        \"fiscal_year\": \"<string>\",\n        \"total_assets\": \"<string>\",\n        \"total_income\": \"<string>\",\n        \"total_expenditure\": \"<string>\",\n        \"total_liabilities\": \"<string>\"\n      },\n      {\n        \"fiscal_year\": \"<string>\",\n        \"total_assets\": \"<string>\",\n        \"total_income\": \"<string>\",\n        \"total_expenditure\": \"<string>\",\n        \"total_liabilities\": \"<string>\"\n      }\n    ],\n    \"notices_and_penalties\": {\n      \"notices\": [\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\"\n        },\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\"\n        }\n      ],\n      \"penalties\": [\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\",\n          \"amount\": \"<string>\"\n        },\n        {\n          \"year\": \"<string>\",\n          \"code\": \"<string>\",\n          \"description\": \"<string>\",\n          \"date\": \"<string>\",\n          \"amount\": \"<string>\"\n        }\n      ]\n    }\n  },\n  \"report_pdf_link\": \"NA\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f039b4c0-26c8-4eea-b1d6-162bdb53387c"},{"id":"84844646-8107-4b11-b69c-798e6425c223","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-84844646-8107-4b11-b69c-798e6425c223"},{"id":"c7e285f6-90ed-4acb-8531-fd16928a6e87","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c7e285f6-90ed-4acb-8531-fd16928a6e87"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-8e543866-90a5-46ed-af29-cbd0e61edc86"}],"id":"43bd5a75-7499-4986-bfa9-059cd3baa1d1","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-43bd5a75-7499-4986-bfa9-059cd3baa1d1"},{"name":"Business Verification Report","item":[{"name":"Get business verification submissions","id":"b43402f8-b885-443e-91a9-788fadeadfa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get all business verification submissions"},"response":[{"id":"953a14b5-922a-4e5b-b5c6-cb8fc4550913","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"business_information\": {\n    \"business_name\": \"<string>\",\n    \"business_type\": \"<string>\",\n    \"business_status\": \"<string>\",\n    \"state_incorporated\": \"<string>\",\n    \"date_incorporated\": \"<string>\",\n    \"filing_number\": \"<string>\",\n    \"mailing_address\": \"<string>\",\n    \"physical_address\": \"<string>\",\n    \"metadata\": {\n      \"more_records\": \"<boolean>\",\n      \"count\": \"<integer>\"\n    },\n    \"tax_id\": \"<string>\",\n    \"address\": {\n      \"address_line_1\": \"<string>\",\n      \"address_line_2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"postal_code\": \"<string>\"\n    }\n  },\n  \"assessments\": {\n    \"tin_match_status\": \"<string>\",\n    \"usps_status\": \"<string>\",\n    \"mailing_address_match\": \"<boolean>\",\n    \"mailing_address_match_rate\": \"<number>\",\n    \"physical_address_match\": \"<boolean>\",\n    \"physical_address_match_rate\": \"<number>\",\n    \"business_status\": \"<string>\",\n    \"tax_exempt\": \"<string>\"\n  },\n  \"watchlist\": {\n    \"ofac\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"fatca\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"canada_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"europe_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"uk_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"un_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    }\n  },\n  \"risk\": {\n    \"liens\": [\n      {\n        \"status\": \"<string>\",\n        \"case_number\": \"<string>\",\n        \"type\": \"<string>\",\n        \"filed_by\": \"<string>\",\n        \"against\": \"<string>\",\n        \"where_filed\": \"<string>\",\n        \"date_filed\": \"<string>\",\n        \"date_status_attained\": \"<string>\",\n        \"latest_info_received\": \"<string>\"\n      },\n      {\n        \"status\": \"<string>\",\n        \"case_number\": \"<string>\",\n        \"type\": \"<string>\",\n        \"filed_by\": \"<string>\",\n        \"against\": \"<string>\",\n        \"where_filed\": \"<string>\",\n        \"date_filed\": \"<string>\",\n        \"date_status_attained\": \"<string>\",\n        \"latest_info_received\": \"<string>\"\n      }\n    ]\n  },\n  \"report_pdf_link\": \"NA\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-953a14b5-922a-4e5b-b5c6-cb8fc4550913"},{"id":"ca632da2-e96a-4e15-a134-7fa1135d7dd2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ca632da2-e96a-4e15-a134-7fa1135d7dd2"},{"id":"c4041304-d767-4c83-b20e-67d6bd8ee5da","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c4041304-d767-4c83-b20e-67d6bd8ee5da"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b43402f8-b885-443e-91a9-788fadeadfa7"},{"name":"Create business verification submission","id":"20e85c06-16f7-44ba-82e7-e43ef3df5540","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\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"zip5\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""]},"description":"Create business verification submission"},"response":[{"id":"fa19bd02-4e04-48d2-8c52-8b42f57a82b7","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"zip5\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"<string>\",\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"created_at\": \"<dateTime>\",\n    \"status\": \"<string>\"\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fa19bd02-4e04-48d2-8c52-8b42f57a82b7"},{"id":"da27505b-40f2-4dc4-a344-66f095701aaa","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"zip5\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-da27505b-40f2-4dc4-a344-66f095701aaa"},{"id":"ffb2c702-e2c7-4729-b69b-470b6a24088e","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"zip5\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ffb2c702-e2c7-4729-b69b-470b6a24088e"},{"id":"e2af61b9-1bdb-4f43-b4da-5147e88ad058","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"business_name\": \"<string>\",\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"zip5\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e2af61b9-1bdb-4f43-b4da-5147e88ad058"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-20e85c06-16f7-44ba-82e7-e43ef3df5540"},{"name":"Get business verification submission by ID","id":"199cc9e3-cba6-4a83-a138-68dfb9b8d6f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",":id",""],"variable":[{"id":"74e980d1-4c60-465a-983b-1e5fde5210a3","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get business verification submission by ID"},"response":[{"id":"5f7efb0a-affa-4d6e-93cd-d095f015b7f6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"business_information\": {\n    \"business_name\": \"<string>\",\n    \"business_type\": \"<string>\",\n    \"business_status\": \"<string>\",\n    \"state_incorporated\": \"<string>\",\n    \"date_incorporated\": \"<string>\",\n    \"filing_number\": \"<string>\",\n    \"mailing_address\": \"<string>\",\n    \"physical_address\": \"<string>\",\n    \"metadata\": {\n      \"more_records\": \"<boolean>\",\n      \"count\": \"<integer>\"\n    },\n    \"tax_id\": \"<string>\",\n    \"address\": {\n      \"address_line_1\": \"<string>\",\n      \"address_line_2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"postal_code\": \"<string>\"\n    }\n  },\n  \"assessments\": {\n    \"tin_match_status\": \"<string>\",\n    \"usps_status\": \"<string>\",\n    \"mailing_address_match\": \"<boolean>\",\n    \"mailing_address_match_rate\": \"<number>\",\n    \"physical_address_match\": \"<boolean>\",\n    \"physical_address_match_rate\": \"<number>\",\n    \"business_status\": \"<string>\",\n    \"tax_exempt\": \"<string>\"\n  },\n  \"watchlist\": {\n    \"ofac\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"fatca\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"canada_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"europe_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"uk_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    },\n    \"un_sanctions\": {\n      \"status\": \"<string>\",\n      \"hits\": \"<integer>\"\n    }\n  },\n  \"risk\": {\n    \"liens\": [\n      {\n        \"status\": \"<string>\",\n        \"case_number\": \"<string>\",\n        \"type\": \"<string>\",\n        \"filed_by\": \"<string>\",\n        \"against\": \"<string>\",\n        \"where_filed\": \"<string>\",\n        \"date_filed\": \"<string>\",\n        \"date_status_attained\": \"<string>\",\n        \"latest_info_received\": \"<string>\"\n      },\n      {\n        \"status\": \"<string>\",\n        \"case_number\": \"<string>\",\n        \"type\": \"<string>\",\n        \"filed_by\": \"<string>\",\n        \"against\": \"<string>\",\n        \"where_filed\": \"<string>\",\n        \"date_filed\": \"<string>\",\n        \"date_status_attained\": \"<string>\",\n        \"latest_info_received\": \"<string>\"\n      }\n    ]\n  },\n  \"report_pdf_link\": \"NA\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5f7efb0a-affa-4d6e-93cd-d095f015b7f6"},{"id":"53f99d7b-4b4c-4dac-8183-f84572eac345","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-53f99d7b-4b4c-4dac-8183-f84572eac345"},{"id":"9c86a990-10f5-4ca2-bca5-728f177eb168","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/business-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","business-verification",":id",""],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9c86a990-10f5-4ca2-bca5-728f177eb168"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-199cc9e3-cba6-4a83-a138-68dfb9b8d6f7"}],"id":"2877bc06-abef-47cb-a305-e2d24f3a4727","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-2877bc06-abef-47cb-a305-e2d24f3a4727"},{"name":"Individual Tax Assessment Report","item":[{"name":"Get individual tax assessment report submissions","id":"fbc1f698-2cfa-4f5d-96ad-85ef74feb7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get all individual tax assessment report submissions"},"response":[{"id":"8b21e78a-a1cd-4d1d-9361-d5c08c0ac43d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"request_data\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"tin\": \"<string>\",\n      \"email\": \"<email>\",\n      \"date_of_birth\": \"<date>\",\n      \"is_outside_usa\": \"<boolean>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip5\": \"<string>\"\n    },\n    \"data\": {\n      \"scoring\": {\n        \"overall_score\": \"<integer>\",\n        \"individual_score\": {\n          \"tax_compliance\": \"<integer>\",\n          \"notices_and_penalties\": \"<integer>\",\n          \"income\": \"<integer>\",\n          \"public_records\": \"<integer>\",\n          \"assets\": \"<integer>\",\n          \"capital_gains_and_losses\": \"<integer>\",\n          \"liabilities\": \"<integer>\",\n          \"employment_history\": \"<integer>\"\n        }\n      },\n      \"requester_name\": \"<string>\",\n      \"report_generated_time\": \"<dateTime>\",\n      \"individual_details\": {\n        \"name\": \"<string>\",\n        \"tax_identification_number\": \"123456789\",\n        \"date_of_birth\": \"10/10/2000\",\n        \"age\": 25,\n        \"filing_status\": \"<string>\",\n        \"dependents\": 0,\n        \"address\": [\n          {\n            \"address_line_1\": \"<string>\",\n            \"address_line_2\": \"<string>\",\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n          },\n          {\n            \"address_line_1\": \"<string>\",\n            \"address_line_2\": \"<string>\",\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n          }\n        ]\n      },\n      \"report_summary\": {\n        \"summary\": {\n          \"overall\": {},\n          \"alerts\": {\n            \"tin_verification\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"address_verification\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"dmf\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"watchlist\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"liens\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"bankruptcy\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"criminal_case_history\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"missing_current_year_filing\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"missing_current_year_filing_with_extension\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            }\n          }\n        },\n        \"details\": {\n          \"irs_tax_compliance\": {\n            \"tax_compliance\": {\n              \"form\": \"1040\",\n              \"data\": [\n                {\n                  \"year\": \"<string>\",\n                  \"status\": \"<string>\"\n                },\n                {\n                  \"year\": \"<string>\",\n                  \"status\": \"<string>\"\n                }\n              ]\n            },\n            \"metrics\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"total_income\": \"<string>\",\n                  \"adjusted_gross_income\": \"<string>\",\n                  \"deductions\": \"<string>\",\n                  \"taxable_income\": \"<string>\",\n                  \"total_tax\": \"<string>\",\n                  \"effective_tax_rate\": \"<string>\",\n                  \"marginal_tax_rate\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"total_income\": \"<string>\",\n                  \"adjusted_gross_income\": \"<string>\",\n                  \"deductions\": \"<string>\",\n                  \"taxable_income\": \"<string>\",\n                  \"total_tax\": \"<string>\",\n                  \"effective_tax_rate\": \"<string>\",\n                  \"marginal_tax_rate\": \"<string>\"\n                }\n              }\n            ],\n            \"notices_and_penalties\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  },\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  },\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          \"financial_statement\": {\n            \"income\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"wage_and_salary\": \"<string>\",\n                  \"self_employment_income\": \"<string>\",\n                  \"business_income\": \"<string>\",\n                  \"investment_income_int_and_div\": \"<string>\",\n                  \"investment_income_capital_gains\": \"<string>\",\n                  \"rental_income\": \"<string>\",\n                  \"estate_and_trust_income\": \"<string>\",\n                  \"retirement_income\": \"<string>\",\n                  \"other_income\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"wage_and_salary\": \"<string>\",\n                  \"self_employment_income\": \"<string>\",\n                  \"business_income\": \"<string>\",\n                  \"investment_income_int_and_div\": \"<string>\",\n                  \"investment_income_capital_gains\": \"<string>\",\n                  \"rental_income\": \"<string>\",\n                  \"estate_and_trust_income\": \"<string>\",\n                  \"retirement_income\": \"<string>\",\n                  \"other_income\": \"<string>\"\n                }\n              }\n            ],\n            \"capital_gains_and_losses\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"short_term\": \"<string>\",\n                  \"long_term\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"short_term\": \"<string>\",\n                  \"long_term\": \"<string>\"\n                }\n              }\n            ],\n            \"deductions\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"deduction_type\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"deduction_type\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              }\n            ],\n            \"assets\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  },\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  },\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  }\n                ]\n              }\n            ],\n            \"liabilities\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  },\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  },\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          \"owns_business\": \"<boolean>\",\n          \"business_details\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                },\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                },\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"employment_history\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                },\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                },\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"public_records\": {\n            \"summary\": {\n              \"liens\": 0,\n              \"lawsuits\": 0,\n              \"watchlist\": 0,\n              \"bankruptcies\": 0,\n              \"criminal_cases\": 0\n            },\n            \"details\": {\n              \"liens\": {\n                \"data\": [\n                  {\n                    \"status\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"filed_by\": \"<string>\",\n                    \"against\": \"<string>\",\n                    \"where_filed\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"date_status_attained\": \"<string>\",\n                    \"latest_info_received\": \"<string>\"\n                  },\n                  {\n                    \"status\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"filed_by\": \"<string>\",\n                    \"against\": \"<string>\",\n                    \"where_filed\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"date_status_attained\": \"<string>\",\n                    \"latest_info_received\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"lawsuits\": {\n                \"data\": [\n                  {\n                    \"case_type\": \"<string>\",\n                    \"court_id\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"date_termed\": \"<string>\",\n                    \"nature_of_suit\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\"\n                  },\n                  {\n                    \"case_type\": \"<string>\",\n                    \"court_id\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"date_termed\": \"<string>\",\n                    \"nature_of_suit\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"watchlist\": {\n                \"data\": [\n                  {\n                    \"count\": 0,\n                    \"watchlist\": \"ofac\"\n                  },\n                  {\n                    \"count\": 0,\n                    \"watchlist\": \"ofac\"\n                  }\n                ],\n                \"count\": 0\n              },\n              \"bankruptcies\": {\n                \"data\": [\n                  {\n                    \"case_type\": \"<string>\",\n                    \"case_year\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\",\n                    \"bankruptcy_chapter\": \"<string>\"\n                  },\n                  {\n                    \"case_type\": \"<string>\",\n                    \"case_year\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\",\n                    \"bankruptcy_chapter\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"criminal_cases\": {\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              }\n            }\n          }\n        }\n      },\n      \"report_pdf_link\": \"NA\",\n      \"final_summary\": {},\n      \"summary\": \"<string>\",\n      \"summary_breakdown\": {\n        \"executive_summary\": \"<string>\",\n        \"detailed_breakdown\": \"<string>\"\n      }\n    },\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"submission_link\": \"<uri>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"request_data\": {\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"tin\": \"<string>\",\n      \"email\": \"<email>\",\n      \"date_of_birth\": \"<date>\",\n      \"is_outside_usa\": \"<boolean>\",\n      \"address1\": \"<string>\",\n      \"address2\": \"<string>\",\n      \"city\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip5\": \"<string>\"\n    },\n    \"data\": {\n      \"scoring\": {\n        \"overall_score\": \"<integer>\",\n        \"individual_score\": {\n          \"tax_compliance\": \"<integer>\",\n          \"notices_and_penalties\": \"<integer>\",\n          \"income\": \"<integer>\",\n          \"public_records\": \"<integer>\",\n          \"assets\": \"<integer>\",\n          \"capital_gains_and_losses\": \"<integer>\",\n          \"liabilities\": \"<integer>\",\n          \"employment_history\": \"<integer>\"\n        }\n      },\n      \"requester_name\": \"<string>\",\n      \"report_generated_time\": \"<dateTime>\",\n      \"individual_details\": {\n        \"name\": \"<string>\",\n        \"tax_identification_number\": \"123456789\",\n        \"date_of_birth\": \"10/10/2000\",\n        \"age\": 25,\n        \"filing_status\": \"<string>\",\n        \"dependents\": 0,\n        \"address\": [\n          {\n            \"address_line_1\": \"<string>\",\n            \"address_line_2\": \"<string>\",\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n          },\n          {\n            \"address_line_1\": \"<string>\",\n            \"address_line_2\": \"<string>\",\n            \"city\": \"<string>\",\n            \"state\": \"<string>\",\n            \"zip_code\": \"<string>\"\n          }\n        ]\n      },\n      \"report_summary\": {\n        \"summary\": {\n          \"overall\": {},\n          \"alerts\": {\n            \"tin_verification\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"address_verification\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"dmf\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"watchlist\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"liens\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"bankruptcy\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"criminal_case_history\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"missing_current_year_filing\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            },\n            \"missing_current_year_filing_with_extension\": {\n              \"status\": \"<string>\",\n              \"description\": \"<string>\"\n            }\n          }\n        },\n        \"details\": {\n          \"irs_tax_compliance\": {\n            \"tax_compliance\": {\n              \"form\": \"1040\",\n              \"data\": [\n                {\n                  \"year\": \"<string>\",\n                  \"status\": \"<string>\"\n                },\n                {\n                  \"year\": \"<string>\",\n                  \"status\": \"<string>\"\n                }\n              ]\n            },\n            \"metrics\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"total_income\": \"<string>\",\n                  \"adjusted_gross_income\": \"<string>\",\n                  \"deductions\": \"<string>\",\n                  \"taxable_income\": \"<string>\",\n                  \"total_tax\": \"<string>\",\n                  \"effective_tax_rate\": \"<string>\",\n                  \"marginal_tax_rate\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"total_income\": \"<string>\",\n                  \"adjusted_gross_income\": \"<string>\",\n                  \"deductions\": \"<string>\",\n                  \"taxable_income\": \"<string>\",\n                  \"total_tax\": \"<string>\",\n                  \"effective_tax_rate\": \"<string>\",\n                  \"marginal_tax_rate\": \"<string>\"\n                }\n              }\n            ],\n            \"notices_and_penalties\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  },\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  },\n                  {\n                    \"year\": \"<string>\",\n                    \"code\": \"<string>\",\n                    \"description\": \"<string>\",\n                    \"date\": \"<string>\",\n                    \"amount\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          \"financial_statement\": {\n            \"income\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"wage_and_salary\": \"<string>\",\n                  \"self_employment_income\": \"<string>\",\n                  \"business_income\": \"<string>\",\n                  \"investment_income_int_and_div\": \"<string>\",\n                  \"investment_income_capital_gains\": \"<string>\",\n                  \"rental_income\": \"<string>\",\n                  \"estate_and_trust_income\": \"<string>\",\n                  \"retirement_income\": \"<string>\",\n                  \"other_income\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"wage_and_salary\": \"<string>\",\n                  \"self_employment_income\": \"<string>\",\n                  \"business_income\": \"<string>\",\n                  \"investment_income_int_and_div\": \"<string>\",\n                  \"investment_income_capital_gains\": \"<string>\",\n                  \"rental_income\": \"<string>\",\n                  \"estate_and_trust_income\": \"<string>\",\n                  \"retirement_income\": \"<string>\",\n                  \"other_income\": \"<string>\"\n                }\n              }\n            ],\n            \"capital_gains_and_losses\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"short_term\": \"<string>\",\n                  \"long_term\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"short_term\": \"<string>\",\n                  \"long_term\": \"<string>\"\n                }\n              }\n            ],\n            \"deductions\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"deduction_type\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": {\n                  \"deduction_type\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              }\n            ],\n            \"assets\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  },\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  },\n                  {\n                    \"provider_name\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"amount\": \"<string>\",\n                    \"type\": \"<string>\"\n                  }\n                ]\n              }\n            ],\n            \"liabilities\": [\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  },\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  }\n                ]\n              },\n              {\n                \"year\": \"<string>\",\n                \"data\": [\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  },\n                  {\n                    \"lender_or_institution_name\": \"<string>\",\n                    \"ein\": \"<string>\",\n                    \"address\": \"<string>\",\n                    \"outstanding_principal\": \"<string>\",\n                    \"interest_paid\": \"<string>\",\n                    \"form\": \"<string>\"\n                  }\n                ]\n              }\n            ]\n          },\n          \"owns_business\": \"<boolean>\",\n          \"business_details\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                },\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                },\n                {\n                  \"business_name\": \"<string>\",\n                  \"profit_or_loss\": \"<string>\",\n                  \"naics_code\": \"<string>\",\n                  \"business_activity\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"employment_history\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                },\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                },\n                {\n                  \"employer_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"fiscal_year\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"public_records\": {\n            \"summary\": {\n              \"liens\": 0,\n              \"lawsuits\": 0,\n              \"watchlist\": 0,\n              \"bankruptcies\": 0,\n              \"criminal_cases\": 0\n            },\n            \"details\": {\n              \"liens\": {\n                \"data\": [\n                  {\n                    \"status\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"filed_by\": \"<string>\",\n                    \"against\": \"<string>\",\n                    \"where_filed\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"date_status_attained\": \"<string>\",\n                    \"latest_info_received\": \"<string>\"\n                  },\n                  {\n                    \"status\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"type\": \"<string>\",\n                    \"filed_by\": \"<string>\",\n                    \"against\": \"<string>\",\n                    \"where_filed\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"date_status_attained\": \"<string>\",\n                    \"latest_info_received\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"lawsuits\": {\n                \"data\": [\n                  {\n                    \"case_type\": \"<string>\",\n                    \"court_id\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"date_termed\": \"<string>\",\n                    \"nature_of_suit\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\"\n                  },\n                  {\n                    \"case_type\": \"<string>\",\n                    \"court_id\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"date_termed\": \"<string>\",\n                    \"nature_of_suit\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"watchlist\": {\n                \"data\": [\n                  {\n                    \"count\": 0,\n                    \"watchlist\": \"ofac\"\n                  },\n                  {\n                    \"count\": 0,\n                    \"watchlist\": \"ofac\"\n                  }\n                ],\n                \"count\": 0\n              },\n              \"bankruptcies\": {\n                \"data\": [\n                  {\n                    \"case_type\": \"<string>\",\n                    \"case_year\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\",\n                    \"bankruptcy_chapter\": \"<string>\"\n                  },\n                  {\n                    \"case_type\": \"<string>\",\n                    \"case_year\": \"<string>\",\n                    \"case_title\": \"<string>\",\n                    \"date_filed\": \"<string>\",\n                    \"case_number\": \"<string>\",\n                    \"case_number_full\": \"<string>\",\n                    \"jurisdiction_type\": \"<string>\",\n                    \"bankruptcy_chapter\": \"<string>\"\n                  }\n                ],\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              },\n              \"criminal_cases\": {\n                \"count\": 0,\n                \"last_updated\": \"11/27/2025 10:20 AM\"\n              }\n            }\n          }\n        }\n      },\n      \"report_pdf_link\": \"NA\",\n      \"final_summary\": {},\n      \"summary\": \"<string>\",\n      \"summary_breakdown\": {\n        \"executive_summary\": \"<string>\",\n        \"detailed_breakdown\": \"<string>\"\n      }\n    },\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"submission_link\": \"<uri>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8b21e78a-a1cd-4d1d-9361-d5c08c0ac43d"},{"id":"e8f6b51e-a2c8-4692-849a-c92f39848fc0","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e8f6b51e-a2c8-4692-849a-c92f39848fc0"},{"id":"47fdd6e4-2b92-4959-8224-e3fd9c7cc939","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-47fdd6e4-2b92-4959-8224-e3fd9c7cc939"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-fbc1f698-2cfa-4f5d-96ad-85ef74feb7c8"},{"name":"Create Individual tax assessment report submission","id":"95bc6130-1afa-4177-9153-eb891dedc817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"tin\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"new jersey\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"is_outside_usa\": false,\n  \"years_outside_usa\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""]},"description":"Create Individual tax assessment report submission"},"response":[{"id":"3d02a353-d776-46d5-a42b-3045b4bfeb67","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"tin\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"new jersey\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"is_outside_usa\": false,\n  \"years_outside_usa\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"<string>\",\n  \"data\": {\n    \"hosted_link\": \"<uri>\",\n    \"request_id\": \"<integer>\"\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3d02a353-d776-46d5-a42b-3045b4bfeb67"},{"id":"113cccf8-7802-4282-a900-d07d4f4aadb5","name":"An error occurred.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"tin\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"new jersey\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"is_outside_usa\": false,\n  \"years_outside_usa\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": false\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-113cccf8-7802-4282-a900-d07d4f4aadb5"},{"id":"d65900aa-2d7f-4c21-b487-09aae6cef641","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"tin\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"new jersey\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"is_outside_usa\": false,\n  \"years_outside_usa\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d65900aa-2d7f-4c21-b487-09aae6cef641"},{"id":"479132a9-49f8-4fb2-88f2-a0b593238b90","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"tin\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"new jersey\",\n  \"zip5\": \"<string>\",\n  \"send_consent_link_to_taxpayer\": false,\n  \"login_required\": false,\n  \"is_outside_usa\": false,\n  \"years_outside_usa\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-479132a9-49f8-4fb2-88f2-a0b593238b90"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-95bc6130-1afa-4177-9153-eb891dedc817"},{"name":"Get business tax assessment report submission by ID","id":"a75ff537-4948-44ae-9b3c-b32bb8ef56d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",":id",""],"variable":[{"id":"534abf90-8a3d-4098-91ec-2be65b3c63fe","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get individual tax assessment report submission by ID"},"response":[{"id":"241dbfb0-0cef-4eda-81c4-0c7ea28f6fe0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": {\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"tin\": \"<string>\",\n    \"email\": \"<email>\",\n    \"date_of_birth\": \"<date>\",\n    \"is_outside_usa\": \"<boolean>\",\n    \"address1\": \"<string>\",\n    \"address2\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip5\": \"<string>\"\n  },\n  \"data\": {\n    \"scoring\": {\n      \"overall_score\": \"<integer>\",\n      \"individual_score\": {\n        \"tax_compliance\": \"<integer>\",\n        \"notices_and_penalties\": \"<integer>\",\n        \"income\": \"<integer>\",\n        \"public_records\": \"<integer>\",\n        \"assets\": \"<integer>\",\n        \"capital_gains_and_losses\": \"<integer>\",\n        \"liabilities\": \"<integer>\",\n        \"employment_history\": \"<integer>\"\n      }\n    },\n    \"requester_name\": \"<string>\",\n    \"report_generated_time\": \"<dateTime>\",\n    \"individual_details\": {\n      \"name\": \"<string>\",\n      \"tax_identification_number\": \"123456789\",\n      \"date_of_birth\": \"10/10/2000\",\n      \"age\": 25,\n      \"filing_status\": \"<string>\",\n      \"dependents\": 0,\n      \"address\": [\n        {\n          \"address_line_1\": \"<string>\",\n          \"address_line_2\": \"<string>\",\n          \"city\": \"<string>\",\n          \"state\": \"<string>\",\n          \"zip_code\": \"<string>\"\n        },\n        {\n          \"address_line_1\": \"<string>\",\n          \"address_line_2\": \"<string>\",\n          \"city\": \"<string>\",\n          \"state\": \"<string>\",\n          \"zip_code\": \"<string>\"\n        }\n      ]\n    },\n    \"report_summary\": {\n      \"summary\": {\n        \"overall\": {},\n        \"alerts\": {\n          \"tin_verification\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"address_verification\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"dmf\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"watchlist\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"liens\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"bankruptcy\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"criminal_case_history\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"missing_current_year_filing\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          \"missing_current_year_filing_with_extension\": {\n            \"status\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      },\n      \"details\": {\n        \"irs_tax_compliance\": {\n          \"tax_compliance\": {\n            \"form\": \"1040\",\n            \"data\": [\n              {\n                \"year\": \"<string>\",\n                \"status\": \"<string>\"\n              },\n              {\n                \"year\": \"<string>\",\n                \"status\": \"<string>\"\n              }\n            ]\n          },\n          \"metrics\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"total_income\": \"<string>\",\n                \"adjusted_gross_income\": \"<string>\",\n                \"deductions\": \"<string>\",\n                \"taxable_income\": \"<string>\",\n                \"total_tax\": \"<string>\",\n                \"effective_tax_rate\": \"<string>\",\n                \"marginal_tax_rate\": \"<string>\"\n              }\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"total_income\": \"<string>\",\n                \"adjusted_gross_income\": \"<string>\",\n                \"deductions\": \"<string>\",\n                \"taxable_income\": \"<string>\",\n                \"total_tax\": \"<string>\",\n                \"effective_tax_rate\": \"<string>\",\n                \"marginal_tax_rate\": \"<string>\"\n              }\n            }\n          ],\n          \"notices_and_penalties\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"year\": \"<string>\",\n                  \"code\": \"<string>\",\n                  \"description\": \"<string>\",\n                  \"date\": \"<string>\",\n                  \"amount\": \"<string>\"\n                },\n                {\n                  \"year\": \"<string>\",\n                  \"code\": \"<string>\",\n                  \"description\": \"<string>\",\n                  \"date\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"year\": \"<string>\",\n                  \"code\": \"<string>\",\n                  \"description\": \"<string>\",\n                  \"date\": \"<string>\",\n                  \"amount\": \"<string>\"\n                },\n                {\n                  \"year\": \"<string>\",\n                  \"code\": \"<string>\",\n                  \"description\": \"<string>\",\n                  \"date\": \"<string>\",\n                  \"amount\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        \"financial_statement\": {\n          \"income\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"wage_and_salary\": \"<string>\",\n                \"self_employment_income\": \"<string>\",\n                \"business_income\": \"<string>\",\n                \"investment_income_int_and_div\": \"<string>\",\n                \"investment_income_capital_gains\": \"<string>\",\n                \"rental_income\": \"<string>\",\n                \"estate_and_trust_income\": \"<string>\",\n                \"retirement_income\": \"<string>\",\n                \"other_income\": \"<string>\"\n              }\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"wage_and_salary\": \"<string>\",\n                \"self_employment_income\": \"<string>\",\n                \"business_income\": \"<string>\",\n                \"investment_income_int_and_div\": \"<string>\",\n                \"investment_income_capital_gains\": \"<string>\",\n                \"rental_income\": \"<string>\",\n                \"estate_and_trust_income\": \"<string>\",\n                \"retirement_income\": \"<string>\",\n                \"other_income\": \"<string>\"\n              }\n            }\n          ],\n          \"capital_gains_and_losses\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"short_term\": \"<string>\",\n                \"long_term\": \"<string>\"\n              }\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"short_term\": \"<string>\",\n                \"long_term\": \"<string>\"\n              }\n            }\n          ],\n          \"deductions\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"deduction_type\": \"<string>\",\n                \"amount\": \"<string>\"\n              }\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": {\n                \"deduction_type\": \"<string>\",\n                \"amount\": \"<string>\"\n              }\n            }\n          ],\n          \"assets\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"provider_name\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"amount\": \"<string>\",\n                  \"type\": \"<string>\"\n                },\n                {\n                  \"provider_name\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"amount\": \"<string>\",\n                  \"type\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"provider_name\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"amount\": \"<string>\",\n                  \"type\": \"<string>\"\n                },\n                {\n                  \"provider_name\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"amount\": \"<string>\",\n                  \"type\": \"<string>\"\n                }\n              ]\n            }\n          ],\n          \"liabilities\": [\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"lender_or_institution_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"outstanding_principal\": \"<string>\",\n                  \"interest_paid\": \"<string>\",\n                  \"form\": \"<string>\"\n                },\n                {\n                  \"lender_or_institution_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"outstanding_principal\": \"<string>\",\n                  \"interest_paid\": \"<string>\",\n                  \"form\": \"<string>\"\n                }\n              ]\n            },\n            {\n              \"year\": \"<string>\",\n              \"data\": [\n                {\n                  \"lender_or_institution_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"outstanding_principal\": \"<string>\",\n                  \"interest_paid\": \"<string>\",\n                  \"form\": \"<string>\"\n                },\n                {\n                  \"lender_or_institution_name\": \"<string>\",\n                  \"ein\": \"<string>\",\n                  \"address\": \"<string>\",\n                  \"outstanding_principal\": \"<string>\",\n                  \"interest_paid\": \"<string>\",\n                  \"form\": \"<string>\"\n                }\n              ]\n            }\n          ]\n        },\n        \"owns_business\": \"<boolean>\",\n        \"business_details\": [\n          {\n            \"year\": \"<string>\",\n            \"data\": [\n              {\n                \"business_name\": \"<string>\",\n                \"profit_or_loss\": \"<string>\",\n                \"naics_code\": \"<string>\",\n                \"business_activity\": \"<string>\"\n              },\n              {\n                \"business_name\": \"<string>\",\n                \"profit_or_loss\": \"<string>\",\n                \"naics_code\": \"<string>\",\n                \"business_activity\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"year\": \"<string>\",\n            \"data\": [\n              {\n                \"business_name\": \"<string>\",\n                \"profit_or_loss\": \"<string>\",\n                \"naics_code\": \"<string>\",\n                \"business_activity\": \"<string>\"\n              },\n              {\n                \"business_name\": \"<string>\",\n                \"profit_or_loss\": \"<string>\",\n                \"naics_code\": \"<string>\",\n                \"business_activity\": \"<string>\"\n              }\n            ]\n          }\n        ],\n        \"employment_history\": [\n          {\n            \"year\": \"<string>\",\n            \"data\": [\n              {\n                \"employer_name\": \"<string>\",\n                \"ein\": \"<string>\",\n                \"address\": \"<string>\",\n                \"type\": \"<string>\",\n                \"fiscal_year\": \"<string>\"\n              },\n              {\n                \"employer_name\": \"<string>\",\n                \"ein\": \"<string>\",\n                \"address\": \"<string>\",\n                \"type\": \"<string>\",\n                \"fiscal_year\": \"<string>\"\n              }\n            ]\n          },\n          {\n            \"year\": \"<string>\",\n            \"data\": [\n              {\n                \"employer_name\": \"<string>\",\n                \"ein\": \"<string>\",\n                \"address\": \"<string>\",\n                \"type\": \"<string>\",\n                \"fiscal_year\": \"<string>\"\n              },\n              {\n                \"employer_name\": \"<string>\",\n                \"ein\": \"<string>\",\n                \"address\": \"<string>\",\n                \"type\": \"<string>\",\n                \"fiscal_year\": \"<string>\"\n              }\n            ]\n          }\n        ],\n        \"public_records\": {\n          \"summary\": {\n            \"liens\": 0,\n            \"lawsuits\": 0,\n            \"watchlist\": 0,\n            \"bankruptcies\": 0,\n            \"criminal_cases\": 0\n          },\n          \"details\": {\n            \"liens\": {\n              \"data\": [\n                {\n                  \"status\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"filed_by\": \"<string>\",\n                  \"against\": \"<string>\",\n                  \"where_filed\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"date_status_attained\": \"<string>\",\n                  \"latest_info_received\": \"<string>\"\n                },\n                {\n                  \"status\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"type\": \"<string>\",\n                  \"filed_by\": \"<string>\",\n                  \"against\": \"<string>\",\n                  \"where_filed\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"date_status_attained\": \"<string>\",\n                  \"latest_info_received\": \"<string>\"\n                }\n              ],\n              \"count\": 0,\n              \"last_updated\": \"11/27/2025 10:20 AM\"\n            },\n            \"lawsuits\": {\n              \"data\": [\n                {\n                  \"case_type\": \"<string>\",\n                  \"court_id\": \"<string>\",\n                  \"case_title\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"date_termed\": \"<string>\",\n                  \"nature_of_suit\": \"<string>\",\n                  \"case_number_full\": \"<string>\",\n                  \"jurisdiction_type\": \"<string>\"\n                },\n                {\n                  \"case_type\": \"<string>\",\n                  \"court_id\": \"<string>\",\n                  \"case_title\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"date_termed\": \"<string>\",\n                  \"nature_of_suit\": \"<string>\",\n                  \"case_number_full\": \"<string>\",\n                  \"jurisdiction_type\": \"<string>\"\n                }\n              ],\n              \"count\": 0,\n              \"last_updated\": \"11/27/2025 10:20 AM\"\n            },\n            \"watchlist\": {\n              \"data\": [\n                {\n                  \"count\": 0,\n                  \"watchlist\": \"ofac\"\n                },\n                {\n                  \"count\": 0,\n                  \"watchlist\": \"ofac\"\n                }\n              ],\n              \"count\": 0\n            },\n            \"bankruptcies\": {\n              \"data\": [\n                {\n                  \"case_type\": \"<string>\",\n                  \"case_year\": \"<string>\",\n                  \"case_title\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"case_number_full\": \"<string>\",\n                  \"jurisdiction_type\": \"<string>\",\n                  \"bankruptcy_chapter\": \"<string>\"\n                },\n                {\n                  \"case_type\": \"<string>\",\n                  \"case_year\": \"<string>\",\n                  \"case_title\": \"<string>\",\n                  \"date_filed\": \"<string>\",\n                  \"case_number\": \"<string>\",\n                  \"case_number_full\": \"<string>\",\n                  \"jurisdiction_type\": \"<string>\",\n                  \"bankruptcy_chapter\": \"<string>\"\n                }\n              ],\n              \"count\": 0,\n              \"last_updated\": \"11/27/2025 10:20 AM\"\n            },\n            \"criminal_cases\": {\n              \"count\": 0,\n              \"last_updated\": \"11/27/2025 10:20 AM\"\n            }\n          }\n        }\n      }\n    },\n    \"report_pdf_link\": \"NA\",\n    \"final_summary\": {},\n    \"summary\": \"<string>\",\n    \"summary_breakdown\": {\n      \"executive_summary\": \"<string>\",\n      \"detailed_breakdown\": \"<string>\"\n    }\n  },\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"submission_link\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-241dbfb0-0cef-4eda-81c4-0c7ea28f6fe0"},{"id":"71c635c4-7b64-479f-adf9-f9c394d026b9","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-71c635c4-7b64-479f-adf9-f9c394d026b9"},{"id":"0c42e4a9-f2f9-41b1-9d6a-8aa22f46418d","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/individual-tax-assessment-report/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","individual-tax-assessment-report",":id",""],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0c42e4a9-f2f9-41b1-9d6a-8aa22f46418d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a75ff537-4948-44ae-9b3c-b32bb8ef56d8"}],"id":"00b7ce56-16a4-4972-aec7-09c7bd17c35a","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-00b7ce56-16a4-4972-aec7-09c7bd17c35a"},{"name":"Vendor Onboarding Essentials Report","item":[{"name":"Get vendor onboarding submissions","id":"12edcaf8-9ae2-4de3-89fc-97a8be51f54f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]},"description":"Get all vendor onboarding submissions"},"response":[{"id":"bf405488-f197-49c4-8f83-8d3d0243406c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": \"<string>\",\n  \"data\": \"<string>\",\n  \"status\": \"Pending\",\n  \"created_at\": \"<dateTime>\",\n  \"last_updated\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bf405488-f197-49c4-8f83-8d3d0243406c"},{"id":"b6b196c5-825b-416a-a548-f2ac5b2c1879","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/?page=1&page_size=10","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""],"query":[{"key":"page","value":"1","description":"Page Number"},{"key":"page_size","value":"10","description":"Page size"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b6b196c5-825b-416a-a548-f2ac5b2c1879"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-12edcaf8-9ae2-4de3-89fc-97a8be51f54f"},{"name":"Create vendor onboarding submissions","id":"fa642571-f412-456b-8e0a-3423cb86cace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""]},"description":"Create vendor onboarding submissions"},"response":[{"id":"2d7352f4-294d-46e2-bd99-40dbe23d2b75","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": \"<string>\",\n  \"data\": \"<string>\",\n  \"status\": \"Pending\",\n  \"created_at\": \"<dateTime>\",\n  \"last_updated\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2d7352f4-294d-46e2-bd99-40dbe23d2b75"},{"id":"962d8e21-8949-4277-86df-75688d17d130","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-962d8e21-8949-4277-86df-75688d17d130"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-fa642571-f412-456b-8e0a-3423cb86cace"},{"name":"Get vendor onboarding submission by ID","id":"98e09feb-1559-4876-8827-3d587a789eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",":id",""],"variable":[{"id":"16267d04-3787-4b6b-9f09-7cf626645d0d","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get vendor onboarding submission by ID"},"response":[{"id":"8817233f-e9d3-4918-8d0d-5dd388b2b466","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": \"<string>\",\n  \"data\": \"<string>\",\n  \"status\": \"Pending\",\n  \"created_at\": \"<dateTime>\",\n  \"last_updated\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8817233f-e9d3-4918-8d0d-5dd388b2b466"},{"id":"789f8fb3-8960-4773-89a2-f5085bf87944","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/r/vendor-onboarding-essentials/:id/","host":["{{baseUrl}}"],"path":["api","v1","r","vendor-onboarding-essentials",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-789f8fb3-8960-4773-89a2-f5085bf87944"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-98e09feb-1559-4876-8827-3d587a789eb0"}],"id":"e4f0b7a3-1647-422f-957a-7d48f3d24649","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-e4f0b7a3-1647-422f-957a-7d48f3d24649"},{"name":"Tax Transcript","item":[{"name":"Tax Transcript GET by ID","id":"c2cb5b62-d492-41aa-9c4b-e2544a5fe9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/transcript/?id=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript",""],"query":[{"key":"id","value":"<number>","description":"(Required) Enter ID"}]},"description":"This api gives tax transcript response by request id"},"response":[{"id":"b97c1220-edb7-41c7-a95f-d4e54575d7d8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/transcript/?id=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript",""],"query":[{"key":"id","value":"<number>","description":"(Required) Enter ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_by\": \"<string>\",\n  \"status\": \"<string>\",\n  \"reason\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"last_checked_at\": \"<string>\",\n  \"updated_at\": \"<dateTime>\",\n  \"consent\": \"<string>\",\n  \"transcript\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b97c1220-edb7-41c7-a95f-d4e54575d7d8"},{"id":"ca310708-1c5d-4bf9-933c-54bca0677aff","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/transcript/?id=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript",""],"query":[{"key":"id","value":"<number>","description":"(Required) Enter ID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ca310708-1c5d-4bf9-933c-54bca0677aff"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c2cb5b62-d492-41aa-9c4b-e2544a5fe9b5"},{"name":"Business Pre-fill Data on Widget Link","id":"e5a07a03-5527-4209-99a1-93be5a53a328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"california\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business",""]}},"response":[{"id":"e7f74cb8-58a1-47aa-8983-a50e7eed67be","name":"Your request is submitted.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"california\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Draft successfully created!\",\n  \"success\": true,\n  \"data\": {\n    \"hosted_link\": \"<string>\",\n    \"request_id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e7f74cb8-58a1-47aa-8983-a50e7eed67be"},{"id":"f960f161-b7c5-4295-ac39-4ae547b4b97d","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"california\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f960f161-b7c5-4295-ac39-4ae547b4b97d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e5a07a03-5527-4209-99a1-93be5a53a328"},{"name":"Re-Upload Transcript Consent Signed PDF when Rejected","id":"4ed66abf-3de1-44d1-8c06-3091a20373ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","update",":id",""],"variable":[{"id":"cbea9d42-4147-42a7-8b91-c08559ef04b0","key":"id","value":"<string>","description":"(Required) "}]},"description":"This api updates business tax transcript consent form pdf"},"response":[{"id":"a4472027-b6b6-485d-8ef8-41d53ee6fb3a","name":"consent uploaded","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","update",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"consent uploaded\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a4472027-b6b6-485d-8ef8-41d53ee6fb3a"},{"id":"d49426ce-8055-434c-af88-6bdcbb40ab34","name":"Forbidden can be one from the list","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","update",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d49426ce-8055-434c-af88-6bdcbb40ab34"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4ed66abf-3de1-44d1-8c06-3091a20373ff"},{"name":"Upload Tax Transcript Consent Signed PDF","id":"4c913e43-8569-4972-9d23-a77baee88d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","upload",""]},"description":"This API accepts the business tax transcript signed consent PDF"},"response":[{"id":"645ab7de-1ab8-476e-a583-a70eed3b06ec","name":"consent uploaded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","upload",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"consent uploaded\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-645ab7de-1ab8-476e-a583-a70eed3b06ec"},{"id":"253e92a5-a255-4b43-9744-1b6080e3e2e6","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"business_name","value":"<string>","type":"text"},{"key":"business_type","value":"<string>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"business_title","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","8821","upload",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-253e92a5-a255-4b43-9744-1b6080e3e2e6"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4c913e43-8569-4972-9d23-a77baee88d4f"},{"name":"Update Business Consent on Rejection","id":"e7dd4381-3525-4417-ad59-d44c10f4c0f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"connecticut\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","update",":id",""],"variable":[{"id":"e75e9ead-738d-49fa-96d9-4b85dd0e48a1","key":"id","value":"<string>","description":"(Required) "}]},"description":"This API facilitates the updating of consent data in the event of consent rejection."},"response":[{"id":"a2671cc1-c94b-47fe-b33a-b1b81f6938de","name":"Your request for data update is submitted.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"connecticut\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","update",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a2671cc1-c94b-47fe-b33a-b1b81f6938de"},{"id":"184375ab-3ae8-45a8-9528-3d7a082f92ca","name":"Forbidden can be one from the list","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"connecticut\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/business/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","business","update",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-184375ab-3ae8-45a8-9528-3d7a082f92ca"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e7dd4381-3525-4417-ad59-d44c10f4c0f3"},{"name":"Tax Transcript in JSON | Advanced","id":"3a019932-2164-4f11-a5cf-f294e24179ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"transcriptType\": \"<string>\",\n  \"transcriptForm\": \"<string>\",\n  \"transcriptPeriod\": \"<string>\",\n  \"tin\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/detail/?q=<string>&match_rate=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript","detail",""],"query":[{"key":"q","value":"<string>","description":"Enter search key"},{"key":"match_rate","value":"<number>","description":"Enter fuzzy match percentage for searching"}]},"description":"This api gives tax transcript details json"},"response":[{"id":"bf56d9d2-b48e-4f4b-b258-7e8ac4880630","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"transcriptType\": \"<string>\",\n  \"transcriptForm\": \"<string>\",\n  \"transcriptPeriod\": \"<string>\",\n  \"tin\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/detail/?q=<string>&match_rate=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript","detail",""],"query":[{"key":"q","value":"<string>","description":"Enter search key"},{"key":"match_rate","value":"<number>","description":"Enter fuzzy match percentage for searching"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tin\": \"<string>\",\n  \"form_number\": \"<string>\",\n  \"form_type\": \"<string>\",\n  \"tax_period\": \"<integer>\",\n  \"tax_year\": \"<integer>\",\n  \"created_by\": \"<string>\",\n  \"json_data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bf56d9d2-b48e-4f4b-b258-7e8ac4880630"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3a019932-2164-4f11-a5cf-f294e24179ed"},{"name":"Individual Pre-fill Data on Widget Link","id":"2be0acfb-dfcc-415e-991c-a0baa70210ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual",""]}},"response":[{"id":"1ab524a1-669b-4145-8657-cca446b6eb82","name":"Your request is submitted.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Draft successfully created!\",\n  \"success\": true,\n  \"data\": {\n    \"hosted_link\": \"<string>\",\n    \"request_id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1ab524a1-669b-4145-8657-cca446b6eb82"},{"id":"533d1284-cbbd-4304-85f2-d2b76f01cc1b","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"wyoming\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-533d1284-cbbd-4304-85f2-d2b76f01cc1b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2be0acfb-dfcc-415e-991c-a0baa70210ef"},{"name":"Re-Upload Transcript Consent Signed PDF when Rejected","id":"cf7b508c-dd33-448e-a6a2-3ce42597ea2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","update",":id",""],"variable":[{"id":"7413682e-c3aa-44bd-bcab-5ee98b61979b","key":"id","value":"<string>","description":"(Required) "}]},"description":"This api updates individual tax transcript consent form pdf"},"response":[{"id":"f58e1d8a-d73b-451f-b477-2f5962a5b172","name":"consent uploaded","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","update",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"consent uploaded\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f58e1d8a-d73b-451f-b477-2f5962a5b172"},{"id":"700a6a42-cda3-462c-b51d-be2e058ce95e","name":"Forbidden can be one from the list","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","update",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-700a6a42-cda3-462c-b51d-be2e058ce95e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-cf7b508c-dd33-448e-a6a2-3ce42597ea2f"},{"name":"Upload Tax Transcript Consent Signed PDF","id":"a9441e0d-f416-4618-bb39-0bf26f0122ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","upload",""]},"description":"This API accepts the individual tax transcript signed consent PDF"},"response":[{"id":"46eccebb-3f0c-4682-bb3a-9dfb90f71e15","name":"consent uploaded","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","upload",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"consent uploaded\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-46eccebb-3f0c-4682-bb3a-9dfb90f71e15"},{"id":"87745963-344a-4a82-bc6f-4ba3ab692a59","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"consent_pdf","value":"<string>","description":"(Required) ","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"email","value":"<email>","type":"text"},{"key":"address1","value":"<string>","type":"text"},{"key":"address2","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip","value":"<string>","type":"text"},{"key":"tin","value":"<string>","type":"text"},{"key":"mobile_number","value":"<string>","type":"text"},{"key":"webhook_urls","value":"<string>","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/8821/upload/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","8821","upload",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-87745963-344a-4a82-bc6f-4ba3ab692a59"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a9441e0d-f416-4618-bb39-0bf26f0122ff"},{"name":"Update Individual Consent on Rejection","id":"5452a5a0-62cb-444f-a77b-54ec5dd86580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"hawaii\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","update",":id",""],"variable":[{"id":"0c226f4e-1cbf-4087-b548-784625135207","key":"id","value":"<string>","description":"(Required) "}]},"description":"This API facilitates the updating of consent data in the event of consent rejection."},"response":[{"id":"60be8205-b67a-4493-9114-8e26e05aa099","name":"Your request for data update is submitted.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"hawaii\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","update",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-60be8205-b67a-4493-9114-8e26e05aa099"},{"id":"d505617a-6fcf-4d69-aa39-4f8d6c3e19b7","name":"Forbidden can be one from the list","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"hawaii\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"send_edit_link_to_taxpayer_on_rejection\": \"<boolean>\",\n  \"login_required\": \"<boolean>\",\n  \"redirect_url\": \"<string>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/transcript/individual/update/:id/","host":["{{baseUrl}}"],"path":["api","v1","transcript","individual","update",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d505617a-6fcf-4d69-aa39-4f8d6c3e19b7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5452a5a0-62cb-444f-a77b-54ec5dd86580"},{"name":"Tax Transcript in JSON","id":"c8d16358-ffe5-4de5-a6b8-e6d06cd38fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/transcript/:transcript_id/record/:record_id/json/?q=<string>&match_rate=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript",":transcript_id","record",":record_id","json",""],"query":[{"key":"q","value":"<string>","description":"Enter search key"},{"key":"match_rate","value":"<number>","description":"Enter fuzzy match percentage for searching"}],"variable":[{"id":"17fa199b-a841-4290-97ce-5ec604e68f69","key":"transcript_id","value":"<string>","description":"(Required) "},{"id":"c2b1f558-21c6-457d-bbbb-a9d8341dac8c","key":"record_id","value":"<string>","description":"(Required) "}]},"description":"This api gives tax transcript details json"},"response":[{"id":"18923a09-eea1-400b-b170-04ecb85313d8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/transcript/:transcript_id/record/:record_id/json/?q=<string>&match_rate=<number>","host":["{{baseUrl}}"],"path":["api","v1","transcript",":transcript_id","record",":record_id","json",""],"query":[{"key":"q","value":"<string>","description":"Enter search key"},{"key":"match_rate","value":"<number>","description":"Enter fuzzy match percentage for searching"}],"variable":[{"key":"transcript_id"},{"key":"record_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tin\": \"<string>\",\n  \"form_number\": \"<string>\",\n  \"form_type\": \"<string>\",\n  \"tax_period\": \"<integer>\",\n  \"tax_year\": \"<integer>\",\n  \"created_by\": \"<string>\",\n  \"json_data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-18923a09-eea1-400b-b170-04ecb85313d8"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c8d16358-ffe5-4de5-a6b8-e6d06cd38fc7"}],"id":"ffb596e0-b489-4fd3-ab24-221687437df1","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:31.000Z","uid":"18378965-ffb596e0-b489-4fd3-ab24-221687437df1"},{"name":"CriminalCase","item":[{"name":"Retrieve All Requests","id":"f746feb8-df95-4e90-9334-88d6b8848fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve All Requests"},"response":[{"id":"e6c3bc3b-3684-4f32-87da-9e23994e9db1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"party_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"case_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e6c3bc3b-3684-4f32-87da-9e23994e9db1"},{"id":"3051bb16-8f57-4d53-bde0-8fd7baf87047","name":"Invalid data","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3051bb16-8f57-4d53-bde0-8fd7baf87047"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f746feb8-df95-4e90-9334-88d6b8848fcb"},{"name":"New Search Request","id":"c5849838-2a83-45bd-ac39-8dcc35c2f4bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""]},"description":"New Search Request"},"response":[{"id":"152aaf74-e8e4-410d-a401-63840328a298","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"search_type\": \"party_search\",\n  \"status\": \"error\",\n  \"created_by\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"case_number\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-152aaf74-e8e4-410d-a401-63840328a298"},{"id":"f9096c5f-67a2-4700-ae53-58635065c047","name":"Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f9096c5f-67a2-4700-ae53-58635065c047"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c5849838-2a83-45bd-ac39-8dcc35c2f4bf"},{"name":"Retrieve Request Details","id":"a71bc550-2fdf-4ebd-9460-618267135097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"a7224104-e42d-4366-bf56-e10ed320eff5","key":"id","value":"<string>","description":"(Required) "}]},"description":"Retrieve Request Details"},"response":[{"id":"311e21cd-398b-4acf-871a-5fa8438265ff","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"case_id\": \"<string>\",\n    \"court_id\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<string>\",\n    \"case_number_full\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"date_termed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"nature_of_suit\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"case_id\": \"<string>\",\n    \"court_id\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<string>\",\n    \"case_number_full\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"date_termed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"nature_of_suit\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-311e21cd-398b-4acf-871a-5fa8438265ff"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a71bc550-2fdf-4ebd-9460-618267135097"},{"name":"Retrieve Result Details","id":"b00182f6-fddf-4d13-81f5-e8885e029327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",":id","record",":rid",""],"variable":[{"id":"3c98287d-64f8-4e8e-981c-83a6a662540f","key":"id","value":"<string>","description":"(Required) "},{"id":"129af692-a60b-4e4c-a4c4-8f48b45c8625","key":"rid","value":"<string>","description":"(Required) "}]},"description":"Retrieve Result Details"},"response":[{"id":"67ebd495-4adb-498c-93fa-a9443dfc0e05","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/criminalcase/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","criminalcase",":id","record",":rid",""],"variable":[{"key":"id"},{"key":"rid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"case_id\": \"<string>\",\n  \"court_id\": \"<string>\",\n  \"case_year\": \"<string>\",\n  \"case_number\": \"<string>\",\n  \"case_number_full\": \"<string>\",\n  \"case_title\": \"<string>\",\n  \"case_type\": \"<string>\",\n  \"date_filed\": \"<date>\",\n  \"date_termed\": \"<date>\",\n  \"jurisdiction_type\": \"<string>\",\n  \"nature_of_suit\": \"<string>\",\n  \"match_percentage\": \"<integer>\",\n  \"party_name\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-67ebd495-4adb-498c-93fa-a9443dfc0e05"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b00182f6-fddf-4d13-81f5-e8885e029327"}],"id":"131775f3-aac0-4d7f-8306-3904b65ff943","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:44.000Z","uid":"18378965-131775f3-aac0-4d7f-8306-3904b65ff943"},{"name":"Bankruptcy","item":[{"name":"Retrieve All Requests","id":"d69b5d2f-590a-47d9-9f2a-1618779992d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve All Requests"},"response":[{"id":"5ca4e7a1-cd14-4472-b9e3-e8a72ad3d953","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"party_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"case_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5ca4e7a1-cd14-4472-b9e3-e8a72ad3d953"},{"id":"be4c6c56-676e-4635-94a6-9ddcedfad8c2","name":"Invalid data","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-be4c6c56-676e-4635-94a6-9ddcedfad8c2"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d69b5d2f-590a-47d9-9f2a-1618779992d8"},{"name":"New Search Request","id":"593d8662-5134-4a4a-a61a-037a531d78da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""]},"description":"New Search Request"},"response":[{"id":"6153a193-419d-406f-9dcc-574deb202c8e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"search_type\": \"party_search\",\n  \"status\": \"error\",\n  \"created_by\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"case_number\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6153a193-419d-406f-9dcc-574deb202c8e"},{"id":"c8aa3bdc-b399-445d-b068-1f2d89488629","name":"Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c8aa3bdc-b399-445d-b068-1f2d89488629"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-593d8662-5134-4a4a-a61a-037a531d78da"},{"name":"Retrieve Request Details","id":"4d000460-20ba-48c9-8ce0-385dc3870b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"c946d710-c3ed-4fa6-a211-daed05558203","key":"id","value":"<string>","description":"(Required) "}]},"description":"Retrieve Request Details"},"response":[{"id":"364dbf81-0036-452e-9d0f-be358dd33ff3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"court_id\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<integer>\",\n    \"case_number_full\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"bankruptcy_chapter\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"court_id\": \"<string>\",\n    \"case_id\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<integer>\",\n    \"case_number_full\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"bankruptcy_chapter\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-364dbf81-0036-452e-9d0f-be358dd33ff3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4d000460-20ba-48c9-8ce0-385dc3870b3e"},{"name":"Retrieve Result Details","id":"17a84759-d0c6-4be7-ab10-8cfa89d51d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",":id","record",":rid",""],"variable":[{"id":"63ddb487-43a5-4593-a2d2-a05a35b113ac","key":"id","value":"<string>","description":"(Required) "},{"id":"3209d0ac-0836-4708-a601-8af39db47cc0","key":"rid","value":"<string>","description":"(Required) "}]},"description":"Retrieve Result Details"},"response":[{"id":"e9a6c951-de80-4224-b015-06e78076d5d9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/bankruptcy/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","bankruptcy",":id","record",":rid",""],"variable":[{"key":"id"},{"key":"rid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"court_id\": \"<string>\",\n  \"case_id\": \"<string>\",\n  \"case_title\": \"<string>\",\n  \"case_type\": \"<string>\",\n  \"case_year\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"case_number_full\": \"<string>\",\n  \"date_filed\": \"<date>\",\n  \"jurisdiction_type\": \"<string>\",\n  \"bankruptcy_chapter\": \"<string>\",\n  \"match_percentage\": \"<integer>\",\n  \"party_name\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e9a6c951-de80-4224-b015-06e78076d5d9"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-17a84759-d0c6-4be7-ab10-8cfa89d51d86"}],"id":"aa9af5e0-8930-49f3-875d-ead63b9b5296","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:44.000Z","uid":"18378965-aa9af5e0-8930-49f3-875d-ead63b9b5296"},{"name":"Lawsuit","item":[{"name":"Retrieve All Requests","id":"928d2577-21e3-4374-b5e6-91c7b8c5a491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Retrieve All Requests"},"response":[{"id":"9a256bb1-9594-497f-88e8-30dd21aac0da","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"party_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"search_type\": \"case_search\",\n    \"status\": \"pending\",\n    \"created_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"id\": \"<integer>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"case_number\": \"<integer>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9a256bb1-9594-497f-88e8-30dd21aac0da"},{"id":"b914c054-f3b2-49f9-83fa-27ad2b8c5128","name":"Invalid data","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b914c054-f3b2-49f9-83fa-27ad2b8c5128"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-928d2577-21e3-4374-b5e6-91c7b8c5a491"},{"name":"New Search Request","id":"41281d01-eee3-42f8-be65-516326c88218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""]},"description":"New Search Request"},"response":[{"id":"919de655-31df-416e-91e6-a6835635ebb9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"search_type\": \"party_search\",\n  \"status\": \"error\",\n  \"created_by\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"updated_at\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"case_number\": \"<integer>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-919de655-31df-416e-91e6-a6835635ebb9"},{"id":"2978e045-f0ea-409d-a8e6-95bd824658ca","name":"Invalid data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"name\": \"<string>\",\n  \"case_number\": \"<integer>\",\n  \"search_type\": \"party_search\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"success\": false,\n  \"data\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2978e045-f0ea-409d-a8e6-95bd824658ca"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-41281d01-eee3-42f8-be65-516326c88218"},{"name":"Retrieve Request Details","id":"57bced06-ebbf-45be-bc14-49f9228606f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"57310ea7-3ee9-4f5a-a29d-623b5daef4c5","key":"id","value":"<string>","description":"(Required) "}]},"description":"Retrieve Request Details"},"response":[{"id":"458222fe-f8ed-4523-a38e-e24482b5111b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/:id/?page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",":id",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"case_id\": \"<string>\",\n    \"court_id\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<string>\",\n    \"case_number_full\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"date_termed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"nature_of_suit\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"case_id\": \"<string>\",\n    \"court_id\": \"<string>\",\n    \"case_year\": \"<string>\",\n    \"case_number\": \"<string>\",\n    \"case_number_full\": \"<string>\",\n    \"case_title\": \"<string>\",\n    \"case_type\": \"<string>\",\n    \"date_filed\": \"<date>\",\n    \"date_termed\": \"<date>\",\n    \"jurisdiction_type\": \"<string>\",\n    \"nature_of_suit\": \"<string>\",\n    \"match_percentage\": \"<integer>\",\n    \"party_name\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-458222fe-f8ed-4523-a38e-e24482b5111b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-57bced06-ebbf-45be-bc14-49f9228606f2"},{"name":"Retrieve Result Details","id":"e2f6010e-5e84-4d64-9965-fabbd33f6d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",":id","record",":rid",""],"variable":[{"id":"4284a5d2-91c2-48be-ac19-40952e0561cf","key":"id","value":"<string>","description":"(Required) "},{"id":"0bb3487e-140c-4392-8c34-b965c0ec0eef","key":"rid","value":"<string>","description":"(Required) "}]},"description":"Retrieve Result Details"},"response":[{"id":"268cb74c-8b28-41e8-bade-aefdb49fb690","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/lawsuit/:id/record/:rid/","host":["{{baseUrl}}"],"path":["api","v1","lawsuit",":id","record",":rid",""],"variable":[{"key":"id"},{"key":"rid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"case_id\": \"<string>\",\n  \"court_id\": \"<string>\",\n  \"case_year\": \"<string>\",\n  \"case_number\": \"<string>\",\n  \"case_number_full\": \"<string>\",\n  \"case_title\": \"<string>\",\n  \"case_type\": \"<string>\",\n  \"date_filed\": \"<date>\",\n  \"date_termed\": \"<date>\",\n  \"jurisdiction_type\": \"<string>\",\n  \"nature_of_suit\": \"<string>\",\n  \"match_percentage\": \"<integer>\",\n  \"party_name\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-268cb74c-8b28-41e8-bade-aefdb49fb690"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e2f6010e-5e84-4d64-9965-fabbd33f6d64"}],"id":"5595a639-5f65-46bf-80ad-fa3a57031e27","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:44.000Z","uid":"18378965-5595a639-5f65-46bf-80ad-fa3a57031e27"},{"name":"Income Verification","item":[{"name":"Get All Income verification Records","id":"75ac66c7-6744-44a6-bdd9-d6533ed04ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get All Income verification Records"},"response":[{"id":"fad570af-0aac-41af-8d79-d347ffcc3ee9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": \"<string>\",\n  \"data\": \"<string>\",\n  \"consent_status\": \"<string>\",\n  \"consent_link\": \"<string>\",\n  \"report_status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"pdf_link\": \"<string>\",\n  \"rejection_reason\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fad570af-0aac-41af-8d79-d347ffcc3ee9"},{"id":"2d297dec-b997-4f1f-bbaa-60aa34acbe87","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2d297dec-b997-4f1f-bbaa-60aa34acbe87"},{"id":"8607122d-1792-4d6e-81a5-17bdb02291cc","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8607122d-1792-4d6e-81a5-17bdb02291cc"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-75ac66c7-6744-44a6-bdd9-d6533ed04ee0"},{"name":"Create Income Verification Record","id":"26d5d6b0-6395-465b-8c00-86b55744059c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"individual_tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ],\n  \"look_back_years\": 3,\n  \"total_income\": [\n    {\n      \"elit4\": \"<string>\",\n      \"Duis49\": \"<string>\",\n      \"commodo6e2\": \"<string>\"\n    },\n    {\n      \"et_116\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/income-verification/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""]}},"response":[{"id":"5d65c63c-c178-4092-b4b0-7a947bf64f40","name":"Your request is submitted.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"individual_tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ],\n  \"look_back_years\": 3,\n  \"total_income\": [\n    {\n      \"elit4\": \"<string>\",\n      \"Duis49\": \"<string>\",\n      \"commodo6e2\": \"<string>\"\n    },\n    {\n      \"et_116\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/income-verification/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Draft successfully created!\",\n  \"success\": true,\n  \"data\": {\n    \"hosted_link\": \"<string>\",\n    \"request_id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5d65c63c-c178-4092-b4b0-7a947bf64f40"},{"id":"e5c722c8-694d-4548-b925-85a40477939e","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"individual_tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"webhook_urls\": [\n    \"<uri>\",\n    \"<uri>\"\n  ],\n  \"look_back_years\": 3,\n  \"total_income\": [\n    {\n      \"elit4\": \"<string>\",\n      \"Duis49\": \"<string>\",\n      \"commodo6e2\": \"<string>\"\n    },\n    {\n      \"et_116\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/income-verification/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e5c722c8-694d-4548-b925-85a40477939e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-26d5d6b0-6395-465b-8c00-86b55744059c"},{"name":"Get Income verification Record by ID","id":"57915953-11f9-49d8-92fc-7aca0839466f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",":id",""],"variable":[{"id":"49432201-d3c5-49e9-bcc4-a4605d188954","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get Income verification Record by ID"},"response":[{"id":"d7ea2c5a-e9dd-4f78-b581-a936c41a496e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"request_data\": \"<string>\",\n  \"data\": \"<string>\",\n  \"consent_status\": \"<string>\",\n  \"consent_link\": \"<string>\",\n  \"report_status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"pdf_link\": \"<string>\",\n  \"rejection_reason\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d7ea2c5a-e9dd-4f78-b581-a936c41a496e"},{"id":"dc935df6-b653-4bda-9a2d-24a36fd67677","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dc935df6-b653-4bda-9a2d-24a36fd67677"},{"id":"7e3cb42f-0884-4f7c-9ae9-ddc9d9655fca","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/income-verification/:id/","host":["{{baseUrl}}"],"path":["api","v1","income-verification",":id",""],"variable":[{"key":"id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7e3cb42f-0884-4f7c-9ae9-ddc9d9655fca"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-57915953-11f9-49d8-92fc-7aca0839466f"}],"id":"e331eb40-5b37-49dc-b0e9-48e0b8b5a1bd","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:48:44.000Z","uid":"18378965-e331eb40-5b37-49dc-b0e9-48e0b8b5a1bd"},{"name":"BOI","item":[{"name":"BOI Reporting | Initiate","item":[{"name":"GET Request to see all the BOI Submissions","id":"c80ffab6-9f74-4828-b66c-a77145142b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get All BOI Reporting"},"response":[{"id":"96784067-83eb-4fdf-80cd-cb25e8d677b7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"result\": \"<string>\",\n    \"beneficial_owner_url\": \"<string>\",\n    \"company_applicant_url\": \"<string>\",\n    \"user\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"filing_type\": \"initial_report\",\n    \"existing_legal_name\": \"<string>\",\n    \"existing_tax_identification_type\": \"ein\",\n    \"existing_country_jurisdiction\": \"<string>\",\n    \"existing_tax_identification_number\": \"<string>\",\n    \"request_fincen_id\": \"<boolean>\",\n    \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n    \"existing_reporting_company\": \"<boolean>\",\n    \"legal_name\": \"<string>\",\n    \"alternate_name\": {},\n    \"tax_identification_type\": \"foreign\",\n    \"country_jurisdiction\": \"<string>\",\n    \"tax_identification_number\": \"<string>\",\n    \"country_or_jurisdiction_of_formation\": \"<string>\",\n    \"state_of_formation\": \"<string>\",\n    \"tribal_jurisdiction_of_formation\": \"<string>\",\n    \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"us_or_us_territory\": \"MP\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"status\": \"rejected\",\n    \"rejection_reason\": \"<string>\",\n    \"consent\": \"<boolean>\",\n    \"webhook_urls\": {}\n  },\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"result\": \"<string>\",\n    \"beneficial_owner_url\": \"<string>\",\n    \"company_applicant_url\": \"<string>\",\n    \"user\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"email\": \"<email>\",\n    \"filing_type\": \"initial_report\",\n    \"existing_legal_name\": \"<string>\",\n    \"existing_tax_identification_type\": \"ssn_itin\",\n    \"existing_country_jurisdiction\": \"<string>\",\n    \"existing_tax_identification_number\": \"<string>\",\n    \"request_fincen_id\": \"<boolean>\",\n    \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n    \"existing_reporting_company\": \"<boolean>\",\n    \"legal_name\": \"<string>\",\n    \"alternate_name\": {},\n    \"tax_identification_type\": \"ein\",\n    \"country_jurisdiction\": \"<string>\",\n    \"tax_identification_number\": \"<string>\",\n    \"country_or_jurisdiction_of_formation\": \"<string>\",\n    \"state_of_formation\": \"<string>\",\n    \"tribal_jurisdiction_of_formation\": \"<string>\",\n    \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"us_or_us_territory\": \"PW\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"status\": \"accepted\",\n    \"rejection_reason\": \"<string>\",\n    \"consent\": \"<boolean>\",\n    \"webhook_urls\": {}\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-96784067-83eb-4fdf-80cd-cb25e8d677b7"},{"id":"2f9cff1d-b77f-4102-beec-d60495db0d2e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2f9cff1d-b77f-4102-beec-d60495db0d2e"},{"id":"6b290cdd-8d71-4df4-9261-e12af969f2ee","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6b290cdd-8d71-4df4-9261-e12af969f2ee"},{"id":"06171689-1960-4519-9a4b-011889a78637","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-06171689-1960-4519-9a4b-011889a78637"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c80ffab6-9f74-4828-b66c-a77145142b04"},{"name":"Initiate","id":"50735635-9c1d-4e0a-8a14-291f5814662d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]},"description":"Initiate BOI Reporting"},"response":[{"id":"e714cbd0-2888-4652-a075-5c2bfd307f48","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"result\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"filing_type\": \"initial_report\",\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"legal_name\": \"<string>\",\n  \"alternate_name\": {},\n  \"tax_identification_type\": \"ssn_itin\",\n  \"country_jurisdiction\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"us_or_us_territory\": \"PW\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"webhook_urls\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e714cbd0-2888-4652-a075-5c2bfd307f48"},{"id":"16f701b8-3dd1-4d53-9ffa-bbbac3a86c2e","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-16f701b8-3dd1-4d53-9ffa-bbbac3a86c2e"},{"id":"9b239a31-f626-46d7-a8a9-a33f36fc813d","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9b239a31-f626-46d7-a8a9-a33f36fc813d"},{"id":"b04d1b0e-b003-494f-888a-95ca1abafa0b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b04d1b0e-b003-494f-888a-95ca1abafa0b"},{"id":"ee1dc95e-6b45-40eb-ae23-aeccbb98fcbb","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/","host":["{{baseUrl}}"],"path":["api","v1","boi",""]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ee1dc95e-6b45-40eb-ae23-aeccbb98fcbb"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-50735635-9c1d-4e0a-8a14-291f5814662d"},{"name":"GET Submission Data By ID","id":"b03c7d64-ee23-4712-a43b-28a22c3113fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"id":"1fd9146d-b894-4581-a1ad-fa245d24a220","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Get BOIR Submission with ID"},"response":[{"id":"fe909a48-efbf-4051-a95e-7fe2d3599128","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"filing_type\": \"initial_report\",\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"foreign\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"legal_name\": \"<string>\",\n  \"alternate_name\": {},\n  \"tax_identification_type\": \"ein\",\n  \"country_jurisdiction\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"us_or_us_territory\": \"PR\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"status\": \"accepted\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\",\n  \"webhook_urls\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fe909a48-efbf-4051-a95e-7fe2d3599128"},{"id":"4730419a-fb86-476c-abe2-38fa3c31d68d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4730419a-fb86-476c-abe2-38fa3c31d68d"},{"id":"bb751f00-525d-4d39-a8b8-1fef611a0ef5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bb751f00-525d-4d39-a8b8-1fef611a0ef5"},{"id":"657ffd67-7b48-4a21-9beb-2f9e94679938","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-657ffd67-7b48-4a21-9beb-2f9e94679938"},{"id":"d17e989a-a1e2-4b3c-9086-cc95d582754a","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d17e989a-a1e2-4b3c-9086-cc95d582754a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b03c7d64-ee23-4712-a43b-28a22c3113fc"},{"name":"Update the Data","id":"61bd5562-31fe-44b4-a875-119848676c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"id":"df002c21-d1f3-4c05-8f67-bbd2b2813d2c","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Update BOI Data"},"response":[{"id":"0a3b6815-9d16-4e25-bd74-c9eda58ee6c5","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"result\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"filing_type\": \"initial_report\",\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"legal_name\": \"<string>\",\n  \"alternate_name\": {},\n  \"tax_identification_type\": \"ssn_itin\",\n  \"country_jurisdiction\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"us_or_us_territory\": \"PW\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"webhook_urls\": {}\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0a3b6815-9d16-4e25-bd74-c9eda58ee6c5"},{"id":"ae1e4765-4cc3-4c81-be73-3695085518f0","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ae1e4765-4cc3-4c81-be73-3695085518f0"},{"id":"64d46c37-96e0-4b3f-ab33-d1a01f02ad6c","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-64d46c37-96e0-4b3f-ab33-d1a01f02ad6c"},{"id":"6f0b673c-ab8a-49a0-967a-cd0698a05861","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6f0b673c-ab8a-49a0-967a-cd0698a05861"},{"id":"fb91d68e-fa75-4cb8-a5a2-83b2bdc547fb","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"filing_type\": \"update_prior_report\",\n  \"foreign_pooled_investment_vehicle\": \"<boolean>\",\n  \"existing_reporting_company\": \"<boolean>\",\n  \"tax_identification_type\": \"foreign\",\n  \"us_or_us_territory\": \"MP\",\n  \"country_or_jurisdiction_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"legal_name\": \"<string>\",\n  \"tax_identification_number\": \"<string>\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"result\": \"<string>\",\n  \"beneficial_owner_url\": \"<string>\",\n  \"company_applicant_url\": \"<string>\",\n  \"user\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"alternate_name\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"existing_legal_name\": \"<string>\",\n  \"existing_tax_identification_type\": \"ein\",\n  \"existing_country_jurisdiction\": \"<string>\",\n  \"existing_tax_identification_number\": \"<string>\",\n  \"request_fincen_id\": \"<boolean>\",\n  \"country_jurisdiction\": \"<string>\",\n  \"state_of_formation\": \"<string>\",\n  \"tribal_jurisdiction_of_formation_description\": \"<string>\",\n  \"status\": \"collected\",\n  \"rejection_reason\": \"<string>\",\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fb91d68e-fa75-4cb8-a5a2-83b2bdc547fb"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-61bd5562-31fe-44b4-a875-119848676c86"}],"id":"3cb32d80-d3ec-44e5-9fe2-c8d8d4355bcd","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-3cb32d80-d3ec-44e5-9fe2-c8d8d4355bcd"},{"name":"BOI Reporting | Beneficial Owner","item":[{"name":"Add a Beneficial Owner to a BOI Submission","id":"a18979f5-d93f-4710-b51c-3974055ab8f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"id":"c9933e1c-f411-4a30-ba18-a8aa64766c5e","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Post Beneficial Owner Details"},"response":[{"id":"d26e28fc-1afc-40bf-b64c-f6a0eff40351","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"NG\",\n  \"identifying_document_type\": \"foreign_passport\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"LV\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Iliamna\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\",\n  \"exempt_entity\": \"<boolean>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d26e28fc-1afc-40bf-b64c-f6a0eff40351"},{"id":"c9cddd75-4eba-429f-a65a-c1fe6a73ab6f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c9cddd75-4eba-429f-a65a-c1fe6a73ab6f"},{"id":"8f2bac67-ebe0-4eb4-82e2-622c61ccf00c","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8f2bac67-ebe0-4eb4-82e2-622c61ccf00c"},{"id":"aac86773-a605-4396-8837-5c8edec7bba3","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-aac86773-a605-4396-8837-5c8edec7bba3"},{"id":"d98f162c-e81f-4966-8286-de233d854a23","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d98f162c-e81f-4966-8286-de233d854a23"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a18979f5-d93f-4710-b51c-3974055ab8f1"},{"name":"GET Beneficial Owner Data By ID & BOI ID","id":"1100e4d6-ab9a-4ef2-b31d-c7e17af00da2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"id":"352918f0-af60-48e9-a142-136ad5758fa9","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"f45d940a-adb6-4e4e-89e7-f9501d2ffbc1","key":"beneficial_owner_id","value":"<string>","description":"(Required) "}]},"description":"Get Beneficial Owner Details with ID"},"response":[{"id":"946654da-a2d6-4368-b6f0-c79f40ed1bce","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"NG\",\n  \"identifying_document_type\": \"foreign_passport\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"LV\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Iliamna\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\",\n  \"exempt_entity\": \"<boolean>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-946654da-a2d6-4368-b6f0-c79f40ed1bce"},{"id":"d5048028-4e78-46c1-8e28-f40d89bd7f29","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d5048028-4e78-46c1-8e28-f40d89bd7f29"},{"id":"c9ed57be-4d89-4011-877c-6043b699ad06","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c9ed57be-4d89-4011-877c-6043b699ad06"},{"id":"626e1fc9-bd7c-4cc8-a551-0c3474f4ce2b","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-626e1fc9-bd7c-4cc8-a551-0c3474f4ce2b"},{"id":"6c07207c-1e40-4056-827d-620b4b6b701a","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6c07207c-1e40-4056-827d-620b4b6b701a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-1100e4d6-ab9a-4ef2-b31d-c7e17af00da2"},{"name":"Update a Beneficial Owner By BOI ID","id":"8692d47b-0c42-49a9-9a61-adfb914ae8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"id":"9f476089-636b-4e08-b656-8204d7d89fe8","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"6dfbacf3-d4e8-4c9a-899a-930a4be06307","key":"beneficial_owner_id","value":"<string>","description":"(Required) "}]},"description":"Update Beneficial Owner Details with ID"},"response":[{"id":"84f10edf-8bf5-43de-ae3b-cec3dd90b398","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"NG\",\n  \"identifying_document_type\": \"foreign_passport\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"LV\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Iliamna\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\",\n  \"exempt_entity\": \"<boolean>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-84f10edf-8bf5-43de-ae3b-cec3dd90b398"},{"id":"dfedee7f-7642-45a1-953a-9180ebc2ede9","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dfedee7f-7642-45a1-953a-9180ebc2ede9"},{"id":"e22e770e-ab08-409e-af2d-13bf7de9f22b","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e22e770e-ab08-409e-af2d-13bf7de9f22b"},{"id":"c23d38e3-7169-45aa-8e8d-9a696c6740d8","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c23d38e3-7169-45aa-8e8d-9a696c6740d8"},{"id":"dc944d37-0ed5-4471-a8be-88ff2df737c8","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"exempt_entity\": \"<boolean>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"TK\",\n  \"identifying_document_type\": \"us_passport\",\n  \"identifying_document_local_tribe\": \"Confederated Coos\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"residential_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"WS\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\",\n  \"parent_information_for_minor_child\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dc944d37-0ed5-4471-a8be-88ff2df737c8"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-8692d47b-0c42-49a9-9a61-adfb914ae8f3"},{"name":"Delete a Beneficial Owner By BOI ID","id":"5ba55104-d6cd-4e65-8251-14ed44ec113c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"id":"e956c37f-656e-4177-aa07-b273da971d77","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"774fc85c-4152-4af7-bdca-6d8cd3cc123c","key":"beneficial_owner_id","value":"<string>","description":"(Required) "}]},"description":"Delete Beneficial Owner Details with ID"},"response":[{"id":"8b3e40ae-7a10-44a5-8ab0-7dd8779d1cc4","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"<string>\",\n  \"data\": \"<string>\",\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8b3e40ae-7a10-44a5-8ab0-7dd8779d1cc4"},{"id":"ba8cf573-672f-4309-9ab3-b3b164819047","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ba8cf573-672f-4309-9ab3-b3b164819047"},{"id":"b354cd31-460a-4d22-afab-5260866f5019","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b354cd31-460a-4d22-afab-5260866f5019"},{"id":"8b48904b-2bd3-47ea-9ad5-c427c6cf2353","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8b48904b-2bd3-47ea-9ad5-c427c6cf2353"},{"id":"7f10a623-8d84-431a-a455-4920de2175cb","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owner/:beneficial_owner_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owner",":beneficial_owner_id",""],"variable":[{"key":"boir_id"},{"key":"beneficial_owner_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7f10a623-8d84-431a-a455-4920de2175cb"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5ba55104-d6cd-4e65-8251-14ed44ec113c"},{"name":"GET All Beneficial Owners By BOI ID","id":"95dbdebf-7a3a-48d5-bcc2-a13e7ff8487d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"1aa14f1e-0fec-4ba8-9acf-e2d3a586a726","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Get All Beneficial Owner Details"},"response":[{"id":"dd5ba6d7-0d0e-4c62-9fd3-e80bcf71d53c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"fincen_id\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"suffix\": \"<string>\",\n    \"date_of_birth\": \"<date>\",\n    \"address_type\": \"business_address\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"country_jurisdiction\": \"HK\",\n    \"identifying_document_type\": \"state_issued_drivers_license\",\n    \"identifying_document_number\": \"<string>\",\n    \"identifying_document_country_jurisdiction\": \"CO\",\n    \"identifying_document_other_local_tribal_description\": \"<string>\",\n    \"identifying_document_state\": \"<string>\",\n    \"identifying_document_local_tribe\": \"Ouzinkie\",\n    \"file_token\": \"<string>\",\n    \"send_email_to_fill\": \"<boolean>\",\n    \"email\": \"<email>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"fincen_id\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"suffix\": \"<string>\",\n    \"date_of_birth\": \"<date>\",\n    \"address_type\": \"residential_address\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"country_jurisdiction\": \"CM\",\n    \"identifying_document_type\": \"state_local_tribe_issued_id\",\n    \"identifying_document_number\": \"<string>\",\n    \"identifying_document_country_jurisdiction\": \"UA\",\n    \"identifying_document_other_local_tribal_description\": \"<string>\",\n    \"identifying_document_state\": \"<string>\",\n    \"identifying_document_local_tribe\": \"Federated Indians of Graton\",\n    \"file_token\": \"<string>\",\n    \"send_email_to_fill\": \"<boolean>\",\n    \"email\": \"<email>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dd5ba6d7-0d0e-4c62-9fd3-e80bcf71d53c"},{"id":"a6d90427-41e5-42d0-b16f-3178e8a4e7f9","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a6d90427-41e5-42d0-b16f-3178e8a4e7f9"},{"id":"defc6611-a766-41a1-9822-2bd1fbb7ad65","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-defc6611-a766-41a1-9822-2bd1fbb7ad65"},{"id":"0de663ae-c551-4281-92c9-dafcbfb63d2e","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0de663ae-c551-4281-92c9-dafcbfb63d2e"},{"id":"b2799977-69f0-42df-9841-f4a7c08325fc","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/beneficial-owners/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","beneficial-owners",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b2799977-69f0-42df-9841-f4a7c08325fc"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-95dbdebf-7a3a-48d5-bcc2-a13e7ff8487d"}],"id":"15a97e58-0110-40c4-a5ca-128b6ea2c2eb","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-15a97e58-0110-40c4-a5ca-128b6ea2c2eb"},{"name":"BOI Reporting | Company Applicant","item":[{"name":"Add a Company Applicant to a BOI Submission","id":"a77ea355-62f0-423e-80b2-c95f353b2155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"id":"5805ebe6-6562-4281-b92c-407ccdfc7868","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Post Company Applicant Details"},"response":[{"id":"4075c5d6-bfc7-4e16-9c08-5a0fafdb0cea","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"BM\",\n  \"identifying_document_type\": \"state_local_tribe_issued_id\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"CO\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Nottawaseppi Potawatomi\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4075c5d6-bfc7-4e16-9c08-5a0fafdb0cea"},{"id":"3d8a2781-9bb4-418e-8d31-0f4df142fb06","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3d8a2781-9bb4-418e-8d31-0f4df142fb06"},{"id":"f952ae30-f188-4b30-89d8-8ddbfc68fbad","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f952ae30-f188-4b30-89d8-8ddbfc68fbad"},{"id":"9c689df4-d493-4f56-b08a-b96e48ba420b","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9c689df4-d493-4f56-b08a-b96e48ba420b"},{"id":"9a247afe-3a81-4d10-8ae6-b8585d7907ec","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9a247afe-3a81-4d10-8ae6-b8585d7907ec"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a77ea355-62f0-423e-80b2-c95f353b2155"},{"name":"Get a Company Applicant Data By ID & BOI ID","id":"b0037002-741b-4fb2-b3a7-3ce290cab6b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"id":"5d14250a-9582-47fc-ac76-15d881657edf","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"c46131bc-6f0d-44d1-b931-af716a55cdfe","key":"company_applicant_id","value":"<string>","description":"(Required) "}]},"description":"Get Company Applicant Details with ID"},"response":[{"id":"5ef770af-a20e-48cb-8f97-5cd93059b7d0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"BM\",\n  \"identifying_document_type\": \"state_local_tribe_issued_id\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"CO\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Nottawaseppi Potawatomi\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5ef770af-a20e-48cb-8f97-5cd93059b7d0"},{"id":"eebcc835-9fcc-4ab1-905f-24384edb5a81","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-eebcc835-9fcc-4ab1-905f-24384edb5a81"},{"id":"e087d349-275a-4c2a-b59f-a2ff24745b37","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e087d349-275a-4c2a-b59f-a2ff24745b37"},{"id":"d092cea4-addd-4f91-b47e-4b35c6674a5a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d092cea4-addd-4f91-b47e-4b35c6674a5a"},{"id":"f3cc50ea-02d3-48f4-8dd4-cc4d067a95d9","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f3cc50ea-02d3-48f4-8dd4-cc4d067a95d9"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b0037002-741b-4fb2-b3a7-3ce290cab6b9"},{"name":"Update a Company Applicant By BOI ID","id":"a8c9299d-ff69-4335-a9e5-1354c87e0de6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"id":"de04be3d-0076-4d75-940d-bb7cd4dd3cc8","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"a7c3505d-5c30-4861-b216-0bca2ef16e13","key":"company_applicant_id","value":"<string>","description":"(Required) "}]},"description":"Update Company Applicant Details with ID"},"response":[{"id":"b3d5dd7e-4034-4ff6-b44a-f6dccc5ccaf6","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"fincen_id\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"country_jurisdiction\": \"BM\",\n  \"identifying_document_type\": \"state_local_tribe_issued_id\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"CO\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"identifying_document_local_tribe\": \"Nottawaseppi Potawatomi\",\n  \"file_token\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"email\": \"<email>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b3d5dd7e-4034-4ff6-b44a-f6dccc5ccaf6"},{"id":"5bd3c089-ed1d-49ee-a188-1946531661dd","name":"Bad Request","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5bd3c089-ed1d-49ee-a188-1946531661dd"},{"id":"b50a4457-2483-4ae7-b078-26a85786974c","name":"Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b50a4457-2483-4ae7-b078-26a85786974c"},{"id":"2e4be513-97aa-4531-9141-078b7ec476c8","name":"Forbidden","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2e4be513-97aa-4531-9141-078b7ec476c8"},{"id":"4b3f816a-9f87-465d-9624-19278733f908","name":"Internal Server Error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"fincen_id\": \"<string>\",\n  \"send_email_to_fill\": \"<boolean>\",\n  \"country_jurisdiction\": \"CG\",\n  \"identifying_document_type\": \"state_issued_drivers_license\",\n  \"identifying_document_local_tribe\": \"Ugashik\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"created_date\": \"<string>\",\n  \"updated_date\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"suffix\": \"<string>\",\n  \"date_of_birth\": \"<date>\",\n  \"address_type\": \"business_address\",\n  \"address\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"identifying_document_number\": \"<string>\",\n  \"identifying_document_country_jurisdiction\": \"GR\",\n  \"identifying_document_other_local_tribal_description\": \"<string>\",\n  \"identifying_document_state\": \"<string>\",\n  \"file_token\": \"<string>\",\n  \"email\": \"<email>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4b3f816a-9f87-465d-9624-19278733f908"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a8c9299d-ff69-4335-a9e5-1354c87e0de6"},{"name":"Delete a Company Applicant By BOI ID","id":"b77fd994-3df5-4edf-aac3-3c14e49eeb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"id":"f7c55c0d-cee2-4b3b-bad1-0c970fd29aa2","key":"boir_id","value":"<string>","description":"(Required) "},{"id":"8556b26d-2240-41d3-af60-79de2a49b282","key":"company_applicant_id","value":"<string>","description":"(Required) "}]},"description":"Delete Company Applicant Details with ID"},"response":[{"id":"658d5102-7508-41c3-9379-0618a1c2243e","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"<string>\",\n  \"data\": \"<string>\",\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-658d5102-7508-41c3-9379-0618a1c2243e"},{"id":"3abe036b-938d-4b88-a76c-89546f992ceb","name":"Bad Request","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3abe036b-938d-4b88-a76c-89546f992ceb"},{"id":"64cf6251-aca7-46bd-80f5-4992bf440b10","name":"Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-64cf6251-aca7-46bd-80f5-4992bf440b10"},{"id":"5f30c201-3db2-4eba-92ff-4bb031a407fa","name":"Forbidden","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5f30c201-3db2-4eba-92ff-4bb031a407fa"},{"id":"fc56cd5c-c2da-49ed-85c4-2aa047f5a635","name":"Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicant/:company_applicant_id/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicant",":company_applicant_id",""],"variable":[{"key":"boir_id"},{"key":"company_applicant_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fc56cd5c-c2da-49ed-85c4-2aa047f5a635"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b77fd994-3df5-4edf-aac3-3c14e49eeb49"},{"name":"GET Request to see all the Submissions","id":"d7052f1e-41a1-447b-a8c2-eefae6317643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"3d8eab5c-7803-4f7b-a54e-9960b8901fe8","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Get All Company Applicant Details"},"response":[{"id":"1990951f-1945-44ce-9ce6-9837df4882de","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"fincen_id\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"suffix\": \"<string>\",\n    \"date_of_birth\": \"<date>\",\n    \"address_type\": \"business_address\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"country_jurisdiction\": \"HK\",\n    \"identifying_document_type\": \"state_issued_drivers_license\",\n    \"identifying_document_number\": \"<string>\",\n    \"identifying_document_country_jurisdiction\": \"CO\",\n    \"identifying_document_other_local_tribal_description\": \"<string>\",\n    \"identifying_document_state\": \"<string>\",\n    \"identifying_document_local_tribe\": \"Ouzinkie\",\n    \"file_token\": \"<string>\",\n    \"send_email_to_fill\": \"<boolean>\",\n    \"email\": \"<email>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"created_date\": \"<string>\",\n    \"updated_date\": \"<string>\",\n    \"first_name\": \"<string>\",\n    \"last_name\": \"<string>\",\n    \"fincen_id\": \"<string>\",\n    \"middle_name\": \"<string>\",\n    \"suffix\": \"<string>\",\n    \"date_of_birth\": \"<date>\",\n    \"address_type\": \"residential_address\",\n    \"address\": \"<string>\",\n    \"city\": \"<string>\",\n    \"state\": \"<string>\",\n    \"zip_code\": \"<string>\",\n    \"country_jurisdiction\": \"CM\",\n    \"identifying_document_type\": \"state_local_tribe_issued_id\",\n    \"identifying_document_number\": \"<string>\",\n    \"identifying_document_country_jurisdiction\": \"UA\",\n    \"identifying_document_other_local_tribal_description\": \"<string>\",\n    \"identifying_document_state\": \"<string>\",\n    \"identifying_document_local_tribe\": \"Federated Indians of Graton\",\n    \"file_token\": \"<string>\",\n    \"send_email_to_fill\": \"<boolean>\",\n    \"email\": \"<email>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1990951f-1945-44ce-9ce6-9837df4882de"},{"id":"8fa063eb-fc79-43ac-afee-b3dc97becbab","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8fa063eb-fc79-43ac-afee-b3dc97becbab"},{"id":"2f778755-b0d2-4c28-979e-131b1089d4c2","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2f778755-b0d2-4c28-979e-131b1089d4c2"},{"id":"840d90d9-7827-4faa-ac0a-26b2fb6e9b8a","name":"Forbidden","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-840d90d9-7827-4faa-ac0a-26b2fb6e9b8a"},{"id":"1cb43c00-1e32-46c4-8123-2bc61004823c","name":"Internal Server Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/company-applicants/?limit=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","company-applicants",""],"query":[{"key":"limit","value":"<number>"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1cb43c00-1e32-46c4-8123-2bc61004823c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d7052f1e-41a1-447b-a8c2-eefae6317643"}],"id":"7a7752d3-91d1-4c58-8f5c-24122320dc5a","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-7a7752d3-91d1-4c58-8f5c-24122320dc5a"},{"name":"BOI Reporting | Final Submit","item":[{"name":"Final Submit","id":"c7efb654-2070-499a-99ae-6df42e27ea6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"id":"2c2e67b9-6652-4d5a-8bdd-2ef3b2695ca9","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"Final Submit BOI"},"response":[{"id":"08d33645-c183-4e09-b24a-5e42b1c38eef","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"consent\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-08d33645-c183-4e09-b24a-5e42b1c38eef"},{"id":"df717342-dd70-41bf-bbc4-4b7e914b6826","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-df717342-dd70-41bf-bbc4-4b7e914b6826"},{"id":"1a284804-bc8e-4172-9c6e-40c6eba00a87","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1a284804-bc8e-4172-9c6e-40c6eba00a87"},{"id":"4826b943-e26d-4e95-b44e-fbf3066f4f6d","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4826b943-e26d-4e95-b44e-fbf3066f4f6d"},{"id":"8b77b0c5-bf9b-44f9-9a0b-cbe0d3798eb4","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"consent\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/final/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","final",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8b77b0c5-bf9b-44f9-9a0b-cbe0d3798eb4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c7efb654-2070-499a-99ae-6df42e27ea6b"}],"id":"51a00ac1-2725-45d7-925e-3a33eb243dcb","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-51a00ac1-2725-45d7-925e-3a33eb243dcb"},{"name":"BOI Reporting | Upload Document","item":[{"name":"Upload a Supporting Document to a BOI Submission","id":"f5bf6627-e931-4070-b524-c432a494d921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"id":"373fc5f9-7615-4c19-bc21-cb4c74f8746c","key":"boir_id","value":"<string>","description":"(Required) "}]},"description":"BOI Upload Document"},"response":[{"id":"ac7dd258-b0fa-4026-92bd-1f91512f2ae8","name":"Untitled 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: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"key":"boir_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reference_id\": \"<string>\",\n  \"file_token\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ac7dd258-b0fa-4026-92bd-1f91512f2ae8"},{"id":"c17fa24d-80a5-450e-a1c7-b44dbb57cadd","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"key":"boir_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c17fa24d-80a5-450e-a1c7-b44dbb57cadd"},{"id":"76c0318e-85a8-4860-958d-c421004c056a","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"key":"boir_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-76c0318e-85a8-4860-958d-c421004c056a"},{"id":"d91b76ab-00b0-4a98-a0bd-c004936c121c","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"key":"boir_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d91b76ab-00b0-4a98-a0bd-c004936c121c"},{"id":"4668968f-5933-4001-abe8-414ca9071ded","name":"Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","description":"Document","type":"text"}]},"url":{"raw":"{{baseUrl}}/api/v1/boi/:boir_id/upload/","host":["{{baseUrl}}"],"path":["api","v1","boi",":boir_id","upload",""],"variable":[{"key":"boir_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"detail\": \"<string>\"\n    },\n    {\n      \"detail\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": \"<boolean>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4668968f-5933-4001-abe8-414ca9071ded"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f5bf6627-e931-4070-b524-c432a494d921"}],"id":"50620b73-b857-4607-9545-df652e79770f","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-50620b73-b857-4607-9545-df652e79770f"}],"id":"f5e5eb18-e58b-4cfb-8d12-3d8f0dd94069","createdAt":"2025-11-28T14:48:48.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-f5e5eb18-e58b-4cfb-8d12-3d8f0dd94069"}],"id":"d200ef93-7ad1-4587-ae7a-42570dcefc41","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:49:05.000Z","uid":"18378965-d200ef93-7ad1-4587-ae7a-42570dcefc41"},{"name":"Widget","item":[{"name":"Get all widget submissions","id":"7d92ab88-6cfa-4b97-9faf-04d8dc5b8d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"id":"27f947d1-bdd9-471d-8a8e-2bbb4af76f0b","key":"hash_id","value":"<string>","description":"(Required) "}]},"description":"Get all widget submissions"},"response":[{"id":"9670dd68-c8ba-4cf7-8b78-b098a75d6690","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"hash_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"consent_to_collect_data\": \"<boolean>\",\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"data\": \"<string>\",\n  \"template_name\": \"<string>\",\n  \"redirect_url\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9670dd68-c8ba-4cf7-8b78-b098a75d6690"},{"id":"54b4e492-e311-453e-9d8f-5a91cacefb5c","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/?page=1&page_size=10&order=desc","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"query":[{"key":"page","value":"1","description":"Enter page number"},{"key":"page_size","value":"10","description":"Enter page size"},{"key":"order","value":"desc","description":"Enter the order of the list. (asc or desc)"}],"variable":[{"key":"hash_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-54b4e492-e311-453e-9d8f-5a91cacefb5c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7d92ab88-6cfa-4b97-9faf-04d8dc5b8d29"},{"name":"Create Widget Submission","id":"0d4b2c48-d10e-48b2-9cab-aeea80ec1ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"variable":[{"id":"ad94de4e-5e78-46d7-8214-6521c11c191c","key":"hash_id","value":"<string>","description":"(Required) "}]},"description":"Create Widget Submission"},"response":[{"id":"2cac1ba7-9a8c-47de-a26a-c0789063f268","name":"Your request is submitted.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"variable":[{"key":"hash_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Record created successfully\",\n  \"success\": true,\n  \"data\": {\n    \"id\": \"<number>\",\n    \"created_at\": \"<string>\",\n    \"status\": \"<string>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2cac1ba7-9a8c-47de-a26a-c0789063f268"},{"id":"53e19548-51c4-45eb-8fa4-8d1432390185","name":"An error occurred.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"variable":[{"key":"hash_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"errors\": [\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"message\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"nullable\": true\n  },\n  \"success\": false\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-53e19548-51c4-45eb-8fa4-8d1432390185"},{"id":"798ff4fd-c17d-439c-8d5d-7e257348e683","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tin\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"city\": \"<string>\",\n  \"state\": \"texas\",\n  \"zip5\": \"<string>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",""],"variable":[{"key":"hash_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-798ff4fd-c17d-439c-8d5d-7e257348e683"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-0d4b2c48-d10e-48b2-9cab-aeea80ec1ef3"},{"name":"Get widget submission by ID","id":"866117d8-b6c8-46f4-872e-c11ccb1557ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/:id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",":id",""],"variable":[{"id":"9fef6ac8-dc48-44c6-b4e7-9e5b0a7af1b8","key":"hash_id","value":"<string>","description":"(Required) "},{"id":"b9362699-331f-4d4b-b9f9-41d7a91ee216","key":"id","value":"<string>","description":"(Required) "}]},"description":"Get widget submission by ID"},"response":[{"id":"3279a94f-93e9-43d1-86ae-a87e03d6cb14","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/:id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",":id",""],"variable":[{"key":"hash_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"consent_to_collect_data\": \"<boolean>\",\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"data\": \"<string>\",\n  \"template_name\": \"<string>\",\n  \"redirect_url\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3279a94f-93e9-43d1-86ae-a87e03d6cb14"},{"id":"71311625-c919-4ed5-b6d0-c2ee1df0bdce","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/w/:hash_id/:id/","host":["{{baseUrl}}"],"path":["api","v1","w",":hash_id",":id",""],"variable":[{"key":"hash_id"},{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-71311625-c919-4ed5-b6d0-c2ee1df0bdce"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-866117d8-b6c8-46f4-872e-c11ccb1557ad"},{"name":"Pre-fill Data on Widget Link","id":"0a2e5c04-6217-46a4-8de2-369723291388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"arkansas\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/widget/hosted/prefill/","host":["{{baseUrl}}"],"path":["api","v1","widget","hosted","prefill",""]}},"response":[{"id":"6339098b-e3cb-47f4-b0be-d9bea827767a","name":"Your request is submitted.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"arkansas\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/widget/hosted/prefill/","host":["{{baseUrl}}"],"path":["api","v1","widget","hosted","prefill",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success_message\": \"Draft successfully created!\",\n  \"success\": true,\n  \"data\": {\n    \"hosted_link\": \"<string>\",\n    \"request_id\": \"<number>\"\n  }\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6339098b-e3cb-47f4-b0be-d9bea827767a"},{"id":"cb917cec-79d3-45ed-a8ad-c5f3750a1a11","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"template_id\": \"<uuid>\",\n  \"workflow\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"redirect_url\": \"<string>\",\n  \"address1\": \"<string>\",\n  \"address2\": \"<string>\",\n  \"city\": \"<string>\",\n  \"zip5\": \"<string>\",\n  \"state\": \"arkansas\",\n  \"individual_tin\": \"<string>\",\n  \"individual_mobile_number\": \"<string>\",\n  \"business_tin\": \"<string>\",\n  \"business_mobile_number\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"business_designation\": \"<string>\",\n  \"business_type\": \"<string>\",\n  \"login_required\": \"<boolean>\",\n  \"required_forms\": [\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"form_type\": \"<string>\",\n      \"forms\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"tax_periods\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"send_consent_link_to_taxpayer\": \"<boolean>\",\n  \"signature_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/widget/hosted/prefill/","host":["{{baseUrl}}"],"path":["api","v1","widget","hosted","prefill",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cb917cec-79d3-45ed-a8ad-c5f3750a1a11"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-0a2e5c04-6217-46a4-8de2-369723291388"},{"name":"Get all Templates","id":"6485cdb5-a7e8-443c-ad50-0d90b2518b25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]},"description":"This api fetches all the templates"},"response":[{"id":"d3d4288e-af78-4c83-83a7-9881240d7277","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alias_name\": \"<string>\",\n  \"hash_id\": \"<uuid>\",\n  \"webhook_urls\": {},\n  \"is_active\": \"<boolean>\",\n  \"redirect_url\": \"<uri>\",\n  \"workflow\": \"<string>\",\n  \"business_features\": \"<string>\",\n  \"individual_features\": \"<string>\",\n  \"consent_collection_link\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d3d4288e-af78-4c83-83a7-9881240d7277"},{"id":"9b637859-8a03-4fc7-8d62-c83864a3e414","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/?limit=<integer>&offset=<integer>","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",""],"query":[{"key":"limit","value":"<integer>","description":"Number of results to return per page."},{"key":"offset","value":"<integer>","description":"The initial index from which to return the results."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9b637859-8a03-4fc7-8d62-c83864a3e414"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-6485cdb5-a7e8-443c-ad50-0d90b2518b25"},{"name":"Get Templates By ID","id":"d23a05ff-3567-4001-9783-b79bf2594ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",":hash_id",""],"variable":[{"id":"ffe40ee8-b23d-4a25-a2a6-d3481332712f","key":"hash_id","value":"<uuid>","description":"(Required) A UUID string identifying this widget template."}]},"description":"This api fetches single template"},"response":[{"id":"3fb9b7bf-c86d-44a8-b058-3ddbd7bb1773","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",":hash_id",""],"variable":[{"key":"hash_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"alias_name\": \"<string>\",\n  \"hash_id\": \"<uuid>\",\n  \"webhook_urls\": {},\n  \"is_active\": \"<boolean>\",\n  \"redirect_url\": \"<uri>\",\n  \"workflow\": \"<string>\",\n  \"business_features\": \"<string>\",\n  \"individual_features\": \"<string>\",\n  \"consent_collection_link\": \"<string>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3fb9b7bf-c86d-44a8-b058-3ddbd7bb1773"},{"id":"1f0b5b91-8533-486d-89b0-2ffbb961fb34","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/templates/:hash_id/","host":["{{baseUrl}}"],"path":["api","v1","widget","templates",":hash_id",""],"variable":[{"key":"hash_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1f0b5b91-8533-486d-89b0-2ffbb961fb34"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d23a05ff-3567-4001-9783-b79bf2594ae5"},{"name":"GET Widget Submission by ID","id":"09c4f19a-0b91-4f0a-a3e8-6b70a5142c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/:id/","host":["{{baseUrl}}"],"path":["api","v1","widget",":id",""],"variable":[{"id":"c6241285-5122-4c79-9698-c1348d4dd1b4","key":"id","value":"<integer>","description":"(Required) A unique integer value identifying this widget submission."}]},"description":"This api gives widget submission details"},"response":[{"id":"a6a432a0-5441-4a0d-9024-ea4551a21eb7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/:id/","host":["{{baseUrl}}"],"path":["api","v1","widget",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"first_name\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"business_name\": \"<string>\",\n  \"email\": \"<email>\",\n  \"consent_to_collect_data\": \"<boolean>\",\n  \"status\": \"<string>\",\n  \"created_at\": \"<dateTime>\",\n  \"data\": \"<string>\",\n  \"template_name\": \"<string>\",\n  \"redirect_url\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a6a432a0-5441-4a0d-9024-ea4551a21eb7"},{"id":"8a714739-3169-45af-b16d-878f267a7fc2","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/widget/:id/","host":["{{baseUrl}}"],"path":["api","v1","widget",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8a714739-3169-45af-b16d-878f267a7fc2"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-09c4f19a-0b91-4f0a-a3e8-6b70a5142c62"}],"id":"842d21ca-87b4-4225-9393-c91b89ce80ec","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:44:02.000Z","uid":"18378965-842d21ca-87b4-4225-9393-c91b89ce80ec"},{"name":"Australia","item":[{"name":"Australia Business Search","id":"beb89799-8890-4d5f-b5a5-dfab1ff33c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/australia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","australia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"66c68819-3fb1-42ec-a884-8a0b79b90bfe","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/australia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","australia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-66c68819-3fb1-42ec-a884-8a0b79b90bfe"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-beb89799-8890-4d5f-b5a5-dfab1ff33c6c"},{"name":"Australia Business Search","id":"7b5c854c-d417-4eaf-8b6f-aa7dc3622c2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/australia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","australia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"c9dd73f3-43d7-4b78-bf12-09267c2f0ee3","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/australia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","australia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c9dd73f3-43d7-4b78-bf12-09267c2f0ee3"},{"id":"77824e28-e6f5-48c3-8e62-75456184834e","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/australia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","australia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-77824e28-e6f5-48c3-8e62-75456184834e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7b5c854c-d417-4eaf-8b6f-aa7dc3622c2a"}],"id":"a836e406-6904-4bbb-8045-a0269b731864","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a836e406-6904-4bbb-8045-a0269b731864"},{"name":"Austria","item":[{"name":"Austria VAT Search","id":"5426b0cc-1247-4914-9e83-42845b6587ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"a12dc218-8eef-42a1-849b-6cef8bfa6393","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a12dc218-8eef-42a1-849b-6cef8bfa6393"},{"id":"d926131e-15d5-4624-bb0b-77c1d392e223","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d926131e-15d5-4624-bb0b-77c1d392e223"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5426b0cc-1247-4914-9e83-42845b6587ec"},{"name":"Austria VAT Search","id":"3c145e51-c04d-4276-b8b1-d097af8555e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"b91b225c-df5d-4587-a0f4-ec60255e3ad5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b91b225c-df5d-4587-a0f4-ec60255e3ad5"},{"id":"2b65e677-6011-4482-b25a-b4dc5273daa7","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/austria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","austria","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2b65e677-6011-4482-b25a-b4dc5273daa7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3c145e51-c04d-4276-b8b1-d097af8555e8"}],"id":"48312714-df30-4f33-9d04-29f78745ebbf","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-48312714-df30-4f33-9d04-29f78745ebbf"},{"name":"Belgium","item":[{"name":"Belgium Business Search","id":"fae7d110-740a-4b10-9e8f-6c249a238aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"873b0fb3-ff33-4761-bf48-7f950251bf5e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-873b0fb3-ff33-4761-bf48-7f950251bf5e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-fae7d110-740a-4b10-9e8f-6c249a238aa6"},{"name":"Belgium Business Search","id":"e0d8d051-f722-4bb9-9cc2-5827883fd4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"7ccd051b-b721-4a8d-b3ba-657e03baaa32","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7ccd051b-b721-4a8d-b3ba-657e03baaa32"},{"id":"4794d9a3-a84c-454f-a1f0-dd9777baf3af","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4794d9a3-a84c-454f-a1f0-dd9777baf3af"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e0d8d051-f722-4bb9-9cc2-5827883fd4b5"},{"name":"Belgium VAT Search","id":"83fbd62d-b64f-486a-9b3d-fa63a0e7f37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"188d44de-5f3b-4e30-ab93-cde2ff5284a8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-188d44de-5f3b-4e30-ab93-cde2ff5284a8"},{"id":"a97abff5-aa86-4518-8aa4-c07360380675","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a97abff5-aa86-4518-8aa4-c07360380675"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-83fbd62d-b64f-486a-9b3d-fa63a0e7f37a"},{"name":"Belgium VAT Search","id":"5a850f13-f662-4dc0-8383-b9ba754c8096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"daede3b6-9419-48bb-85fc-f1738e84c7a2","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-daede3b6-9419-48bb-85fc-f1738e84c7a2"},{"id":"2491d0b2-c655-47ef-b5ac-b4b35f93b6ed","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/belgium/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","belgium","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2491d0b2-c655-47ef-b5ac-b4b35f93b6ed"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5a850f13-f662-4dc0-8383-b9ba754c8096"}],"id":"d748622c-f631-44a9-ade2-2cf1838e8eaf","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d748622c-f631-44a9-ade2-2cf1838e8eaf"},{"name":"Bulgaria","item":[{"name":"Bulgaria Business Search","id":"4faaa665-9436-4916-b885-085e4ec3ebd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail of an entity/business name searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"6481b4fb-0c77-47a7-b38b-f95561867065","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"uic\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Rg\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"uic\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"d6\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6481b4fb-0c77-47a7-b38b-f95561867065"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4faaa665-9436-4916-b885-085e4ec3ebd2"},{"name":"Bulgaria Business Search","id":"e298df0a-cfea-42a8-8078-a8dc715e7ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"uic\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"238c6896-81d7-440b-aaa3-652980b4000e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"uic\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"uic\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"9vG\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"uic\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"@hhIR\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-238c6896-81d7-440b-aaa3-652980b4000e"},{"id":"3cff562f-7406-4449-bec8-2164030b7ea4","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"uic\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3cff562f-7406-4449-bec8-2164030b7ea4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e298df0a-cfea-42a8-8078-a8dc715e7ddc"},{"name":"Bulgaria VAT Search","id":"bd00e9c6-c81f-4c00-a828-c92ed899d8dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"bc83a6f7-70c6-4921-8795-eefa04507702","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bc83a6f7-70c6-4921-8795-eefa04507702"},{"id":"93ac8f63-a8bb-4bab-b3e1-516e32d4d046","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-93ac8f63-a8bb-4bab-b3e1-516e32d4d046"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bd00e9c6-c81f-4c00-a828-c92ed899d8dc"},{"name":"Bulgaria VAT Search","id":"d27ed979-d717-475e-bd66-f4bf07ee4534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"b011cf80-66b3-4fbe-98fe-b946f4a5e4d5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b011cf80-66b3-4fbe-98fe-b946f4a5e4d5"},{"id":"d090183c-c56c-49da-849c-99ecd7ffdd50","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/bulgaria/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","bulgaria","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d090183c-c56c-49da-849c-99ecd7ffdd50"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d27ed979-d717-475e-bd66-f4bf07ee4534"}],"id":"821ce432-e026-409f-8aee-68789897f07a","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-821ce432-e026-409f-8aee-68789897f07a"},{"name":"Canada","item":[{"name":"Canada Business Search","id":"098cef47-c111-44b0-b191-2b19ded02802","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"94aecaba-1cd8-4633-898a-1f8e08ac1a34","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Z\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"y\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-94aecaba-1cd8-4633-898a-1f8e08ac1a34"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-098cef47-c111-44b0-b191-2b19ded02802"},{"name":"Canada Business Search","id":"87a564c5-26ee-4afb-99c4-27552a4d5b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"corporation_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","business",""]},"description":"\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"c5e04025-0c8c-4d69-be55-602d2dbb2d31","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"corporation_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"+5hO\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"LEPnVWPu-\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c5e04025-0c8c-4d69-be55-602d2dbb2d31"},{"id":"83806f77-6dfb-4138-aaab-af57259b833f","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"corporation_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-83806f77-6dfb-4138-aaab-af57259b833f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-87a564c5-26ee-4afb-99c4-27552a4d5b88"},{"name":"Canada CRA Search","id":"e74ecfc5-3a8d-431d-8d8a-9f2c9e6ab4c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/cra/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","cra",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list/detail of a CRA name\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"43345fa2-78c6-497f-b322-2fea2e1cc49b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/cra/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","cra",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Z\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"y\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-43345fa2-78c6-497f-b322-2fea2e1cc49b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e74ecfc5-3a8d-431d-8d8a-9f2c9e6ab4c2"},{"name":"Canada CRA Search","id":"73e1d145-1128-4b3f-ac63-695fc3f433b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"stts\": \"<string>\",\n  \"sttsEffctvDt\": \"<string>\",\n  \"snctnTypCd\": \"<string>\",\n  \"prvncSttCd\": \"<string>\",\n  \"dsgntnTyp\": \"<string>\",\n  \"pstlZpCd\": \"<string>\",\n  \"chrtyCtgry\": \"<string>\",\n  \"chrtyTyp\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/cra/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","cra",""]},"description":"Search for charities and certain other qualified donees"},"response":[{"id":"57758a60-d37a-487e-acb3-dd68cce421cb","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"stts\": \"<string>\",\n  \"sttsEffctvDt\": \"<string>\",\n  \"snctnTypCd\": \"<string>\",\n  \"prvncSttCd\": \"<string>\",\n  \"dsgntnTyp\": \"<string>\",\n  \"pstlZpCd\": \"<string>\",\n  \"chrtyCtgry\": \"<string>\",\n  \"chrtyTyp\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/cra/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","cra",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"+5hO\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"LEPnVWPu-\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-57758a60-d37a-487e-acb3-dd68cce421cb"},{"id":"2abd81fb-66b1-425c-be7f-ece6ccb9a8dc","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"stts\": \"<string>\",\n  \"sttsEffctvDt\": \"<string>\",\n  \"snctnTypCd\": \"<string>\",\n  \"prvncSttCd\": \"<string>\",\n  \"dsgntnTyp\": \"<string>\",\n  \"pstlZpCd\": \"<string>\",\n  \"chrtyCtgry\": \"<string>\",\n  \"chrtyTyp\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/cra/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","cra",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2abd81fb-66b1-425c-be7f-ece6ccb9a8dc"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-73e1d145-1128-4b3f-ac63-695fc3f433b6"},{"name":"Canada GSTHST Search","id":"1a677d81-9c02-48a4-bf51-7fea3666165a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/gsthst/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","gsthst",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail of a GST/HST Registry of an entity\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"c30c7b13-71ed-4648-bf4d-797b8604048b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/gsthst/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","gsthst",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Z\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"y\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c30c7b13-71ed-4648-bf4d-797b8604048b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-1a677d81-9c02-48a4-bf51-7fea3666165a"},{"name":"Canada GSTHST Search","id":"7ac62bee-bbf0-41c7-af14-cc9c61a715c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"request_date\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/gsthst/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","gsthst",""]},"description":"GST/HST Registry Search"},"response":[{"id":"ca66ce0f-075f-4d90-9117-3fc13ddfbc46","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"request_date\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/gsthst/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","gsthst",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"+5hO\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"businessnumber\": \"<string>\",\n    \"corporationnumber\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"fetch_kyb_detail\": \"<string>\",\n    \"request_date\": \"<string>\",\n    \"status\": \"<string>\",\n    \"name\": \"<string>\",\n    \"country\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"LEPnVWPu-\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ca66ce0f-075f-4d90-9117-3fc13ddfbc46"},{"id":"f110fd27-d33b-48a4-802b-98ec32b57484","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_number\": \"<string>\",\n  \"request_date\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/gsthst/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","gsthst",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f110fd27-d33b-48a4-802b-98ec32b57484"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7ac62bee-bbf0-41c7-af14-cc9c61a715c4"},{"name":"Canada Provincial Search","id":"19cf4ce0-cf21-4bf0-bbfd-1aad090c5d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/provincial/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","provincial",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail of provincial, of an entity\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"b6522aa7-91a9-43e8-94ed-61a3307defb0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/provincial/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","provincial",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Z\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"businessnumber\": \"<string>\",\n      \"corporationnumber\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"fetch_kyb_detail\": \"<string>\",\n      \"request_date\": \"<string>\",\n      \"status\": \"<string>\",\n      \"name\": \"<string>\",\n      \"country\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"y\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b6522aa7-91a9-43e8-94ed-61a3307defb0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-19cf4ce0-cf21-4bf0-bbfd-1aad090c5d8d"},{"name":"Canada Provincial Search","id":"bd9e36fe-13f6-43ac-9e00-302d772ce8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity_name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/provincial/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","provincial",""]}},"response":[{"id":"b55f0a2e-ccca-4c01-b938-a1c36070168a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity_name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/provincial/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","provincial",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"entity_name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"search_type\": \"BOTH\",\n    \"address\": \"<string>\",\n    \"status\": \"Ready To Pick\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"created_by_user\": \"<string>\"\n  },\n  {\n    \"entity_name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"search_type\": \"BOTH\",\n    \"address\": \"<string>\",\n    \"status\": \"Ready To Pick\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"created_by_user\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b55f0a2e-ccca-4c01-b938-a1c36070168a"},{"id":"2ba4dd46-64de-4d0f-b9fb-db929b8c96a0","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity_name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/canada/provincial/","host":["{{baseUrl}}"],"path":["api","v1","kyb","canada","provincial",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2ba4dd46-64de-4d0f-b9fb-db929b8c96a0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bd9e36fe-13f6-43ac-9e00-302d772ce8d5"}],"id":"4aaf132d-ac52-483c-b24b-2e015bc3b21a","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4aaf132d-ac52-483c-b24b-2e015bc3b21a"},{"name":"China","item":[{"name":"China Business Search","id":"b4e2a738-2960-4b6e-a03a-2797cc9f8ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/china/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","china","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"cd6599db-03a5-40a5-838f-a62fe4a275fa","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/china/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","china","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cd6599db-03a5-40a5-838f-a62fe4a275fa"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b4e2a738-2960-4b6e-a03a-2797cc9f8ec9"},{"name":"China Business Search","id":"88270192-1a5b-4319-a011-4b22df581d92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/china/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","china","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"c3d38719-c1b6-420a-8006-eb7935edafab","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/china/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","china","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c3d38719-c1b6-420a-8006-eb7935edafab"},{"id":"9eef8f20-9690-41c1-bb83-41ea8c3be075","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/china/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","china","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9eef8f20-9690-41c1-bb83-41ea8c3be075"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-88270192-1a5b-4319-a011-4b22df581d92"}],"id":"76120e40-e87e-45f2-b17f-cef26e14dd98","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-76120e40-e87e-45f2-b17f-cef26e14dd98"},{"name":"Croatia","item":[{"name":"Croatia VAT Search","id":"76652845-cf92-4c8d-8db2-85826ae3cda4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"4d5934f9-59a1-470a-93d9-5a212ea632d3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4d5934f9-59a1-470a-93d9-5a212ea632d3"},{"id":"66ddafee-79cc-447d-9684-aaaa3d5d5b6a","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-66ddafee-79cc-447d-9684-aaaa3d5d5b6a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-76652845-cf92-4c8d-8db2-85826ae3cda4"},{"name":"Croatia VAT Search","id":"80926bf1-eebe-4241-93d0-a24121a40925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"afdd3517-21ee-461c-b4c9-69699ac6e31c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-afdd3517-21ee-461c-b4c9-69699ac6e31c"},{"id":"4f16d749-91c7-4c3f-a985-5869e6b78353","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/croatia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","croatia","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4f16d749-91c7-4c3f-a985-5869e6b78353"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-80926bf1-eebe-4241-93d0-a24121a40925"}],"id":"4703505a-36f9-4324-8453-84aa7489fbc0","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4703505a-36f9-4324-8453-84aa7489fbc0"},{"name":"Cyprus","item":[{"name":"Cyprus Business Search","id":"620a5ff7-f0ce-46c4-8a45-9f8c77f42280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"3032cf3b-749e-4c28-8fd9-d1d0b2f62b8b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3032cf3b-749e-4c28-8fd9-d1d0b2f62b8b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-620a5ff7-f0ce-46c4-8a45-9f8c77f42280"},{"name":"Cyprus Business Search","id":"354b5b09-845e-4f98-9fc0-70b044307808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"9beaeb83-32af-4979-b03c-9890680adebf","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9beaeb83-32af-4979-b03c-9890680adebf"},{"id":"bd941cb9-d243-4179-94a3-2ff04d7be1b3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bd941cb9-d243-4179-94a3-2ff04d7be1b3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-354b5b09-845e-4f98-9fc0-70b044307808"},{"name":"Cyprus VAT Search","id":"bc183065-48ff-4e39-a0a7-75d402b69133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"1d93d991-6122-4eed-bc56-ed34791d8735","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1d93d991-6122-4eed-bc56-ed34791d8735"},{"id":"09c01027-48b0-419b-b7db-c4526c8245e0","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-09c01027-48b0-419b-b7db-c4526c8245e0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bc183065-48ff-4e39-a0a7-75d402b69133"},{"name":"Cyprus VAT Search","id":"c34d8260-0fba-4938-948d-802c02e7f5ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"91266b37-6fdc-4696-b1ac-67cad67afc7f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-91266b37-6fdc-4696-b1ac-67cad67afc7f"},{"id":"6718d117-8a45-4ddb-9101-673df708bf53","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/cyprus/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","cyprus","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6718d117-8a45-4ddb-9101-673df708bf53"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c34d8260-0fba-4938-948d-802c02e7f5ff"}],"id":"e8d8222a-3c8d-46fb-93f7-005eb517edd9","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e8d8222a-3c8d-46fb-93f7-005eb517edd9"},{"name":"Czech Republic","item":[{"name":"Czech Republic Business Search","id":"1287c02f-f391-42a1-9c96-24181a89a912","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"ac9b682b-abe4-44bb-8084-4bf5299a375c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"identification_number\": \"<string>\",\n      \"file_mark\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"ruCOZ\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"identification_number\": \"<string>\",\n      \"file_mark\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"uYwy4d\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ac9b682b-abe4-44bb-8084-4bf5299a375c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-1287c02f-f391-42a1-9c96-24181a89a912"},{"name":"Czech Republic Business Search","id":"52e4dc59-8610-4900-83ba-f9edcb2dfe74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"5abad542-3b47-4439-92e0-7c78a6277422","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"identification_number\": \"<string>\",\n    \"file_mark\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"Y\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"identification_number\": \"<string>\",\n    \"file_mark\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"-4kTc.L3Ml\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5abad542-3b47-4439-92e0-7c78a6277422"},{"id":"ad0929ca-3faa-4d0d-b416-239d9181b5d3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ad0929ca-3faa-4d0d-b416-239d9181b5d3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-52e4dc59-8610-4900-83ba-f9edcb2dfe74"},{"name":"Czech Republic UBO Search","id":"b1af21e8-53eb-4b6e-ac62-d5f8791c44c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"a61ccb1d-7702-46b1-97ee-1ecc106b5e54","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"identification_number\": \"<string>\",\n      \"file_mark\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"ruCOZ\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"identification_number\": \"<string>\",\n      \"file_mark\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"uYwy4d\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a61ccb1d-7702-46b1-97ee-1ecc106b5e54"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b1af21e8-53eb-4b6e-ac62-d5f8791c44c1"},{"name":"Czech Republic UBO Search","id":"b772ec71-0f71-474a-bb8c-6868f9bc3452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\",\n  \"section\": \"<string>\",\n  \"insert_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","ubo",""]},"description":"\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"56bb9c5e-6d6b-4e7f-9439-cac033d9708e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\",\n  \"section\": \"<string>\",\n  \"insert_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","ubo",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"identification_number\": \"<string>\",\n    \"file_mark\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"Y\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"identification_number\": \"<string>\",\n    \"file_mark\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"-4kTc.L3Ml\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-56bb9c5e-6d6b-4e7f-9439-cac033d9708e"},{"id":"2809cbb1-00d1-4d0e-8e29-3d9a575fa2d3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"identification_number\": \"<string>\",\n  \"section\": \"<string>\",\n  \"insert_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","ubo",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2809cbb1-00d1-4d0e-8e29-3d9a575fa2d3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b772ec71-0f71-474a-bb8c-6868f9bc3452"},{"name":"Czech Republic VAT Search","id":"a8f42b3c-11af-4b5e-ab5b-95ccd6e69c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"f97f35d9-37cf-4b67-8bf5-0562e9b3ce43","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f97f35d9-37cf-4b67-8bf5-0562e9b3ce43"},{"id":"5b898d3a-3d78-43c5-b7d1-302a3018f5b5","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5b898d3a-3d78-43c5-b7d1-302a3018f5b5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a8f42b3c-11af-4b5e-ab5b-95ccd6e69c3e"},{"name":"Czech Republic VAT Search","id":"3090f115-672c-4959-8e69-b042786fbe83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"a4c488c5-0cf4-4b96-87af-3ff0f548bf5d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a4c488c5-0cf4-4b96-87af-3ff0f548bf5d"},{"id":"e6e3522f-ab3e-4a0f-b92a-bcca4e38c15f","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/czechrepublic/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","czechrepublic","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e6e3522f-ab3e-4a0f-b92a-bcca4e38c15f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3090f115-672c-4959-8e69-b042786fbe83"}],"id":"22b4d1ae-88e4-4eff-8368-3daf5f4e5a97","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-22b4d1ae-88e4-4eff-8368-3daf5f4e5a97"},{"name":"Denmark","item":[{"name":"Denmark Business Search","id":"228499b6-f3e2-4462-bf9c-773eb3c6e81a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/denmark/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","denmark","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"199ffe74-be71-4a55-8822-e73cf0f2bab4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/denmark/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","denmark","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-199ffe74-be71-4a55-8822-e73cf0f2bab4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-228499b6-f3e2-4462-bf9c-773eb3c6e81a"},{"name":"Denamrk Business Search","id":"aeb6c58c-eca5-49fd-8a2e-cf82c5e60360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/denmark/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","denmark","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"8138ec59-3a17-49a6-904f-8565090166de","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/denmark/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","denmark","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8138ec59-3a17-49a6-904f-8565090166de"},{"id":"627294c3-b483-41a3-bb3e-56905d65b110","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/denmark/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","denmark","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-627294c3-b483-41a3-bb3e-56905d65b110"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-aeb6c58c-eca5-49fd-8a2e-cf82c5e60360"}],"id":"337e0ede-2e08-4b13-8ddf-d6b55a921f24","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-337e0ede-2e08-4b13-8ddf-d6b55a921f24"},{"name":"Estonia","item":[{"name":"Estonia Business Search","id":"b1c4660d-a2ec-4729-a658-24dcb2255367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/estonia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","estonia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"440a9863-db76-444f-9d41-550d36a9e17b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/estonia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","estonia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-440a9863-db76-444f-9d41-550d36a9e17b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b1c4660d-a2ec-4729-a658-24dcb2255367"},{"name":"Estonia Business Search","id":"685ab757-60ed-4b22-ac4f-ffb3fba49ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/estonia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","estonia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"ab7d9c97-841f-4154-be14-1f48fab0a220","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/estonia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","estonia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ab7d9c97-841f-4154-be14-1f48fab0a220"},{"id":"c4908d20-20b5-47e9-9973-fb8eb3664340","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/estonia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","estonia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c4908d20-20b5-47e9-9973-fb8eb3664340"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-685ab757-60ed-4b22-ac4f-ffb3fba49ebf"}],"id":"639c470e-8124-48f8-9e6b-bcf9072ecdb4","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-639c470e-8124-48f8-9e6b-bcf9072ecdb4"},{"name":"Finland","item":[{"name":"Finland Business Search","id":"7d7b6502-bde7-47fc-bf31-f37d0cd48330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"eaf1e498-7e37-4021-9cec-60d642e7bb04","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"business_id\": \"<string>\",\n      \"registration_number\": \"<string>\",\n      \"status\": \"Ready To Pick\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"o-hygW5\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"business_id\": \"<string>\",\n      \"registration_number\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"ZPySBry\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-eaf1e498-7e37-4021-9cec-60d642e7bb04"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7d7b6502-bde7-47fc-bf31-f37d0cd48330"},{"name":"Finland Business Search","id":"225943d8-b728-477a-b9e1-c5b7b7b03173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_id\": \"<string>\",\n  \"registration_number\": \"<string>\",\n  \"status_of_company\": \"<string>\",\n  \"company_form\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"129fee2a-9249-4e17-95e5-3145c05dbeed","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_id\": \"<string>\",\n  \"registration_number\": \"<string>\",\n  \"status_of_company\": \"<string>\",\n  \"company_form\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-129fee2a-9249-4e17-95e5-3145c05dbeed"},{"id":"fd72cc20-babc-4e80-93ce-d88c99673268","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"business_id\": \"<string>\",\n  \"registration_number\": \"<string>\",\n  \"status_of_company\": \"<string>\",\n  \"company_form\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fd72cc20-babc-4e80-93ce-d88c99673268"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-225943d8-b728-477a-b9e1-c5b7b7b03173"},{"name":"Finland VAT Search","id":"f4c4b77e-8e56-4cbc-9b5f-fefeccb3cb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"905e04d3-77ec-426c-be32-f7b1387ce346","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-905e04d3-77ec-426c-be32-f7b1387ce346"},{"id":"6d9e95ef-0a2f-4f61-9395-5d2778530da5","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6d9e95ef-0a2f-4f61-9395-5d2778530da5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f4c4b77e-8e56-4cbc-9b5f-fefeccb3cb5d"},{"name":"Finland VAT Search","id":"ef76cf93-8cc7-49f5-b8e9-20474a829f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"70f84ca7-934b-4834-9959-f134b4cc6741","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-70f84ca7-934b-4834-9959-f134b4cc6741"},{"id":"4f060af8-a6f8-4cc2-849d-122480989fa3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/finland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","finland","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4f060af8-a6f8-4cc2-849d-122480989fa3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-ef76cf93-8cc7-49f5-b8e9-20474a829f03"}],"id":"4066cee6-39a9-48c2-bc48-9704a62b67ac","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4066cee6-39a9-48c2-bc48-9704a62b67ac"},{"name":"France","item":[{"name":"France Business Search","id":"bb166b2d-900d-43a9-aa64-c386de810e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"a3876048-48b3-4af7-9772-6f8810c22f79","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"serit\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"AgD+LIHLEk\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"serit\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"w\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a3876048-48b3-4af7-9772-6f8810c22f79"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bb166b2d-900d-43a9-aa64-c386de810e3b"},{"name":"France Business Search","id":"a37ea86c-b709-447b-97a2-8a4121015b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"serit\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"e6653fb2-424c-4c15-814a-f74c8e664c93","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"serit\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"serit\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"Asu8RqcIL\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"serit\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"6n.CNi\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e6653fb2-424c-4c15-814a-f74c8e664c93"},{"id":"2d51a463-3c64-4a78-ade8-e3c006eb1dd5","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"serit\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2d51a463-3c64-4a78-ade8-e3c006eb1dd5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a37ea86c-b709-447b-97a2-8a4121015b52"},{"name":"France VAT Search","id":"026017ec-7fab-4621-a2bb-6b2145b9983a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"74d0757e-228d-424e-b772-0f8dcb348a11","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-74d0757e-228d-424e-b772-0f8dcb348a11"},{"id":"42ed6a74-4567-4856-b97a-507d9e1985f2","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-42ed6a74-4567-4856-b97a-507d9e1985f2"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-026017ec-7fab-4621-a2bb-6b2145b9983a"},{"name":"France VAT Search","id":"3ea78c69-918d-445f-8777-77d2b0cb73ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"79d3466e-bbd6-4daf-8095-5d279a95f06a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-79d3466e-bbd6-4daf-8095-5d279a95f06a"},{"id":"50c46ad8-dae1-4ad8-8984-4db07168ebe3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/france/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","france","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-50c46ad8-dae1-4ad8-8984-4db07168ebe3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3ea78c69-918d-445f-8777-77d2b0cb73ef"}],"id":"91ade3c3-5e84-4637-93e8-cce1a2edbe50","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-91ade3c3-5e84-4637-93e8-cce1a2edbe50"},{"name":"Germany","item":[{"name":"Germany Business Search","id":"686adc6b-936d-467e-90d5-793d6e47fca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"d382a23e-7870-4143-a6ca-0e3db2c038a3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"registered_office\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"8tMXy8o\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"registered_office\": \"<string>\",\n      \"status\": \"Pending\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"@IiEXjn\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d382a23e-7870-4143-a6ca-0e3db2c038a3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-686adc6b-936d-467e-90d5-793d6e47fca5"},{"name":"Germany Business Search","id":"69d6bcd1-784a-4a44-bf4a-bb15f67d663f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"registered_office\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"79d80e66-dc94-4ac9-927f-98650c1065d7","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"registered_office\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"registered_office\": \"<string>\",\n    \"status\": \"Ready To Pick\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"CjG\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"registered_office\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"D3s\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-79d80e66-dc94-4ac9-927f-98650c1065d7"},{"id":"d094348b-cd7c-429b-b145-f8505697af7c","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"registered_office\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d094348b-cd7c-429b-b145-f8505697af7c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-69d6bcd1-784a-4a44-bf4a-bb15f67d663f"},{"name":"Germany VAT Search","id":"5888fcc4-10ca-4391-bca7-cd8d4a23f251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"4c215c3e-3587-46dd-81b6-ea0a3c36fb84","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4c215c3e-3587-46dd-81b6-ea0a3c36fb84"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5888fcc4-10ca-4391-bca7-cd8d4a23f251"},{"name":"Germany VAT Search","id":"719d7a6c-f9f6-4f51-8d52-a4d022c3b108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"0fc5a31a-b9d4-4449-ad7c-575413c118b1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0fc5a31a-b9d4-4449-ad7c-575413c118b1"},{"id":"4ad78169-9c2a-4618-b90c-adb6079dff59","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/germany/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","germany","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4ad78169-9c2a-4618-b90c-adb6079dff59"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-719d7a6c-f9f6-4f51-8d52-a4d022c3b108"}],"id":"19dec8b3-3188-4b0f-92bf-d0b494fe3265","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-19dec8b3-3188-4b0f-92bf-d0b494fe3265"},{"name":"Greece","item":[{"name":"Greece Business Search","id":"02934f9c-f6ff-47d8-af5e-ad37ac301b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"1e6d28e4-f460-49d3-a1c7-5b6f7573d0cb","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1e6d28e4-f460-49d3-a1c7-5b6f7573d0cb"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-02934f9c-f6ff-47d8-af5e-ad37ac301b8f"},{"name":"Greece Business Search","id":"f084afb9-913a-475d-8c2b-2f0bbb0d77d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"f9ea5f06-3bcf-4914-9eec-9ffab9441997","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f9ea5f06-3bcf-4914-9eec-9ffab9441997"},{"id":"63108269-6bd9-4bd1-ac7a-e78ed786d002","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-63108269-6bd9-4bd1-ac7a-e78ed786d002"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f084afb9-913a-475d-8c2b-2f0bbb0d77d8"},{"name":"Greece VAT Search","id":"99e83602-3dbe-4153-8edf-f855d04a146b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"cbeb4752-90a8-418b-994e-fbb1d6d8a1ba","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cbeb4752-90a8-418b-994e-fbb1d6d8a1ba"},{"id":"a6523d99-bdc0-4635-ba02-abc3a260e7c5","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a6523d99-bdc0-4635-ba02-abc3a260e7c5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-99e83602-3dbe-4153-8edf-f855d04a146b"},{"name":"Greece VAT Search","id":"2db52c20-0804-4349-8fc0-994d2eddb598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"7bcdb72a-66ce-4c14-9ae9-f829e6d8a2f7","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7bcdb72a-66ce-4c14-9ae9-f829e6d8a2f7"},{"id":"ac65aca3-83fe-408b-ad03-5907acd58e64","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/greece/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","greece","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ac65aca3-83fe-408b-ad03-5907acd58e64"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2db52c20-0804-4349-8fc0-994d2eddb598"}],"id":"630ac848-71c0-4a20-9df4-07715e47324f","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-630ac848-71c0-4a20-9df4-07715e47324f"},{"name":"Hungary","item":[{"name":"Hungary Business Search","id":"96e41474-cb86-44e6-beb5-4d7a446fe4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"b71e9b70-9deb-4b83-a7a3-426cccfb6a44","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b71e9b70-9deb-4b83-a7a3-426cccfb6a44"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-96e41474-cb86-44e6-beb5-4d7a446fe4b4"},{"name":"Hungary Business Search","id":"abfefd1c-11c3-4ebf-9db2-316093393cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"db664ea8-224c-44a5-91a0-adbaf378f8e9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-db664ea8-224c-44a5-91a0-adbaf378f8e9"},{"id":"5d95d201-e404-4ef7-86fb-41d28eaa9a15","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5d95d201-e404-4ef7-86fb-41d28eaa9a15"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-abfefd1c-11c3-4ebf-9db2-316093393cb1"},{"name":"Hungary VAT Search","id":"4e421057-6952-4957-b182-d47c66a21f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"33d03564-ca3f-4f65-875f-098166dc4308","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-33d03564-ca3f-4f65-875f-098166dc4308"},{"id":"90ee72bb-737d-4af8-854e-e08b91d8d82b","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-90ee72bb-737d-4af8-854e-e08b91d8d82b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4e421057-6952-4957-b182-d47c66a21f16"},{"name":"Hungary VAT Search","id":"dc61e4e6-af24-44e2-8962-29dc412f6efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"89a759b3-4d22-45a1-9a2f-1c79d9e33a90","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-89a759b3-4d22-45a1-9a2f-1c79d9e33a90"},{"id":"d0d8d39e-ba88-4700-88bd-fe7453dcf43d","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/hungary/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","hungary","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d0d8d39e-ba88-4700-88bd-fe7453dcf43d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-dc61e4e6-af24-44e2-8962-29dc412f6efa"}],"id":"0f99b62f-f979-4e2e-9b6a-611c9836d86b","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-0f99b62f-f979-4e2e-9b6a-611c9836d86b"},{"name":"India","item":[{"name":"India Bank Account Search","id":"e9a5ea24-79b2-4e00-ab35-71427ad45118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/bankaccount/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","bankaccount",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of a Bank Account searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"844c3433-9db7-4812-9ae2-04ffb03b0720","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/bankaccount/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","bankaccount",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-844c3433-9db7-4812-9ae2-04ffb03b0720"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e9a5ea24-79b2-4e00-ab35-71427ad45118"},{"name":"India Bank Account Search","id":"b678c2cc-4fe1-4cf2-9d82-65512fd071cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\",\n  \"ifsc\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/bankaccount/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","bankaccount",""]},"description":"Search bank account and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"75de3729-4800-46b0-85fb-0f7ad9b52363","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\",\n  \"ifsc\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/bankaccount/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","bankaccount",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-75de3729-4800-46b0-85fb-0f7ad9b52363"},{"id":"3e9a369d-f67c-4304-a467-6b986a475841","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\",\n  \"ifsc\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/bankaccount/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","bankaccount",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3e9a369d-f67c-4304-a467-6b986a475841"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b678c2cc-4fe1-4cf2-9d82-65512fd071cf"},{"name":"India Business Search","id":"60bdd5fa-1817-4534-9b5a-16455d6ed3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"441acf11-09b8-467e-844a-fb4fbb29df0d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-441acf11-09b8-467e-844a-fb4fbb29df0d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-60bdd5fa-1817-4534-9b5a-16455d6ed3e0"},{"name":"India Business Search","id":"c992de93-5d61-47c6-8c4d-395f8b926098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"059b46b3-616b-4012-9f51-c6493f689cff","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-059b46b3-616b-4012-9f51-c6493f689cff"},{"id":"fde4c421-bdf3-4edd-920f-a035fbcdb5f3","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fde4c421-bdf3-4edd-920f-a035fbcdb5f3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c992de93-5d61-47c6-8c4d-395f8b926098"},{"name":"India CIN Search","id":"50d41f22-751d-44a2-accb-c2d3570801a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/cin/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","cin",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of a CIN searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"a60ccb11-6bcb-4117-9b83-f2fb6d769ac6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/cin/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","cin",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a60ccb11-6bcb-4117-9b83-f2fb6d769ac6"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-50d41f22-751d-44a2-accb-c2d3570801a9"},{"name":"India CIN Search","id":"9088bea5-8626-4eb5-8089-6192867b336d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/cin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","cin",""]},"description":"Search cin and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"32facdfb-96aa-47d4-bce8-e46a82957958","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/cin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","cin",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-32facdfb-96aa-47d4-bce8-e46a82957958"},{"id":"fc40cccb-4034-456c-8449-9c2d1ac73498","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/cin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","cin",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-fc40cccb-4034-456c-8449-9c2d1ac73498"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-9088bea5-8626-4eb5-8089-6192867b336d"},{"name":"India DIN Search","id":"102d55ae-efe3-4c19-90f2-57abe0721efb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/din/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","din",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of a DIN searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"28b3b5e5-f00b-4df4-983a-eed846e4ab93","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/din/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","din",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-28b3b5e5-f00b-4df4-983a-eed846e4ab93"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-102d55ae-efe3-4c19-90f2-57abe0721efb"},{"name":"India DIN Search","id":"a7bce70e-d50e-4a18-93f1-9244b7dd7bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/din/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","din",""]},"description":"Search din and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"5fc99cf8-de74-42df-babf-8793c4d488df","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/din/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","din",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5fc99cf8-de74-42df-babf-8793c4d488df"},{"id":"8a9bdf47-8e29-4d09-a41f-eb6002bbc200","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/din/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","din",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8a9bdf47-8e29-4d09-a41f-eb6002bbc200"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a7bce70e-d50e-4a18-93f1-9244b7dd7bec"},{"name":"India Driver ID Search","id":"84c59cf1-9310-4575-ba86-b0953c1f9ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/driverid/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","driverid",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of Driver ID searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"12503549-c705-4429-9f08-51318433e8d5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/driverid/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","driverid",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-12503549-c705-4429-9f08-51318433e8d5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-84c59cf1-9310-4575-ba86-b0953c1f9ea7"},{"name":"Inida Driver ID Search","id":"5dc60b00-655c-47b5-a186-88d2eae8279b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/driverid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","driverid",""]},"description":"Search voter id and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"215a5169-259e-4f54-95a8-ffc6faf51600","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/driverid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","driverid",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-215a5169-259e-4f54-95a8-ffc6faf51600"},{"id":"05a688ab-8e03-41fa-9e6c-340d3fbe4f2b","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/driverid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","driverid",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-05a688ab-8e03-41fa-9e6c-340d3fbe4f2b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5dc60b00-655c-47b5-a186-88d2eae8279b"},{"name":"India GSTIN Search","id":"06642089-9649-4765-abe0-351daa230605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/gstin/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","gstin",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of GSTIN searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"35c894a2-7c89-438a-8689-2feb971a610f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/gstin/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","gstin",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-35c894a2-7c89-438a-8689-2feb971a610f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-06642089-9649-4765-abe0-351daa230605"},{"name":"India GSTIN Search","id":"4ba28f22-6729-464b-b700-4f18f796bc4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/gstin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","gstin",""]},"description":"Search gstin and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"62b3911d-147d-4db8-8863-8aef2f68544f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/gstin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","gstin",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-62b3911d-147d-4db8-8863-8aef2f68544f"},{"id":"cab26f18-492a-4914-97c9-31eebab19480","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/gstin/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","gstin",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cab26f18-492a-4914-97c9-31eebab19480"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4ba28f22-6729-464b-b700-4f18f796bc4e"},{"name":"India PAN Search","id":"736678a8-da97-4c41-bfca-950835865ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/pan/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","pan",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of PAN searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"2f17c284-0d35-4786-9db0-731f0f67ca37","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/pan/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","pan",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2f17c284-0d35-4786-9db0-731f0f67ca37"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-736678a8-da97-4c41-bfca-950835865ae9"},{"name":"India PAN Search","id":"2ab8c38c-b949-4955-b898-4c4d8088a87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/pan/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","pan",""]},"description":"Search pan and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"79f93053-cfe5-4c2c-a121-39030e09c868","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/pan/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","pan",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-79f93053-cfe5-4c2c-a121-39030e09c868"},{"id":"c2e47ea0-5f65-4f64-bb95-9fe315c8a1e2","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/pan/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","pan",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c2e47ea0-5f65-4f64-bb95-9fe315c8a1e2"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2ab8c38c-b949-4955-b898-4c4d8088a87b"},{"name":"India Voter ID Search","id":"616eb10e-255c-4b5b-aeb5-e5f55d9eef3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/voterid/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","voterid",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of Voter ID searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"51cb9fc5-6d32-4077-9aef-b305b96fc4b0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/voterid/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","voterid",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"aD_MKn5@R\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity\": \"<string>\",\n      \"search_flag\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"HJTiFVY\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-51cb9fc5-6d32-4077-9aef-b305b96fc4b0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-616eb10e-255c-4b5b-aeb5-e5f55d9eef3e"},{"name":"India Voter ID Search","id":"b8f9ba81-0cbe-405a-be5d-cf15d6e9f1c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/voterid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","voterid",""]},"description":"Search voter id and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2c2a59bf-c2f9-4e20-854c-99d36ec8989a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/voterid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","voterid",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"5\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity\": \"<string>\",\n    \"search_flag\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"fBT+g4R2\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2c2a59bf-c2f9-4e20-854c-99d36ec8989a"},{"id":"9a2bb535-7f28-4a8d-8b2a-af041895f700","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"entity\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/india/voterid/","host":["{{baseUrl}}"],"path":["api","v1","kyb","india","voterid",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9a2bb535-7f28-4a8d-8b2a-af041895f700"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b8f9ba81-0cbe-405a-be5d-cf15d6e9f1c5"}],"id":"222e942d-ee93-43c7-ab14-d0b8818d2f10","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-222e942d-ee93-43c7-ab14-d0b8818d2f10"},{"name":"Indonesia","item":[{"name":"Indonesia Business Search","id":"2488af08-8f5c-41b1-8985-0535114fb02c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"27b5d89b-bd8c-4305-a770-ed402ad9f7f3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"k7R8A77Yitt\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"N9@ll6nN8_.\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-27b5d89b-bd8c-4305-a770-ed402ad9f7f3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2488af08-8f5c-41b1-8985-0535114fb02c"},{"name":"Indonesia Business Search","id":"24b6e573-1c0b-4488-820e-7f2468f5d7a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"8c783555-ec43-4130-b078-3ad59f3c3ae6","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"corporation_type\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"7FZmGBI+cJ\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"corporation_type\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"AGy7\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8c783555-ec43-4130-b078-3ad59f3c3ae6"},{"id":"de32d3dd-6bba-4f65-b948-b7a0eb68b519","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-de32d3dd-6bba-4f65-b948-b7a0eb68b519"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-24b6e573-1c0b-4488-820e-7f2468f5d7a1"},{"name":"Indonesia UBO Search","id":"91fb9538-ff86-45d6-b7a8-7f681f4f6ecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"33cac4cb-9a24-44ee-8217-4eb2c864a4f5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"k7R8A77Yitt\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"corporation_type\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"N9@ll6nN8_.\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-33cac4cb-9a24-44ee-8217-4eb2c864a4f5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-91fb9538-ff86-45d6-b7a8-7f681f4f6ecd"},{"name":"Indonesia UBO Search","id":"b5955fff-c884-4925-bcb3-e655c77551e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","ubo",""]},"description":"\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"471eab75-3826-4b27-bf17-06d55cf315e2","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","ubo",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"corporation_type\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"7FZmGBI+cJ\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"corporation_type\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"AGy7\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-471eab75-3826-4b27-bf17-06d55cf315e2"},{"id":"4f2faf4d-a3fd-44f4-b0e3-8660019ca1f6","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"corporation_type\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/indonesia/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","indonesia","ubo",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4f2faf4d-a3fd-44f4-b0e3-8660019ca1f6"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b5955fff-c884-4925-bcb3-e655c77551e0"}],"id":"0fda2b40-a585-4648-a11d-9e89344f14e0","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-0fda2b40-a585-4648-a11d-9e89344f14e0"},{"name":"Ireland","item":[{"name":"Ireland Business Search","id":"3204f5ea-8ec9-4ba9-8569-48edec01b6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"ec4448f1-5d4b-4f06-8501-f1bf3c349bcd","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity_number\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"96oGA\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity_number\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"q\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ec4448f1-5d4b-4f06-8501-f1bf3c349bcd"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3204f5ea-8ec9-4ba9-8569-48edec01b6ab"},{"name":"Ireland Business Search","id":"fa365903-ae35-4b7a-b791-369e8115584e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"57178317-d08f-41f8-b3a8-e3d2661c1b93","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity_number\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"yo3gNfdQR\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"entity_number\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"L\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-57178317-d08f-41f8-b3a8-e3d2661c1b93"},{"id":"51f20c8c-0eeb-4b80-b113-b450fd2a9e48","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-51f20c8c-0eeb-4b80-b113-b450fd2a9e48"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-fa365903-ae35-4b7a-b791-369e8115584e"},{"name":"Ireland UBO Search","id":"bab85365-1961-442d-97ce-7fad9cc3faef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"0bf1e31f-29a5-4ed9-9160-6c0f80c8cda7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity_number\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"96oGA\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"entity_number\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"q\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0bf1e31f-29a5-4ed9-9160-6c0f80c8cda7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bab85365-1961-442d-97ce-7fad9cc3faef"},{"name":"Ireland UBO Search","id":"8f074eb8-2658-40ed-8255-23e02f3da1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","ubo",""]},"description":"\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"32bd2a71-fadb-420e-8d5b-3ab3dd11f237","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","ubo",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"rid\": \"<string>\"\n  },\n  {\n    \"rid\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-32bd2a71-fadb-420e-8d5b-3ab3dd11f237"},{"id":"ebde7d56-5a5b-4325-a2cc-9958fa19a0d9","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"entity_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","ubo",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ebde7d56-5a5b-4325-a2cc-9958fa19a0d9"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-8f074eb8-2658-40ed-8255-23e02f3da1eb"},{"name":"Ireland VAT Search","id":"91e930f2-5af6-4429-a453-3fc55d65898e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"a0a9be98-9616-488c-8c14-0f5f4e297416","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a0a9be98-9616-488c-8c14-0f5f4e297416"},{"id":"654a037a-4c73-4687-bb46-5726b24c6af2","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-654a037a-4c73-4687-bb46-5726b24c6af2"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-91e930f2-5af6-4429-a453-3fc55d65898e"},{"name":"Ireland VAT Search","id":"aa8d5088-c7cc-4773-b8be-3566219b39fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"70bb3ebf-1185-4926-aa93-d3f0834455d6","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-70bb3ebf-1185-4926-aa93-d3f0834455d6"},{"id":"34c86d2f-403d-4dfb-8497-340d8d29516f","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/ireland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","ireland","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-34c86d2f-403d-4dfb-8497-340d8d29516f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-aa8d5088-c7cc-4773-b8be-3566219b39fe"}],"id":"af427272-735d-47db-8198-65ec2f84d7ec","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-af427272-735d-47db-8198-65ec2f84d7ec"},{"name":"Italy","item":[{"name":"Italy Business Search","id":"852bcb1a-e11f-45c2-b650-730033ed0521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"063cc230-6532-4745-987e-9194a64db514","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"document\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"nhbG\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"document\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"2k9P\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-063cc230-6532-4745-987e-9194a64db514"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-852bcb1a-e11f-45c2-b650-730033ed0521"},{"name":"Italy Business Search","id":"7e90c85a-f3fb-463f-bc41-900fece6d153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"f41304c1-140d-4146-a4e5-5be13cc6fc10","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"document\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"atm0Fv7\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"document\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"yqTlOz\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f41304c1-140d-4146-a4e5-5be13cc6fc10"},{"id":"5ec694ee-a164-47b2-969a-b72467eac03f","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5ec694ee-a164-47b2-969a-b72467eac03f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7e90c85a-f3fb-463f-bc41-900fece6d153"},{"name":"Italy Fiscal Search","id":"1bb785c1-28fd-4d55-a172-6c3c5db2bd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of Fiscal searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"ebceb568-e863-4dac-9855-6bd310e060cf","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"code\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"request_data\": {},\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<integer>\",\n    \"created_by_user\": \"<string>\"\n  },\n  {\n    \"code\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"request_data\": {},\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<integer>\",\n    \"created_by_user\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ebceb568-e863-4dac-9855-6bd310e060cf"},{"id":"7809efad-e1b8-4211-8656-7c4d4565ee08","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/?page=<number>&id=<number>&offset=<number>&limit=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""],"query":[{"key":"page","value":"<number>","description":"Enter page number"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"offset","value":"<number>"},{"key":"limit","value":"<number>"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7809efad-e1b8-4211-8656-7c4d4565ee08"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-1bb785c1-28fd-4d55-a172-6c3c5db2bd66"},{"name":"Italy Fiscal Search","id":"92c2b3a1-7518-4982-900f-ab4c50588a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"b568363a-2fb7-4316-8e4a-5eb754699cdc","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"code\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"request_data\": {},\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<integer>\",\n    \"created_by_user\": \"<string>\"\n  },\n  {\n    \"code\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"request_data\": {},\n    \"status\": \"<string>\",\n    \"message\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\",\n    \"webhook_urls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_by\": \"<integer>\",\n    \"created_by_user\": \"<string>\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b568363a-2fb7-4316-8e4a-5eb754699cdc"},{"id":"d03e81f2-9819-4434-b084-3ff6ed228d7e","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\",\n  \"webhook_urls\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/fiscal/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","fiscal",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d03e81f2-9819-4434-b084-3ff6ed228d7e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-92c2b3a1-7518-4982-900f-ab4c50588a34"},{"name":"Italy VAT Search","id":"b00ea3c2-40dc-4996-a9e1-37c5176ba05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"66d0f741-db8e-475a-8984-7701250fa91c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-66d0f741-db8e-475a-8984-7701250fa91c"},{"id":"14d71bbe-9745-4fa2-acb0-26e36c5aa706","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-14d71bbe-9745-4fa2-acb0-26e36c5aa706"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b00ea3c2-40dc-4996-a9e1-37c5176ba05d"},{"name":"Italy VAT Search","id":"829b0511-81a5-4dc8-ac33-63eadde2e5da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"0e71d071-feb8-40ba-9997-9be638f952af","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0e71d071-feb8-40ba-9997-9be638f952af"},{"id":"d6b4061c-88a2-4aa2-8c29-2f41885669ad","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/italy/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","italy","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d6b4061c-88a2-4aa2-8c29-2f41885669ad"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-829b0511-81a5-4dc8-ac33-63eadde2e5da"}],"id":"32ebad84-42ed-4c76-87e2-f9880f5db7e2","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-32ebad84-42ed-4c76-87e2-f9880f5db7e2"},{"name":"Japan","item":[{"name":"Japan Business Search","id":"cde083d8-d6c5-45ce-bee4-782879646cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/japan/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","japan","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"7d03eb17-3b85-4bbb-8c5e-c79b80f0c742","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/japan/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","japan","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"code\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"30Z2tNRq\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"code\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"2AWWTMRGu\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7d03eb17-3b85-4bbb-8c5e-c79b80f0c742"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-cde083d8-d6c5-45ce-bee4-782879646cf2"},{"name":"Japan Business Search","id":"985646f8-93e9-47cb-b0f6-869f0092b04a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/japan/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","japan","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"3b7eb057-fe71-42f4-aada-41e626ad6a34","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/japan/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","japan","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3b7eb057-fe71-42f4-aada-41e626ad6a34"},{"id":"2c6ca051-c436-4a57-9b40-226633d3ce96","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/japan/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","japan","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2c6ca051-c436-4a57-9b40-226633d3ce96"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-985646f8-93e9-47cb-b0f6-869f0092b04a"}],"id":"2ac9c763-645d-47e9-a75c-89cc20766dd4","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2ac9c763-645d-47e9-a75c-89cc20766dd4"},{"name":"Latvia","item":[{"name":"Latvia Business Search","id":"09a1132b-fb01-4e65-872f-0121d8d74053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/latvia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","latvia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"f58f4d00-d106-4d26-b5e6-283ed17b93bd","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/latvia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","latvia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f58f4d00-d106-4d26-b5e6-283ed17b93bd"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-09a1132b-fb01-4e65-872f-0121d8d74053"},{"name":"Latvia Business Search","id":"74e41b46-ec34-4ffc-a860-05ea0bf44278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/latvia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","latvia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"ab07ca6e-c26e-4742-9777-e8e24d1da092","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/latvia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","latvia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ab07ca6e-c26e-4742-9777-e8e24d1da092"},{"id":"2cdc467c-db00-4312-9b1c-773a10b4bb9c","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/latvia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","latvia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2cdc467c-db00-4312-9b1c-773a10b4bb9c"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-74e41b46-ec34-4ffc-a860-05ea0bf44278"}],"id":"3c1dc11d-8916-4351-bcbc-8bfc619227d3","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-3c1dc11d-8916-4351-bcbc-8bfc619227d3"},{"name":"Lithuania","item":[{"name":"Lithuania Business Search","id":"7bc75301-9e39-4e02-9516-3f9906e76767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"de9445b1-ce69-4e31-a33e-aeb2a6acb02a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"code\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"30Z2tNRq\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"code\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"2AWWTMRGu\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-de9445b1-ce69-4e31-a33e-aeb2a6acb02a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7bc75301-9e39-4e02-9516-3f9906e76767"},{"name":"Lithuania Business Search","id":"6a24297a-2e1f-4f0a-a599-7ff60dc83224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"1b7390db-9d44-4c1f-8ae3-9c22a71c5d7d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"x5F9ey\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"code\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"6zgo0\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1b7390db-9d44-4c1f-8ae3-9c22a71c5d7d"},{"id":"bf9c4d19-0886-4497-ab36-a779723ccfac","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"code\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bf9c4d19-0886-4497-ab36-a779723ccfac"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-6a24297a-2e1f-4f0a-a599-7ff60dc83224"},{"name":"Lithuania VAT Search","id":"58773698-01f4-456b-b29f-96562373b719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"749988c4-46bf-4663-b269-081ed03aec8a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-749988c4-46bf-4663-b269-081ed03aec8a"},{"id":"d1dd6a88-aad4-4bec-820c-d5eff8f6a8e9","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d1dd6a88-aad4-4bec-820c-d5eff8f6a8e9"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-58773698-01f4-456b-b29f-96562373b719"},{"name":"Lithuania VAT Search","id":"a034f16b-4774-4f4d-b5af-deb6720368c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"5ab27db9-55ad-4166-81ba-cfe81835ed5b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5ab27db9-55ad-4166-81ba-cfe81835ed5b"},{"id":"1ba783e6-0b4b-460a-a54d-468804395b28","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/lithuania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","lithuania","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1ba783e6-0b4b-460a-a54d-468804395b28"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-a034f16b-4774-4f4d-b5af-deb6720368c1"}],"id":"d8a5f170-7a2e-4b66-895c-1e2c0600186d","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d8a5f170-7a2e-4b66-895c-1e2c0600186d"},{"name":"Luxembourg","item":[{"name":"Luxembourg Business Search","id":"75bd94c7-b29b-44af-b736-f02b09cb1b1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/luxembourg/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","luxembourg","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"aa4116da-978a-4555-84ac-581bc6d766a7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/luxembourg/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","luxembourg","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"rcs_number\": \"<string>\",\n      \"status\": \"Processing\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"pP\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"rcs_number\": \"<string>\",\n      \"status\": \"Ready To Pick\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"k2UO\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-aa4116da-978a-4555-84ac-581bc6d766a7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-75bd94c7-b29b-44af-b736-f02b09cb1b1d"},{"name":"Luxembourg Business Search","id":"c70406db-dfc1-4a52-a72f-18e139473c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"rcs_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/luxembourg/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","luxembourg","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"cf2f0781-e259-4829-8a48-4d0567322f16","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"rcs_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/luxembourg/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","luxembourg","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"rcs_number\": \"<string>\",\n    \"status\": \"Completed\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"m\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"rcs_number\": \"<string>\",\n    \"status\": \"Ready To Pick\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"VeVoBc\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cf2f0781-e259-4829-8a48-4d0567322f16"},{"id":"cb669c13-cde2-4950-b4d9-0d14f6f7c510","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"rcs_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/luxembourg/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","luxembourg","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cb669c13-cde2-4950-b4d9-0d14f6f7c510"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c70406db-dfc1-4a52-a72f-18e139473c95"}],"id":"065f2d61-5a55-4550-a7c2-a34a6d2a0839","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-065f2d61-5a55-4550-a7c2-a34a6d2a0839"},{"name":"Malaysia","item":[{"name":"Malaysia Business Search","id":"49e2741e-ed0a-4200-a62d-ab96b3a503a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malaysia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malaysia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"755c4fb9-4463-467d-82c2-3fb402e6ca70","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malaysia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malaysia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-755c4fb9-4463-467d-82c2-3fb402e6ca70"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-49e2741e-ed0a-4200-a62d-ab96b3a503a2"},{"name":"Malaysia Business Search","id":"714f6b70-930e-4201-a100-322a6e4714b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malaysia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malaysia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"a5929b09-ee92-4daf-8bd5-04d28216b953","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malaysia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malaysia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a5929b09-ee92-4daf-8bd5-04d28216b953"},{"id":"ed3d4208-d73a-4fa9-99d7-fbc557a611ef","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malaysia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malaysia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ed3d4208-d73a-4fa9-99d7-fbc557a611ef"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-714f6b70-930e-4201-a100-322a6e4714b8"}],"id":"b9dbbf10-71e7-4a27-a2d9-95e77304eede","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b9dbbf10-71e7-4a27-a2d9-95e77304eede"},{"name":"Malta","item":[{"name":"Malta Business Search","id":"9b6dea24-8911-4c4a-9a83-378ac5028a41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"c9c774b3-73aa-4a3f-a48f-d9e0b12cc0f5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"company_registration_number\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"f\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"company_registration_number\": \"<string>\",\n      \"status\": \"Completed\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"NLMntWYm\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c9c774b3-73aa-4a3f-a48f-d9e0b12cc0f5"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-9b6dea24-8911-4c4a-9a83-378ac5028a41"},{"name":"Malta Business Search","id":"ea1d28fb-1a44-4ea8-857b-343950c6c0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"company_registration_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2abe6a75-0802-4bd8-a11d-30786b53404e","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"company_registration_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"company_registration_number\": \"<string>\",\n    \"status\": \"Ready To Pick\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"gwd9+-\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"company_registration_number\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"ao6BIuRv\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2abe6a75-0802-4bd8-a11d-30786b53404e"},{"id":"6193c547-d824-4d53-90f9-bc0669bb0b05","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"company_registration_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6193c547-d824-4d53-90f9-bc0669bb0b05"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-ea1d28fb-1a44-4ea8-857b-343950c6c0aa"},{"name":"Malta VAT Search","id":"6dca88ca-8249-4414-a411-d0917363245b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"f1b6eb47-240d-44c4-863b-d355d8b0e50d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f1b6eb47-240d-44c4-863b-d355d8b0e50d"},{"id":"b6e3193b-9919-44b9-bbca-bb1ce726a893","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b6e3193b-9919-44b9-bbca-bb1ce726a893"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-6dca88ca-8249-4414-a411-d0917363245b"},{"name":"Malta VAT Search","id":"d10443a3-df26-41c5-9a12-4e41510993e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"80bc8c09-792a-48c5-9b9b-a923b7977b59","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-80bc8c09-792a-48c5-9b9b-a923b7977b59"},{"id":"c65b4078-9e2c-4348-9a34-3837256da14a","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/malta/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","malta","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c65b4078-9e2c-4348-9a34-3837256da14a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d10443a3-df26-41c5-9a12-4e41510993e2"}],"id":"5cf3f9a7-2826-48c8-8ab4-57a72605d5b7","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5cf3f9a7-2826-48c8-8ab4-57a72605d5b7"},{"name":"Netherlands","item":[{"name":"Netherlands Business Search","id":"22d68300-58f0-4493-a474-139bd1ecb011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"8a0ac9ef-ccf6-4070-9634-21df22c90a57","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8a0ac9ef-ccf6-4070-9634-21df22c90a57"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-22d68300-58f0-4493-a474-139bd1ecb011"},{"name":"Netherlands Business Search","id":"cbc7f689-a0ad-494e-93a2-871f8a8aebaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"58a2ae53-47c5-4333-a7e2-3bcc657c4ebe","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-58a2ae53-47c5-4333-a7e2-3bcc657c4ebe"},{"id":"f4686a93-94ff-4fee-b6d5-b34bc5e19b9f","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f4686a93-94ff-4fee-b6d5-b34bc5e19b9f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-cbc7f689-a0ad-494e-93a2-871f8a8aebaf"},{"name":"Netherlands VAT Search","id":"f6232412-f40f-4d2f-8bcd-6f5f0e897e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"ae4cda60-eaab-483f-90de-c78a844fe5a6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ae4cda60-eaab-483f-90de-c78a844fe5a6"},{"id":"6a20bd7b-02e3-4574-b2b4-216efefad663","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6a20bd7b-02e3-4574-b2b4-216efefad663"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f6232412-f40f-4d2f-8bcd-6f5f0e897e7b"},{"name":"Netherlands VAT Search","id":"79172c89-8ba7-4bd7-8057-1915f6ab50d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"a0283b1f-bad0-4441-bbb2-32ff7beaeffc","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-a0283b1f-bad0-4441-bbb2-32ff7beaeffc"},{"id":"8f874dcf-e167-4a1e-8fe0-ae73f603cb4a","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/netherlands/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","netherlands","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8f874dcf-e167-4a1e-8fe0-ae73f603cb4a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-79172c89-8ba7-4bd7-8057-1915f6ab50d2"}],"id":"f4e03f53-f472-4f38-8609-bf7e28271ad5","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-f4e03f53-f472-4f38-8609-bf7e28271ad5"},{"name":"NewZealand","item":[{"name":"NewZealand Business Search","id":"b9d15642-e6cc-4a8f-b28c-c9d49b6f6890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/newzealand/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","newzealand","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"e8bd4671-4ef6-4c98-a88a-83b39deaac6e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/newzealand/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","newzealand","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e8bd4671-4ef6-4c98-a88a-83b39deaac6e"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b9d15642-e6cc-4a8f-b28c-c9d49b6f6890"},{"name":"NewZealand Business Search","id":"2a121a8f-84cb-41f3-bd49-2ed0ad73d3ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/newzealand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","newzealand","business",""]},"description":"Search the Companies Register\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"d5b1a032-9257-4b4f-8dda-5c0ba42fe645","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/newzealand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","newzealand","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d5b1a032-9257-4b4f-8dda-5c0ba42fe645"},{"id":"e781e183-17ce-41ba-8782-f02ad8560c28","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/newzealand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","newzealand","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e781e183-17ce-41ba-8782-f02ad8560c28"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2a121a8f-84cb-41f3-bd49-2ed0ad73d3ac"}],"id":"9888a628-d56d-4eb3-b7a1-65fbc51e9e60","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-9888a628-d56d-4eb3-b7a1-65fbc51e9e60"},{"name":"Norway","item":[{"name":"Norway Business Search","id":"bc751589-d7a3-44be-b0dd-30377577ac3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/norway/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","norway","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"966c91f1-397e-4977-9368-b389db7da2e4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/norway/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","norway","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-966c91f1-397e-4977-9368-b389db7da2e4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bc751589-d7a3-44be-b0dd-30377577ac3c"},{"name":"Norway Business Search","id":"80b2d6d5-7965-4eaa-a18d-63301ad6c065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/norway/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","norway","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"4fc1a4c4-aad3-4145-8239-4802ee790acd","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/norway/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","norway","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4fc1a4c4-aad3-4145-8239-4802ee790acd"},{"id":"8abf0537-6813-4994-976d-be11424971c1","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/norway/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","norway","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-8abf0537-6813-4994-976d-be11424971c1"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-80b2d6d5-7965-4eaa-a18d-63301ad6c065"}],"id":"2cf2e473-4bc4-4924-b785-70baeaf84c05","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2cf2e473-4bc4-4924-b785-70baeaf84c05"},{"name":"Poland","item":[{"name":"Poland Business Search","id":"39a04d93-915b-4229-8b6c-4b75116fe6df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"b9f7af92-9bc9-43bf-8aeb-567472e5040d","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"nip\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"6P\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"nip\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"0Bg8JwlWwn\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-b9f7af92-9bc9-43bf-8aeb-567472e5040d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-39a04d93-915b-4229-8b6c-4b75116fe6df"},{"name":"Poland Business Search","id":"884aad5e-9f03-4d48-b23c-641435c3eb83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"nip\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2e207724-631c-4d27-9268-68d798d4ad1b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"nip\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2e207724-631c-4d27-9268-68d798d4ad1b"},{"id":"e16b81f2-88fc-411a-8477-4c6542b51458","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"nip\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e16b81f2-88fc-411a-8477-4c6542b51458"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-884aad5e-9f03-4d48-b23c-641435c3eb83"},{"name":"Poland VAT Search","id":"e28d9962-f07b-4f96-a2c8-2b8a4b972a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"dbaf5ba5-6010-474c-8908-fa2e611279e4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-dbaf5ba5-6010-474c-8908-fa2e611279e4"},{"id":"d648bd58-2d2c-4910-9548-153ae649b13f","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d648bd58-2d2c-4910-9548-153ae649b13f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e28d9962-f07b-4f96-a2c8-2b8a4b972a91"},{"name":"Poland VAT Search","id":"179fe4b3-1c92-47fa-a69f-e230152d6ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"ce9cf7f6-3103-40d8-9bdd-94fc4ae9a105","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-ce9cf7f6-3103-40d8-9bdd-94fc4ae9a105"},{"id":"3eaf5aba-aa7a-4a30-8800-46dcf89554c4","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/poland/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","poland","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3eaf5aba-aa7a-4a30-8800-46dcf89554c4"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-179fe4b3-1c92-47fa-a69f-e230152d6ae9"}],"id":"23c9f3ae-e1d8-4ae6-ab2a-07fc469a2118","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-23c9f3ae-e1d8-4ae6-ab2a-07fc469a2118"},{"name":"Portugal","item":[{"name":"Portugal Business Search","id":"b7e12519-9263-421f-8c2e-e3a993656d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"0209dd3e-b7c9-4588-9fc9-b2c2d7aa9597","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"cae\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"@C\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"cae\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"xZw7G\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0209dd3e-b7c9-4588-9fc9-b2c2d7aa9597"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b7e12519-9263-421f-8c2e-e3a993656d0a"},{"name":"Portugal Business Search","id":"7b125131-e569-481b-a17c-f78e171d1e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"cae\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"f2877969-d3fd-4ca0-b970-9c7a0af24ffa","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"cae\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"cae\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"BubdM\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"cae\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"MH7+ULXU8U9\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f2877969-d3fd-4ca0-b970-9c7a0af24ffa"},{"id":"841b69da-b3a1-4754-9962-fd6aff935277","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"cae\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-841b69da-b3a1-4754-9962-fd6aff935277"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7b125131-e569-481b-a17c-f78e171d1e61"},{"name":"Portugal VAT Search","id":"9cc6f91f-ae40-4de8-adfd-492c201e1ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"1b63eaf8-0985-4792-aaad-760f89b44f4f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1b63eaf8-0985-4792-aaad-760f89b44f4f"},{"id":"885138f5-7c51-44f2-a50c-a8b07fa8779d","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-885138f5-7c51-44f2-a50c-a8b07fa8779d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-9cc6f91f-ae40-4de8-adfd-492c201e1ef0"},{"name":"Portugal VAT Search","id":"404f0954-48d7-4901-aece-436ef1f4af4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"34559732-44e6-41d0-b69f-07241608d4e8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-34559732-44e6-41d0-b69f-07241608d4e8"},{"id":"de31f88a-9817-4dc0-9c3e-4ef20ab30a15","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/portugal/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","portugal","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-de31f88a-9817-4dc0-9c3e-4ef20ab30a15"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-404f0954-48d7-4901-aece-436ef1f4af4c"}],"id":"428b15c5-007e-4371-b4c7-4b8998cdb343","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-428b15c5-007e-4371-b4c7-4b8998cdb343"},{"name":"Romania","item":[{"name":"Romania VAT Search","id":"e90214a9-5eb0-491f-8bc0-b17c6640b3fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"4f21a89a-4ab8-4314-8b1d-d204f16e0ad0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4f21a89a-4ab8-4314-8b1d-d204f16e0ad0"},{"id":"46d50561-ac62-4d61-9fdf-719e1d1bca7d","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-46d50561-ac62-4d61-9fdf-719e1d1bca7d"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e90214a9-5eb0-491f-8bc0-b17c6640b3fb"},{"name":"Romania VAT Search","id":"de57430a-a4fd-4c89-a095-b7d89fb3bd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2e406386-e93a-4ef4-bec8-8e5e97a632e9","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2e406386-e93a-4ef4-bec8-8e5e97a632e9"},{"id":"1f9bf227-06b2-4d7c-a2fb-77a7ef893411","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/romania/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","romania","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-1f9bf227-06b2-4d7c-a2fb-77a7ef893411"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-de57430a-a4fd-4c89-a095-b7d89fb3bd24"}],"id":"8499d165-6c5c-42af-8096-18313a3bed67","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-8499d165-6c5c-42af-8096-18313a3bed67"},{"name":"Singapore","item":[{"name":"Singapore Business Search","id":"647397b6-e364-4526-8b62-42401bde761b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"762ce2de-e28a-4f57-bb0e-55f0fde2adb3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-762ce2de-e28a-4f57-bb0e-55f0fde2adb3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-647397b6-e364-4526-8b62-42401bde761b"},{"name":"Singapore Business Search","id":"4e8f10b5-6395-4237-b792-ef0735cc152d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"e8e214b4-13a8-457f-b4de-a777a32a9dad","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e8e214b4-13a8-457f-b4de-a777a32a9dad"},{"id":"7c8bdccd-33fb-476c-8798-d9647a2d7486","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-7c8bdccd-33fb-476c-8798-d9647a2d7486"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4e8f10b5-6395-4237-b792-ef0735cc152d"},{"name":"Singapore UBO Search","id":"ef5c5068-ad5b-47e9-a9b9-928992eb2fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"f4b4c0f8-951d-400e-99be-71783a7b640a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/ubo/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","ubo",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-f4b4c0f8-951d-400e-99be-71783a7b640a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-ef5c5068-ad5b-47e9-a9b9-928992eb2fe5"},{"name":"Singapore UBO Search","id":"4328da95-4f96-4f0c-a0ff-f0cbdef85161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","ubo",""]},"description":"\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"4fdfaa26-ae8b-484c-b3c3-7b0610b2a30d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","ubo",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4fdfaa26-ae8b-484c-b3c3-7b0610b2a30d"},{"id":"2d87f422-61b5-4bd8-ba58-8eab085bc2ea","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\",\n  \"number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/singapore/ubo/","host":["{{baseUrl}}"],"path":["api","v1","kyb","singapore","ubo",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2d87f422-61b5-4bd8-ba58-8eab085bc2ea"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-4328da95-4f96-4f0c-a0ff-f0cbdef85161"}],"id":"42960d8b-97c8-41d4-be4d-712c35fc7171","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-42960d8b-97c8-41d4-be4d-712c35fc7171"},{"name":"Slovakia","item":[{"name":"Slovakia Business Search","id":"0a3a0cfa-9f7c-4c70-9a1c-e8670cce67c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"914df35f-4a70-4b95-8a6e-795d829d55d7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-914df35f-4a70-4b95-8a6e-795d829d55d7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-0a3a0cfa-9f7c-4c70-9a1c-e8670cce67c4"},{"name":"Slovakia Business Search","id":"8ab7614b-8532-4b9a-8f12-0230532a609a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"e31e73cf-064b-40a4-9dd1-74d5f0929a2c","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e31e73cf-064b-40a4-9dd1-74d5f0929a2c"},{"id":"96a0daf1-2c5c-45d5-89a7-009c799c3ecf","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-96a0daf1-2c5c-45d5-89a7-009c799c3ecf"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-8ab7614b-8532-4b9a-8f12-0230532a609a"},{"name":"Slovakia VAT Search","id":"c3ebbb23-a880-4b22-a270-4034e91a986a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"357258de-f0c2-45ca-aa00-0df585b6c212","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-357258de-f0c2-45ca-aa00-0df585b6c212"},{"id":"0a33339b-941b-4f3b-9a98-610aef5f12a7","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0a33339b-941b-4f3b-9a98-610aef5f12a7"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-c3ebbb23-a880-4b22-a270-4034e91a986a"},{"name":"Slovakia VAT Search","id":"7260eb80-a1ac-4256-8c08-e343a1949a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"2c0dc3aa-9302-4bb1-9f8e-38756717bad7","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-2c0dc3aa-9302-4bb1-9f8e-38756717bad7"},{"id":"bcbdad5b-6370-4188-9d66-a6e86e0ea814","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovakia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovakia","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bcbdad5b-6370-4188-9d66-a6e86e0ea814"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7260eb80-a1ac-4256-8c08-e343a1949a61"}],"id":"de746add-9c22-44ce-b115-d3b4d93b4467","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-de746add-9c22-44ce-b115-d3b4d93b4467"},{"name":"Slovenia","item":[{"name":"Slovenia VAT Search","id":"7a6b2184-b28f-4660-8534-fe7521818b83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"241ecd6d-3038-44dc-83d3-931622527ac3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-241ecd6d-3038-44dc-83d3-931622527ac3"},{"id":"026f3f57-492e-4213-b642-db8c2ed73e80","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-026f3f57-492e-4213-b642-db8c2ed73e80"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-7a6b2184-b28f-4660-8534-fe7521818b83"},{"name":"Slovenia VAT Search","id":"d2a27f62-fba3-4b20-9ea6-597f73fb6c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"45f22a30-2993-437e-b556-3732bf252fea","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-45f22a30-2993-437e-b556-3732bf252fea"},{"id":"777eff84-41f1-4028-bcae-e38324fda6d8","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/slovenia/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","slovenia","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-777eff84-41f1-4028-bcae-e38324fda6d8"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d2a27f62-fba3-4b20-9ea6-597f73fb6c76"}],"id":"866dac27-bbcc-49b0-b837-66a70b88569a","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-866dac27-bbcc-49b0-b837-66a70b88569a"},{"name":"Spain","item":[{"name":"Spain VAT Search","id":"e64a107f-f60e-4e33-9abe-23213a6c3270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"9ab8d435-c416-4c8e-9cec-c4636dbbe746","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9ab8d435-c416-4c8e-9cec-c4636dbbe746"},{"id":"6cf2f6d0-1479-42b8-adab-897581f15286","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-6cf2f6d0-1479-42b8-adab-897581f15286"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e64a107f-f60e-4e33-9abe-23213a6c3270"},{"name":"Spain VAT Search","id":"22410ce5-9acb-49d8-ad40-3528a5f568fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"e333b174-5eaf-4a14-8924-876b0fe64935","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e333b174-5eaf-4a14-8924-876b0fe64935"},{"id":"e5205ddb-2394-44a3-9f66-25542910860a","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/spain/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","spain","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-e5205ddb-2394-44a3-9f66-25542910860a"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-22410ce5-9acb-49d8-ad40-3528a5f568fc"}],"id":"743d09f4-da67-4582-bcc6-ac72e2492be9","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-743d09f4-da67-4582-bcc6-ac72e2492be9"},{"name":"Sweden","item":[{"name":"Sweden Business Search","id":"d4e5516a-22f1-4e09-b57f-492f78daad03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"462eef61-b0ef-4fdd-af8c-9befad1dd7c0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-462eef61-b0ef-4fdd-af8c-9befad1dd7c0"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d4e5516a-22f1-4e09-b57f-492f78daad03"},{"name":"Sweden Business Search","id":"e63b678f-c7e8-463e-af84-cef3050859c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"0f263e0e-2e88-4b9f-9c1e-cd28e65733a5","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-0f263e0e-2e88-4b9f-9c1e-cd28e65733a5"},{"id":"3db518eb-9e2c-4238-8f6a-850fd8c1fbfd","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-3db518eb-9e2c-4238-8f6a-850fd8c1fbfd"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e63b678f-c7e8-463e-af84-cef3050859c0"},{"name":"Sweden VAT Search","id":"08d50bbd-aad3-4537-ba0b-e1d869846e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and detail information of VAT number searched\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"94197687-8203-4482-8919-f0cf989497ce","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-94197687-8203-4482-8919-f0cf989497ce"},{"id":"d78df058-ff53-48fc-a459-0d33f099acc3","name":"Forbidden can be one from the list","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/?limit=<number>&offset=<number>&id=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-d78df058-ff53-48fc-a459-0d33f099acc3"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-08d50bbd-aad3-4537-ba0b-e1d869846e1e"},{"name":"Sweden VAT Search","id":"48c7696f-a7f1-4ff0-9684-2f561ccaf3d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""]},"description":"VAT number validation\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"c78164ca-8e4c-449c-b0c9-cc2a34422c66","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Pending\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"_Qs0hXiP\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"vat\": \"<string>\",\n    \"data\": \"<string>\",\n    \"status\": \"Error\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"tFsc2Ih\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c78164ca-8e4c-449c-b0c9-cc2a34422c66"},{"id":"9c83f63c-12e0-4092-a627-87218458eb59","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vat_number\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/sweden/vat/","host":["{{baseUrl}}"],"path":["api","v1","kyb","sweden","vat",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9c83f63c-12e0-4092-a627-87218458eb59"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-48c7696f-a7f1-4ff0-9684-2f561ccaf3d0"}],"id":"5a161644-0717-407d-90ae-9dbef3803350","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-5a161644-0717-407d-90ae-9dbef3803350"},{"name":"Switzerland","item":[{"name":"Switzerland Business Search","id":"bee3ed6c-f5fb-4ca3-abd8-89420d660c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/switzerland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","switzerland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"9676850f-c2b9-4080-856c-eaf36d3472dd","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/switzerland/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","switzerland","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-9676850f-c2b9-4080-856c-eaf36d3472dd"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-bee3ed6c-f5fb-4ca3-abd8-89420d660c6e"},{"name":"Switzerland Business Search","id":"155849f7-12c6-432b-a36e-d42ad1f73bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/switzerland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","switzerland","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"c0997468-d5fc-4d25-aad1-46c1c17a317f","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/switzerland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","switzerland","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-c0997468-d5fc-4d25-aad1-46c1c17a317f"},{"id":"cb6633b0-a197-40c3-a4b4-15b2b3964daf","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/switzerland/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","switzerland","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-cb6633b0-a197-40c3-a4b4-15b2b3964daf"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-155849f7-12c6-432b-a36e-d42ad1f73bd8"}],"id":"67887944-527b-4317-bb6d-60313be18e94","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-67887944-527b-4317-bb6d-60313be18e94"},{"name":"Thailand","item":[{"name":"Thailand Business Search","id":"e0c385c7-1dd8-49c9-a5ee-327b1cbc1463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/thailand/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","thailand","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of an information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"32213f31-f9dd-4cc7-ace9-bc8d9aa84557","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/thailand/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","thailand","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-32213f31-f9dd-4cc7-ace9-bc8d9aa84557"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-e0c385c7-1dd8-49c9-a5ee-327b1cbc1463"},{"name":"Thailand Business Search","id":"426b7a06-1f74-476a-b11e-fe29320b9be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/thailand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","thailand","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"5ff07cb8-3f24-40d3-b914-a2c2db4e3649","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/thailand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","thailand","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-5ff07cb8-3f24-40d3-b914-a2c2db4e3649"},{"id":"79575bc9-817b-4ac4-8aca-5e9b5214cbae","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/thailand/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","thailand","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-79575bc9-817b-4ac4-8aca-5e9b5214cbae"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-426b7a06-1f74-476a-b11e-fe29320b9be0"}],"id":"d7e35cce-fd18-454f-ae6f-64fc1d0a0284","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-d7e35cce-fd18-454f-ae6f-64fc1d0a0284"},{"name":"UK","item":[{"name":"UK Business Search","id":"2a71c1e1-2bc8-4991-bfef-6df4408a2245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/uk/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","uk","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]},"description":"Get list and details of the information searched\n- RID is the unique record id.\n- ID is the unique entity/submission id.\n- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').\n- Status is the current state of an entity.\n"},"response":[{"id":"bda82ed9-2638-43d7-96c8-061dd7d0523b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/api/v1/kyb/uk/business/?limit=<number>&offset=<number>&id=<number>&rid=<number>&page=<number>&page_size=<number>&order=<string>","host":["{{baseUrl}}"],"path":["api","v1","kyb","uk","business",""],"query":[{"key":"limit","value":"<number>"},{"key":"offset","value":"<number>"},{"key":"id","value":"<number>","description":"Enter ID"},{"key":"rid","value":"<number>","description":"Enter RID"},{"key":"page","value":"<number>","description":"Enter page number"},{"key":"page_size","value":"<number>","description":"Enter page size"},{"key":"order","value":"<string>","description":"Enter the order of the list. (asc or desc)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"Bh8xc\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"status\": \"<string>\",\n      \"created_at\": \"<dateTime>\",\n      \"created_by\": \"QZ5e_8\"\n    }\n  ],\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\"\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-bda82ed9-2638-43d7-96c8-061dd7d0523b"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-2a71c1e1-2bc8-4991-bfef-6df4408a2245"},{"name":"UK Business Search","id":"07e9171f-98ad-49fd-aa58-84d837f58bd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/uk/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","uk","business",""]},"description":"Search companies and obtain certified information\n---\nCredit Message Error\n    - {\"code\": \"credit_message\", \"message\": \"Credit limit reached! For assistance, please contact the support\"}\n"},"response":[{"id":"127de0d2-48b1-4024-8192-1a60988bd1f8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/uk/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","uk","business",""]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"j\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"status\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"d9LY\"\n  }\n]","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-127de0d2-48b1-4024-8192-1a60988bd1f8"},{"id":"80c54d29-b2e3-47e4-82b1-fe87534e3b28","name":"Forbidden can be one from the list","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{baseUrl}}/api/v1/kyb/uk/business/","host":["{{baseUrl}}"],"path":["api","v1","kyb","uk","business",""]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    \"Invalid token.\",\n    \"Invalid token.\"\n  ]\n}","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-80c54d29-b2e3-47e4-82b1-fe87534e3b28"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-07e9171f-98ad-49fd-aa58-84d837f58bd2"}],"id":"b8092764-e6dc-4a82-a4ea-fd1d415a97ab","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-b8092764-e6dc-4a82-a4ea-fd1d415a97ab"},{"name":"Heartbeat","item":[{"name":"app heartbeat irs list","id":"764b8257-0f87-4840-b457-abdfc6aed7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/app/heartbeat/irs/","host":["{{baseUrl}}"],"path":["app","heartbeat","irs",""]}},"response":[{"id":"57920dbb-4a70-4abb-b892-02ec2f870dbe","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/app/heartbeat/irs/","host":["{{baseUrl}}"],"path":["app","heartbeat","irs",""]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-57920dbb-4a70-4abb-b892-02ec2f870dbe"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-764b8257-0f87-4840-b457-abdfc6aed7aa"},{"name":"app heartbeat read","id":"69c11f7c-3779-401a-b72b-4f6ccf135717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/app/heartbeat/:param1/:param2/","host":["{{baseUrl}}"],"path":["app","heartbeat",":param1",":param2",""],"variable":[{"id":"999423ba-af93-4880-ab32-d2556e80ee27","key":"param1","value":"<string>","description":"(Required) "},{"id":"0d09bd23-258f-4227-bceb-172d81ee0c4c","key":"param2","value":"<string>","description":"(Required) "}]},"description":"This function gives the current status of features as per provided country."},"response":[{"id":"4fe0318d-dcda-4c0c-87a9-2dd0a0f00d0f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"{{baseUrl}}/app/heartbeat/:param1/:param2/","host":["{{baseUrl}}"],"path":["app","heartbeat",":param1",":param2",""],"variable":[{"key":"param1"},{"key":"param2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":"","createdAt":"2025-11-28T14:13:50.000Z","updatedAt":"2025-11-28T14:13:50.000Z","uid":"18378965-4fe0318d-dcda-4c0c-87a9-2dd0a0f00d0f"}],"createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-69c11f7c-3779-401a-b72b-4f6ccf135717"}],"id":"795f01cf-1e47-4c22-91d2-fd59e7a84686","createdAt":"2025-11-28T14:13:49.000Z","updatedAt":"2025-11-28T14:13:49.000Z","uid":"18378965-795f01cf-1e47-4c22-91d2-fd59e7a84686"}],"auth":{"type":"bearer","bearer":[{"key":"token","value":"{{access_token}}","type":"string"}]},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"4a45d764-d17f-4071-a94a-49cdebae8bea"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"249fefed-8a18-4c65-9928-74e56ecb8793"}}],"variable":[{"key":"baseUrl","value":"https://app1.compliancely.com"},{"key":"access_token","value":"","type":"string"}]}}