{"info":{"_postman_id":"c30783bb-c64a-406a-b6e4-48d092570ea3","name":"RapidLEI API","description":"<html><head></head><body><p>RapidLEI Restful Web Services/APIs Collection</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6519182","collectionId":"c30783bb-c64a-406a-b6e4-48d092570ea3","publishedId":"UVeFNSkp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-02-03T11:52:59.000Z"},"item":[{"name":"Production","item":[{"name":"General - API Health Check","id":"64c1ffac-5653-42bd-af09-0cd23800483a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rapidlei.com/v1/health","description":"<p>The health endpoint is used to determine the current version of the RapidLEI API service e.g.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"version\": \"3.7.12\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","health"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64c1ffac-5653-42bd-af09-0cd23800483a"},{"name":"Authentication - Request Access Token","id":"119acd6d-3486-46f0-b70b-f3a139dc79a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. The <a href=\"https://tools.ietf.org/html/rfc6749#section-4.1.3\">OAuth2 specification (RFC 6749)</a> requires this content type for token requests. Any other content-type will break OAuth2 compliant clients compatibility. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>The Accept request-header field can be used to specify certain media types which are acceptable for the response. The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand.</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>The grant_type parameter must be set to client_credentials</p>\n","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"<p>The client_id parameter must be set to reseller email address</p>\n","type":"text"},{"key":"client_secret","value":"xxxxxxAPI_key_from_My_Settingsxxxxxx","description":"<p>The client_secret parameter must be set to API key</p>\n","type":"text"}]},"url":"https://api.rapidlei.com/v1/auth/token","description":"<p>This call requires an API Key from the 'My Settings' section of your account and the email address of the account. It delivers a Bearer Access Token to authenticate subsequent requests and a time to expiry in seconds.   Within the Staging Environment the bearer token lasts for 3000 seconds (Allowing for manual use within a Postman collection), but within production this is limited to 900 seconds.</p>\n","urlObject":{"protocol":"https","path":["v1","auth","token"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"fc2b33ef-146a-4be7-879c-646205990076","name":"Successful Response – access_token, token_type, expires_in parameters returned","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://api.rapidlei.com/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 30000\n}"},{"id":"93356cf9-46a7-42ca-8f77-cd9c018540d3","name":"Unsuccessful Request – Client Authentication Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.rapidlei.com/v1/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \" Client Authentication failed due to either an invalid client_id (email address) or client_secret (API key from My Settings)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"355a9fcf-50f7-44b0-8e23-0338852ed475","name":"Unsuccessful Request – Missing Request Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"}]},"url":"https://api.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'client_secret' parameter\",\r\n\t\"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"ea39ea3c-9588-4b11-aacf-c71eb685776d","name":"Unsuccessful Request – Internal Server Error or Exception","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://api.rapidlei.com/v1/auth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"server_error\",\r\n    \"message\": \"Internal server error - If this problem persists, please contact the support team\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"3591146b-02a9-45ee-b0ce-b7a0e437affe","name":"Unsuccessful Request – Unsupported or Missing Grant Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://api.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"unsupported_grant_type\"\r\n}"}],"_postman_id":"119acd6d-3486-46f0-b70b-f3a139dc79a0"},{"name":"Accounts - User Information","id":"2edadf1b-8f2d-496b-9ad6-c66a86e7c151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/accounts/userinfo","description":"<p>The userinfo endpoint is a secured API that returns basic information about the authenticated user.</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","userinfo"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2edadf1b-8f2d-496b-9ad6-c66a86e7c151"},{"name":"Accounts - Create User","id":"d2648067-1754-458c-9aaf-e793b0307224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Peter\",\r\n  \"lastName\": \"Anderson\",\r\n  \"email\": \"useremail@server.com\",\r\n  \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}"},"url":"https://api.rapidlei.com/v1/accounts/users","description":"<p>This endpoint adds a new user to the RapidLEI platform. A bearer access token from 'Authentication - Request Access Token' is required to submit the request. The new user's account will be linked to the Partners' LEI provided in the call. All users added to the platform will need to complete the registration process and agree to terms before being added. An email based challenge/response to the email address provided in the call verifies permission and email accuracy. If the challenge is not completed within 6 days, the entry will be deleted from the system (GDPR Privacy by Design). A web based system is available too. See 'Referral Link' details on <a href=\"https://rapidlei.com/partners/partner-resources/\">https://rapidlei.com/partners/partner-resources/</a></p>\n<p>Please note that the Staging System does not have any ability to send emails other than to a default catchall of testing(a)rapidlei.com, so please discuss with the support team support(a)rapidlei.com to be able to test this function.</p>\n<p>Finally, please note that you may be enabled to use this API call, but not the 'Full' LEI API. Please discuss with the support team support(a)rapidlei.com</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","users"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"bb0c85f9-5546-4f1e-880b-468eef86d660","name":"Successful Response – User Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"he Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User created successfully.\"\n}"},{"id":"da429a91-33c9-4454-b2fd-296da441eb29","name":"Unsuccessful Response – Referrer LEI is not found or not managed by RapidLEI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"123400B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"The 'leiNumber' parameter needs to be an LEI managed by RapidLEI and linked with your account.  Please contact our support team to discuss options.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"a4021b75-7f3a-48f3-95eb-cab6c53b2818","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"lastName\": \"Anderson\",\r\n  \"email\": \"useremail@server.com\",\r\n  \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}"},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'firstName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"53fceb45-f783-4156-ac12-0109e00ab47e","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremailserver.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b9d94cb6-95ce-44f3-9a95-1b3b8aefe0f9","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF0\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"e15b220b-5f60-4e96-b806-2f6ef1332ce1","name":"Unsuccessful Response – Request to add user failed as the user already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"lei\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We already have a user account with the email address supplied.  If in doubt please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"31789aa3-07f2-4b00-b6f7-136324dde759","name":"Unsuccessful Response – Referrer feature is not enabled","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Sorry, you are unable to add users.   The Referrer feature has not been enabled for your account.  If in doubt, please talk to our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"8edbdaf2-28e2-4854-9679-406464fb672b","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter middle name example is much bigger than we allow\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"26787d39-2a17-4d8f-873f-2aa9f9ab8168","name":"Unsuccessful Response – Missing organizaionName","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'organizaionName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"d2648067-1754-458c-9aaf-e793b0307224"},{"name":"LEI – Query Supported Jurisdictions","id":"e3d104ac-f6c2-4fdf-9765-5260e887ece3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/jurisdictions","description":"<p>This API call is used to query supported jurisdictions and confidence levels. Confidence level 10 is fully automated including Authorised Representative verification resulting in rapid, efficient LEI issuance. Confidence level 0 is a manually processed jurisdiction requiring manual verification of data on the business registry. Confidence levels 1-9 indicate the expected confidence level in gathering data from the registry. 9 indicates all LE-RD Level 1 data is usually available. 8 indicates most LE-RD Level 1 data is usually available. For additional details on how best to use this function please contact the RapidLEI support team.</p>\n","urlObject":{"protocol":"https","path":["v1","jurisdictions"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"34afa8b8-8305-410b-9bb1-48e5a2e685d8","name":"Successful Response – List of Jurisdictions returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/jurisdictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"countries\": [\n        {\n            \"jurisdiction\": \"DK\",\n            \"confidenceLevel\": \"10\"\n        },\n        {\n            \"jurisdiction\": \"HK\",\n            \"confidenceLevel\": \"0\"\n        },\n        {\n            \"jurisdiction\": \"NL\",\n            \"confidenceLevel\": \"7\"\n        }\n    ],\n    \"states\": [\n\t    {\n\t        \"jurisdiction\": \"US-KS\",\n\t        \"confidenceLevel\": \"10\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-NJ\",\n\t        \"confidenceLevel\": \"6\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-DC\",\n\t        \"confidenceLevel\": \"0\"\n\t    }\n    ]\n}"},{"id":"20de2b52-b983-41fe-87f8-e57ba1a178bb","name":"Unsuccessful Response - User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/jurisdictions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"5a55d04c-a024-4d6a-9a0e-fb8eaa7d863f","name":"Unsuccessful Response - Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/jurisdictions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"e3d104ac-f6c2-4fdf-9765-5260e887ece3"},{"name":"LEI – Pre-Submission Entity Search","id":"3180743c-e8c2-48e2-8d7f-f7909b398334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"Ubisecure Holdings\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword","description":"<p>The Pre-Submission Entity Search ensures data accuracy for New LEI or Import LEI requests by performing an initial search of the jurisdiction. Legal Name spelling, form and capitalization as well as Registration Authority Entity ID (Business Registry Number) accuracy are improved using this API endpoint. The API Endpoint returns one or more potential legal entities along with a 'searchId' and 'companyId' - Please see LEI – Create New LEI and LEI – Import Existing LEI for details.  </p>\n<p>It is highly recommended to search by the Business Registry Number first as this is the most accurate method. The name of the Legal Entity may be too generic and may return too many results to display all, resulting in the entity not being found.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><strong>keyword</strong></li>\n</ul>\n<p>The keyword helps identify the Legal Entity. It can be either:</p>\n<ul>\n<li><p>Name of the Legal Entity e.g. <em>ABC Limited</em></p>\n</li>\n<li><p>Company Number for the Legal Entity e.g. <em>68678678</em></p>\n</li>\n<li><p>The LEI number to be imported/transferred. e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong></p>\n</li>\n</ul>\n<p>A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><strong>entityType</strong><br />  A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.<ul>\n<li><em>GENERAL</em> (assumed as the default when not sent)</li>\n<li><em>SOLE_PROPRIETOR</em></li>\n</ul>\n</li>\n</ul>\n<p>Please note that the following entityType's are NOT supported within the pre-submission search:-</p>\n<ul>\n<li><em>FUND</em></li>\n<li><em>WILL_PENSION</em></li>\n<li><em>TRUST</em></li>\n<li><em>OTHER</em></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","searchByKeyword"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"26d8ee8c-1da0-4a25-a7a6-8a5266c48d97","name":"Successful Response – One of More Legal Entities Identified","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"searchStatus\": \"success\",\n    \"searchId\": \"3bc7297e08be451a83f37a9bc3f98f70\",\n    \"searchResultsCount\": 2,\n    \"searchResults\": [\n        {\n            \"companyId\": \"58c23e15bd8f4e9b9bba46ca9eec960c\",\n            \"companyName\": \"UBISECURE LIMITED\",\n            \"companyNumber\": \"10431233\",\n            \"legalJurisdiction\": \"GB\"\n        },\n        {\n            \"companyId\": \"aae1b138950a4e1f8fc19960c0bf4890\",\n            \"companyName\": \"UBISECURE HOLDINGS LIMITED\",\n            \"companyNumber\": \"10408185\",\n            \"legalJurisdiction\": \"GB\"\n        }\n    ]"},{"id":"df372021-43b2-4013-9b6f-28a577116fd6","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"9984c13f-bdbf-4276-9dd3-0c327c8efb42","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your search request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"3e1f4e83-def8-4e36-99aa-c00fff41bd8b","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"9ba204c7-def1-4949-9e2a-0be852df0f3b","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'keyword' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"62f16a8b-1ea6-4c57-99f7-1390f8704470","name":"Unsuccessful Response – Parameter Length Exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"GB-ENGLANDANDWALES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'legalJurisdiction' should be a recognized ISO 3166-2 country code or region code.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"615d7468-16f0-465f-9286-8a2743a28986","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"FUND\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are only allowed to provide 'entityType' as either GENERAL or SOLE_PROPRIETOR. Omission of 'entityType' defaults to GENERAL.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a77792a2-dcd0-426c-8e70-c7201cb74eca","name":"Unsuccessful Response – Unsupported legalJurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bf8950f6-6635-4a4b-a64c-4e37c24af208","name":"Unsuccessful Response – legalJurisdiction has a confidence level of 0","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"This jurisdiction does not provide any pre-submission search results as it is not linked to a business registry API in real time.  Please submit the order without the companyId and searchId and our vetting team will attempt to manually move the order forwards.  i.e. confidence in this Jurisdiction is therefore 0 which may be checked using the LEI- Query Supported Jurisdictions\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"3180743c-e8c2-48e2-8d7f-f7909b398334"},{"name":"LEI - Create New LEI","id":"f3bd925a-2240-47a3-96ce-38a0246a0cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://api.rapidlei.com/v1/leis/orders/create","description":"<p>This API endpoint initiates the workflow process to request a new LEI (i.e. An LEI will be created, so the call assumes that the Legal Entity does not already have an LEI, but it also tests that assumption and will provide an error if one is found - see the examples for more information). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>searchId</strong> &amp; <strong>companyId</strong><br />  When the LEI – Pre-Submission Entity Search function is used prior to a New LEI being created, submission of the 'searchId' and 'companyId' together with the <em>EXACT</em> Name of the companyName, legalJurisdiction and companyNumber will accelerate the speed at which the LEI is issued.</p>\n</li>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","create"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"266d17a1-c76e-4be6-904f-da204685e4f3","name":"Successful Response – All validation checks passed – Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"7fb412e2-d8c1-46b8-b225-91bdea872cf8","name":"Successful Response – All validation checks passed – Order successfully placed for a FUND","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"FUND\",\r\n    \"isFundRelationshipDataToBeReported\": true,\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"efc8cf34-deab-482b-9f0d-88d76be76688","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1dde2ebf-e078-4a35-9439-c48029852698","name":"Unsuccessful Response – Unsupported Reporting Exception Reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"196e4031-546d-4c18-b1f3-6f7efaffb13c","name":"Unsuccessful Response – An LEI code has already been Issued by RapidLEI for the requested Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"failure\",\r\n  \"message\": \"It looks like an LEI code has already been issued by RapidLEI to this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"f6459b07-bfe0-406f-acdb-9fa13eb93e49","name":"Unsuccessful Response – An LEI code has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1c3d2f59-b97e-42c0-84ab-7333a928c673","name":"Unsuccessful Response – Blacklisted Company Number not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"n/a\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" To maintain excellent Data Quality within the GLEIS, the equivalents of n/a (not applicable) are no longer accepted.  If there's no number available, please leave the company number blank in the API call.  If it's not a FUND, then please use 'OTHER' in the optional field 'entityType' .  Please note that there are several Registration Authorities that legitimately have no numbering systems.  e.g., South Carolina in the United States.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"6266818f-16a6-4caa-bb5f-9811e8106d7e","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"ca420fef-15c0-4c05-af6d-b915aab5eeb7","name":"Unsuccessful Response – multiYearSupport must be between 1 and 5 – Subscription LEIs are not supported for this legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"HK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support a 'multiYearSupport'value of 0 for the requested legal jurisdiction i.e. Subscription LEIs are not supported.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"f1a3ad73-c0b2-4d22-8316-68a6cf1da4ca","name":"Unsuccessful Response – multiYearSupport must be between 2 and 5 when the nextRenewalDate parameter is used","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 1,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021–12–15\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \" We only support a 'multiYearSupport' value between 2 and 5 when the 'nextRenewalDate' parameter is used. Please discuss 'nextRenewalDate' logic with our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"d1117fd5-1cf3-4b4e-a01a-ed3d9c68fb8c","name":"Unsuccessful Response – Unsupported Legal Jurisdiction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"044aec12-5fae-4267-a836-9cdd680fe4d5","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"35590657-3a3c-4332-9989-020781b5ff40","name":"Unsuccessful Response – An application has already been made for this Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"message\": \"An application has already been made for this Legal Entity.  Please use the GUI interface to check using the ‘Enhanced Detail’ switch to identify the Tracking Code. If in doubt, please contact our support team.  Here's the previous orderTrackingCode we have identified.\"\r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n   \"orderStatus\": \"failure\"\r\n}"},{"id":"1c17d2dc-c094-44ef-b8e9-22e999c1caa4","name":"Unsuccessful Response – Invalid Is3rdPartyRequest parameter value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": \"Yes\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'is3rdPartyRequest' parameter, if included, must be a Boolean value of true or false.  It indicates that a 3rd party has requested the LEI so any Registration Authority or Validation Authority Terms & Conditions are not applicable to this order. Please discuss with our Legal Team by emailing legal(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"47959393-e05f-4272-a658-c45581693114","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",    \r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ba9f1d0e-e04b-4b96-98e1-8259ccaa51d0","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"cb81cad0-1887-432b-8df0-0d4e2b885747","name":"Unsuccessful Response – An LEI has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"f79c4f2d-cd27-496c-8307-9802ef7d4835","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"84357b78-985b-4401-af52-4d5333b63752","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"5d1bea94-47bb-410e-b3f6-a2aa0b3d9dab","name":"Unsuccessful Response – Your account is not configured to create LEI's for this jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Your account is not configured to create LEI's for this jurisdiction\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"09e9acf2-6252-4da1-9d53-989841318758","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"9003115c-b438-48b2-98c2-c12b22e6d72e","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"LEGAL ENTITY\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'entityType' must be either LEGAL_ENTITY, SOLE_PROPRIETOR, FUND, TRUST, WILL_PENSION or OTHER\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"1b4eb846-2eb5-41ed-ad8f-934e112bf38f","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1a0ccaff-98cd-40b9-aaf5-48a5fe07457e","name":"Unsuccessful Response – Invalid multiYearSupport (when Subscription based LEIs are available)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 6,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"multiYearSupport value must be a numeric value between 1–5, or 0 for Subscription based LEIs – please discuss with sales@rapidlei.com\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"aea84fdc-0afd-4c11-bf32-109f80621c41","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"97cf602b-2987-498b-994c-a54964d87f4b","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b680cb79-bd66-420f-8bcc-e3f36f3ca9c1","name":"Unsuccessful Response – loaFile is Mandatory when is3rdPartyRequest is true","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": true,\r\n    \"loaFile\": {\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"When 'is3rdPartyRequest' is true, it indicates that agreed terms and conditions are not applicable therefore 'loaFile' is mandatory. Please ensure a Letter of Authorization (LoA) in one of the supported formats is sent via the fileData or fileUrl methods.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"2fa29a63-43f8-439c-b2ad-944b6be97565","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e9ac203b-d9b9-4bf1-89af-cc71f8289121","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n     \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"66cb5958-2165-4672-9bbb-d2787d994e74","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2022-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e8a24d99-5070-4e1b-bdfe-6391fae66a31","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b6f3c479-59d0-4008-b667-60324b289fee","name":"Unsuccessful Response – Authorised Representative must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4e202220-4c68-4788-9bb0-0418be00f017","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both ","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c1a86af2-db38-4bfb-8af2-2389fc5580c8","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}\r\n"}],"_postman_id":"f3bd925a-2240-47a3-96ce-38a0246a0cd7"},{"name":"LEI - Import Existing LEI","id":"10a0c234-6417-4c26-8ade-7d5c81c89365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"213800855GFRCT277149\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://api.rapidlei.com/v1/leis/orders/import","description":"<p>This API endpoint initiates the workflow process to transfer an existing LEI (i.e. An LEI must already exist and have a GLEIF Status of ISSUED, LAPSED or rarely RETIRED). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>leiNumber</strong><br />  The LEI number to be imported/transferred.<br />  e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>email</strong><br />  The email of the contact person who is authorized to request the transfer of the LEI e.g. <a href=\"https://mailto:peter.anderson@testmail.com\"><i>peter.anderson@testmail.com</i></a> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>phone</strong><br />  The phone number of the contact person who is authorized to request the transfer of the LEI e.g. <em>003489348573945</em> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"mandatotory-when-an-lei-has-a-status-of-retired-or-merged\">Mandatotory when an LEI has a status of 'RETIRED' or 'MERGED'</h4>\n<ul>\n<li><strong>mergedOrRetiredLeiComments</strong><br />  If the LEI to be transferred is 'RETIRED' or 'MERGED' then comments on why the LEI should be transferred are required as a text string. e.g. *\"To ensure all LEI data for all group companies, including historical companies, is maintained by RapidLEI\"*</li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","import"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"b850f272-73aa-492a-bd74-c0a7127fe666","name":"Successful Response – All validations checks passed - Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"Success\",\n    \"confidenceLevel\": \"0\"\n}"},{"id":"9e57ce81-5b15-4493-8517-13857a03266d","name":"Unsuccessful Response – The requested LEI has already been imported by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Sorry, but the requested LEI has already been imported into the RapidLEI platform.  Please discuss with our support team on possible options.\" \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"0ff3b6af-70d8-40ec-a31c-58b8b045b713","name":"Unsuccessful Response – GLEIS Registration Status preventing transfer","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"It seems that that LEI you are trying to import has a Registration Status within the GLEIS database which prevents the Transfer process from being initiated e.g. PENDING_ARCHIVAL or PENDING_TRANSFER. If in doubt, please contact our support team quoting the LEI number.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"980f987f-05f1-447e-924f-0c06dbc4a062","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"62d2e4b0-9361-4b8f-ab84-3bb8dd8da57b","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"276df5bb-c3c0-4236-a27f-55cccdd403b1","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2025-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fde6ad27-98ab-4618-bb88-fd71bf243976","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\"\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"7b7f5551-9537-4b6b-b8b4-fa5779d32205","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"5b4ce9b7-2fef-4cc6-b11a-6815a2d940f3","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"d0e159fd-a5f0-43b7-a36b-f46a16ef1fd7","name":"Unsuccessful Response – Comments not provided for MERGED or RETIRED LEI in GLEIF database","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"It's mandatory to provide comments for any LEI which has a REGISTRATION STATUS of MERGED or RETIRED. The Sending LOU will demand these.  Please supply as text using 'mergedOrRetiredLeiComments'.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"83387cb1-38a8-4b66-932e-daab7cdff302","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\"\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"8390b9d3-6a49-4a87-b8d7-88efaf16aef5","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4c50fcf2-dd9c-4eb1-984f-f249573033b5","name":"Unsuccessful Response – LEI already managed by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that you are trying to transfer an LEI which is already managed by RapidLEI and Ubisecure is the LOU - this is not possible.  Please talk to our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"469efd09-20bb-4168-98b7-eaaf7487affa","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"Peter\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"63de0f65-cb5c-44f6-9818-d828da594e84","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855RCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"bf2e86b2-0c09-4d79-b6b4-7294aab31fc4","name":"Unsuccessful Response – Unsupported reportingExceptionReason","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be either NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"6c1eb3ed-9a3f-4224-a1f8-e17f6beac3e5","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"35489cde-6ea4-4e58-99a3-24731f75c418","name":"Unsuccessful Response – Parameter Missing ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"55de0e36-3ec1-4ae4-a49c-57b1d4e7e5d5","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b94d49b6-ee1e-4b60-b8f0-d9e0b7bf2e39","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2f60a411-8434-408a-8d67-48cf7278cb65","name":"Unsuccessful Response – Invalid MultiYear Support (if 0 is allowed)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855GFRCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 7,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Multi year support value must be a numeric value between 0-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"8ee5ea31-987e-4151-95e1-931c0cc5d9b3","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"d851dc85-ae8e-4fad-aa3b-f26ad4f9a041","name":"Unsuccessful Response – Next Renewal Date Missing in GLEIS","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We were unable to identify the 'nextRenewalDate' from the GLEIS Database. Please contact our support team to discuss options.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"797bd59b-f897-4321-b676-f62078c5ebe3","name":"Unsuccessful Response – Invalid LEI (No LEI Found in the GLEIS matching with requested leiNumber parameter)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F2000\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid LEI. You can check via the GLEIF website or the daily concatenated files.  If in doubt, please contact our support team\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ed392e13-1f9e-4e59-bf90-79b76e2362e0","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"33dbb994-8540-488c-ba09-90e85cdada54","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"167bef3f-199f-4035-b08e-70d86ef7d008","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"486c8a2f-bb78-43bc-8759-cb13ff4288e9","name":"Unsuccessful Response – Authorised Representative must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"3bc89684-80ee-457a-b45e-217e00c04138","name":"Unsuccessful Response – Unsupported legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"10a0c234-6417-4c26-8ade-7d5c81c89365"},{"name":"LEI - Upload Files","id":"f8a9d4bc-6b60-41ce-8bd5-33a2ed33b08a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"YEaadmjQbt00uY0mepcg\",\n  \"loaFiles\": [\n    {\n      \"fileName\": \"LoA1. pdf\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"LoA2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],  \n  \"eoaFiles\": [\n    {\n      \"fileName\": \"EoaFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"EoaFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],\n  \"corroboratingFiles\": [\n    {\n      \"fileName\": \"CorroboratingFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"CorroboratingFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ]\n}"},"url":"https://api.rapidlei.com/v1/leis/uploadFiles","description":"<p>This API endpoint mimics the GUI facility to upload files at any time, for any LEI order with an associated ‘orderTrackingCode’. Files can be of type LoA (Letter of Authorization), EoA (Evidence of Authority) or other Corroborating Data. Orders submitted via GUI (Graphical User Interface) or via Bulk XLS methods, do not have unique API ‘orderTrackingCode’ and therefore files must be associated with these orders using the GUI interface only. The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>loaFiles</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI &amp; a Valid Authorised Representative found on a Registry for the Legal Entity. The Applicant applying for the LEI will be the Signing Authority name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. The Letter of Authorization (LoA) will be a document from one of the Valid Authorised Representatives, this document will state that the valid signer is empowering the Applicant of the LEI (Authorised Representative Name already given) to manage the LEI on their behalf. Please note that if a valid Authorised Signing Authority wishes to manage the LEI themselves directly then the Authorised Representative Name provided in the order creation can be amended in the GUI.</p>\n</li>\n<li><p><strong>eoaFiles</strong><br />  Evidence of Authority (EoA) is used to provide additional clarification/evidence of the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. A typical common example would be Articles of Association for an LLC in Delaware in the United States which does not maintain records of empowered individuals within their registry. For more details, please discuss with our legal team legal(a)rapidlei.com. Multiple EoA's may be submitted using either the fileData method or fileUrl method. Up to 10 additional files may be uploaded.</p>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadFiles"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"6ee52a09-19f9-41d8-88a2-73e8057f6969","name":"Successful Response – Files uploaded successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Files Uploaded Successfully.\"\n}"},{"id":"2c611037-4fb0-4cb0-92d1-56c00d778c57","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a5104bd7-a097-4b93-bbb6-5c426921aa05","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a3aa8c95-9ec5-4116-b638-f3112d0a94f7","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.zip\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"71e6a1cd-6060-456e-80fd-3161b04af871","name":"Unsuccessful Response – Maximum 'loAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 LoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a6461b5f-17c1-45ac-8f11-34d7886bb5e7","name":"Unsuccessful Response – Maximum 'eoAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 EoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"179983be-443b-42a8-91c7-b410bd4abaa3","name":"Unsuccessful Response – Maximum 'corroboratingFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n\"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 Corroborating files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1d32de3a-5a88-47d5-b762-ea4823e271c5","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\t\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"7aa7652f-0911-42b3-8fe4-b5c9427b79b2","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"73da6a1c-5b5d-4346-9c56-15f9f4157877","name":"Unsuccessful Response – 'loaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Using with 'loaFile' or 'loaFiles' requires a base64 encoded Letter of Authorization (LoA) in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"fafd99f3-25b4-420a-a5e7-efc3715795fa","name":"Unsuccessful Response – 'eoaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'eoaFiles' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"95dfb200-18d2-4270-8860-76fbb399a6a4","name":"Unsuccessful Response – 'corroboratingFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'corroboratingFile' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b7c9a3f5-bd71-4a50-9093-db4214c2af04","name":"Unsuccessful Response – 'loaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"loaFiles\": [\n        {\n            \"fileName\": \"LoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" LoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"7caa185f-69d1-4516-8e90-1a91995d72fe","name":"Unsuccessful Response – 'eoaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"eoaFiles\": [\n        {\n            \"fileName\": \"EoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" EoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'eoaFiles' Evidence of Authority (EoA) method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"8836f787-abbe-4464-8441-240ebd17536e","name":"Unsuccessful Response – 'corroboratingFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'corroboratingFiles' Corroborating Files method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"f8a9d4bc-6b60-41ce-8bd5-33a2ed33b08a"},{"name":"LEI - Upload Comments","id":"42981c33-cec9-41ff-93bb-3e71c7e9aae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\n}"},"url":"https://api.rapidlei.com/v1/leis/uploadComments","description":"<p>This API endpoint mimics the GUI facility to upload comments at any time, for any LEI order with an associated ‘orderTrackingCode’.  Comments help provide our vetting team with essential details to help process LEI applications more efficiently</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<p>– <strong>userComments</strong></p>\n<p>A comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadComments"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"f57c9785-5ab8-4cc2-8e90-694dc3fa3d7c","name":"Successful Response – Comments Submitted Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"userComments successfully submitted\"\n}"},{"id":"c5b94998-503d-4878-9eff-1b9175308477","name":"Unsuccessful Response – All Parameters or entire JSON body missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"67f89022-529a-4f47-a445-eaeff673a9c1","name":"Unsuccessful Response – 'orderTrackingCode' Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"530b6ae7-4703-4a7e-bde0-c1970b634c11","name":"Unsuccessful Response – 'userComments' Parameter Missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'userComments' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"5c5f56a5-d3c5-4c9f-bd0e-9a89588dd404","name":"Unsuccessful Response – Maximum character limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Well, we seem to have made the comment length too much for the API endpoint to swallow, so we need to reduce this down to less than 2000 characters.   Here’s some padding to highlight what 2001 characters looks like 78901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 makes 2001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'userComments' should not be greater than 2000 characters.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"}\r\n"},{"id":"ea02a342-f63b-4746-af48-c1044093abad","name":"Unsuccessful Response – invalid 'orderTrackingCode'","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"Mycode\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" Invalid Tracking Code - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list. \",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"42981c33-cec9-41ff-93bb-3e71c7e9aae1"},{"name":"LEI – Renew LEI","id":"b172b478-3fc2-49d9-a74d-cbb04880af0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"leiNumber\": \"98450024FD4543302F20\",\r\n      \"isLevel1DataSame\": true,\r\n      \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n      \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew","description":"<p>This API endpoint initiates the workflow process to move the ‘nextRenewalDate’ forward by 1 year. Renewal is defined as the process to verify all Level 1 &amp; Level 2 data remains accurate on an annual basis. All LEIs not in the final year of a contract will automatically attempt renewal. Only during the last 60 days of the final year of the contract may the contract for an LEI be renewed using this API endpoint. A full list of LEIs can be obtained using the “LEI – Query Renewable LEIs” endpoint. Note that LEIs cannot be renewed unless they have either LAPSED (i.e. outside of any contract) or they are in an ISSUED state and have a ‘nextRenewalDate’ which falls within 60 days of the renewal API call.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>leiNumber</strong>LEI Number for the Legal Entity. e.g. <em>98450024FD4543302F20</em></p>\n</li>\n<li><p><strong>isLevel1DataSame</strong><br />  A Boolean value – to agree that the current LE-RD (Level 1) data is the same as the previous year. LE-RD (Level 1 data for any LEI under the management of RapidLEI can be verified using the ‘Query Level 1 LE-RD and Authorised Representative’ endpoint</p>\n</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>notificationUrl</strong>To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong>An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong>An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n</li>\n<li><p><strong>firstName</strong>The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em>. Only send this if the signing authority has changed in the last year.</p>\n</li>\n<li><p><strong>lastName</strong>The Last Name of the Authorised Representative e.g. <em>Anderson</em>. Only send this if the signing authority has changed in the last year.</p>\n</li>\n<li><p><strong>multiYearSupport</strong>An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n<ul>\n<li><p><strong>loaFile</strong></p>\n<p>  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"d46ffef0-29f0-4e08-86cf-60c06b2984c4","name":"Successful Response – LEI successfully submitted for renewal","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"1a41885a-14ae-4a5a-b48d-0229857afc14","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Sam\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'leiNumber' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"cefbad7c-90ab-41e2-8875-c425139fc542","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave middle name is too long name to be accepted by the API \",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"63126fca-8aa0-47fa-b272-ee12120a9166","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3, \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",      \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c1a7774f-e4be-4fd4-9212-81ccb539a816","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"3557747f-c2a3-42b8-a3f8-cfcb65af227b","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"multiYearSupport\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"'multiYearSupport' value must be a numeric value between 1–5\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2a94a7cb-b80a-4387-9916-26c2ea4de5ab","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your renewal request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"fd71a46b-16db-46bf-8f59-77376296bb2d","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"We cannot process a file size greater than 20 MB\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"af644a53-ad66-4935-b488-a141319cb89c","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fa25bf12-131f-4315-8e46-daf7381f4693","name":"Unsuccessful Response – A Renewal request has already been received for this LEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The LEI Renewal request has already been received\",\n    \"orderTrackingCode\": \"\",\n    \"orderStatus\": \"failure\"\n}"},{"id":"102d6336-5a80-4572-a726-b04c64d5ef42","name":"Unsuccessful Response – isLevel1DataSame value is not a valid boolean value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": abc\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The isLevel1DataSame parameter value must be true or false\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"8010990c-8986-4a64-b620-e0af7c2701f6","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aapitestingistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c19731f5-11d6-43a7-89bd-1ec0bd2c381c","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"59487124-fabf-43d9-afe2-97b25fc8f3e9","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e069db87-15c1-4896-84c4-195cf626b956","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a2a2d7eb-0552-4018-bb1c-6ea4cb150937","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"756b6c2d-43fd-43d7-adb8-320538cb478a","name":"Unsuccessful Response – The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.\",\r\n  \"orderTrackingCode\": \"\",\r\n  \"orderStatus\": \"failure\"\r\n}"}],"_postman_id":"b172b478-3fc2-49d9-a74d-cbb04880af0e"},{"name":"LEI - Check LEI Order Status","id":"22aed778-1ac5-4a89-9f52-de447b6e9af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status","description":"<p>This API endpoint is used to check the LEI orderStatus.   The bearer access Token from 'Authentication - Request Access Token' is required to submit the request and a valid 'orderTrackingCode' must be submitted within in the URL.</p>\n<h3 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h3>\n<ul>\n<li><p><strong>failure</strong>\n  Sent when unable to process the requested action. See <strong>message</strong> for additional details as responses vary dependent on the workflow.</p>\n</li>\n<li><p><strong>success</strong>\n  Sent when actionable.  Additional responses dependent on the workflow. e.g. <strong>orderTrackingCode</strong> &amp; <strong>confidenceLevel</strong> sent in response to a successful 'New LEI' request.</p>\n</li>\n<li><p><strong>in_progress</strong>\n  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong>\n  No further action can take place. </p>\n</li>\n<li><p><strong>complete</strong>\n  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong>\n  LEI Confirm LE-RD Data Quality required by API </p>\n</li>\n<li><p><strong>pending_gui</strong>\n  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong>\n  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong>\n  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong>\n  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong>\n  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong>\n  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","status"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"151734fd-c4e2-4657-98b3-e34f6550e76e","name":"Successful Response – LE-RD Company Profile loaded - Data Quality confirmation pending","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": {\r\n        \"leiNumber\": null,\r\n        \"legalName\": \"GAME LTD\",\r\n        \"registrationAuthorityEntityId\": \"10675074\",\r\n        \"entityLegalFormCode\": \"H0PO\",\r\n        \"entityLegalForm\": \"Private Limited Company (LTD; LTD.;ltd; ltd.)\",\r\n        \"entityLegalFormLanguage\": \"EN\",\r\n        \"entityStatus\": \"ACTIVE\",\r\n        \"registrationAuthorityId\": \"RA000585\",\r\n        \"registrationAuthority\": \"Companies House\",\r\n        \"entityCategory\": null,\r\n        \"legalJurisdiction\": \"GB–ENG\",\r\n        \"entityCreationDate\": \"2020-06-16T00:00:00+00:00\",\r\n        \"legalAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"headquartersAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"otherEntityNames\": [\r\n          {\r\n               \"type\": \"PREVIOUS_LEGAL_NAME\",\r\n               \"value\": \"SAGECLOSE LIMITED\",\r\n               \"language\": \"EN\"\r\n          }\r\n        ]\r\n    },\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"pending\",\r\n    \"publicationStatus\": null \r\n}"},{"id":"56c9f9d7-df8e-4982-858b-4d0dafe5f0ac","name":"Successful Response – InComplete Company Profile Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"pending\", \r\n   \"message\": \"We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process.\" \r\n}"},{"id":"b834f540-6f25-42f3-be37-46c8fc6a0e7f","name":"Successful Response – In Progress - We are still working on this request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": null,\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"publicationStatus\": null\r\n} "},{"id":"abd80484-af6e-441e-ab58-46060b0c1ee3","name":"Successful Response – The Sending LOU rejected the request to transfer","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"stopped\",\r\n   \"message\": \"The Sending LOU (Current Managing LOU) rejected the Transfer request - Our vetting team will provide details via email.\" \r\n}"},{"id":"ecf73c5e-670e-4333-ae18-1e1ed99c8d9f","name":"Successful Response – LEI Renewed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"complete\",\n    \"leiNumber\": \"984375938475DKLJHSD3\",\n    \"nextRenewalDate\": \"2026-02-20T08:03:03+00:00\",\n    \"message\": \"LEI record has been renewed successfully.\"\n}"},{"id":"cf0caf20-37f5-4872-b125-cdc02b65d180","name":"Successful Response – LEI Issued - Authorised Representative is not verified","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"preAuthorityCheckLeiNumber\": \"98450046C37CDEF03822\",\n    \"message\": \"We have received your confirmation of LE-RD data and will continue processing your order. Your LEI Number will be issued shortly.\"\n}"},{"id":"ac95576b-b209-4487-94de-83fd7acbd417","name":"Successful Response – In Progress – We are still working on this request, but have provided feedback on the delay","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"referenceData\": null,\r\n  \"adminMessage\": \"The Business Registry is currently offline – We are unable to continue processing this order until it reopens\",\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"in_progress\",\r\n  \"publicationStatus\": null\r\n}"},{"id":"928ab45b-1618-48c8-a77a-15e264c9f5d8","name":"Successful Response – Company Profile Not Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"referenceData\": null\n}"},{"id":"c23e3c80-e0ee-43b3-9c82-82f60a5c7f99","name":"Unsuccessful Response – Unknown error OR Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"c0f5492b-3ca1-479b-8121-5b2a2d47c8f2","name":"Successful Response – When LEI is waiting from Public Site to proceed during Renewal","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE-RD data and continue processing of your order as it is now 'Pending'.\"\n}"},{"id":"058af085-443f-45e0-9757-0c9a818d1b2f","name":"Successful Response – LEI Imported","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Imported Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"2a08b778-b66d-4ba0-b1e2-e6b33ddc0530","name":"Successful Response – LEI Issued","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Issued Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"6b900c65-b6b2-4f5c-a0f9-553597c93976","name":"Successful Response – Contract Signed Automatically but Relationship Data is required","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending\",\n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"36c286da-1e89-4c4f-a0c2-896fa7b8ad5f","name":"Successful Response – When LEI is waiting for background process to renew LEI automatically","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"ae8838f5-6eb3-439e-ba6b-cf6671a87f01","name":"Successful Response – When LEI is on admin site for processing in \"Authentication In Progress (Renewal)\" status","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"0c9ed49f-b950-4cd5-a44b-b38f63acb4cc","name":"Unsuccessful Response – Invalid orderTrackingCode","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"referenceData\": null,\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Invalid Tracking Code – please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\",\n    \"publicationStatus\": null,\n    \"adminMessage\": null\n}"},{"id":"d9798184-307b-465b-9bcb-d8a35306f1ab","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"4681db0a-c82c-4c05-a070-ff3d34ac7021","name":"Successful Response – Automation Stopped – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE–RD data and continue processing of your order as it is now 'Pending'.\"\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"},{"id":"37e2e3ed-4bb1-4a5d-a577-d9aa03fbdda0","name":"Successful Response – Contract terms agreed but LE–RR Level 2 data is required – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\",\n    \"level2DataSubmissionUrl\": \"https://leistaging.rapidlei.com/add-level2-data?q=WJkjJ5CbncmeLjuyP6EXUw+n9IP9DsS5/WG4TOoaOBsOd2DqPY/7amPeszvaFhpGSizXgGQvxuvo2B9+izpDPUO4OIZp1Gp9l7ybRK+EtuOofgSlNeAw5bYU0SmElBNx&redirect_url=\",\n    \"adminMessage\": null,\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"}],"_postman_id":"22aed778-1ac5-4a89-9f52-de447b6e9af1"},{"name":"LEI - Confirm LE-RD Data Quality","id":"7beec4fe-ab4d-48b5-a4eb-5886ecdd64f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/lei/orders/{orderTrackingCode}/confirmation/{orderConfirmationStatus}","description":"<p>This API call is used to confirm the LE-RD data quality status before an LEI can be issued. Set the correct 'orderTrackingCode' in the URL before making an API call. Also make sure you are passing either true or false while replacing the 'orderConfirmationStatus' parameter in the URL.</p>\n<p>This API call is one of the most important calls.  The call is used to confirm the acceptance of the LE-RD (Legal Entity Reference Data) returned through the 'LEI - Check LEI Order status'.  A Legal Entity must be presented with the LE-RD and MUST confirm the accuracy of the data. The Access Token from 'Authentication - Request Access Token' is required to submit the request and the acceptance by the Legal Entity is either 'True' - i.e. The Legal Entity agrees to and accepts the LE-RD or 'False' - i.e. There is an error which must be corrected.   It is suggested that a feedback form is used to obtain details of the error.  Submitting 'False' requires follow up via the RapidLEI Identity Platform GUI.    Submitting 'True' requires the use of the 'LEI - Check LEI Order Status' to obtain the LEI Number.</p>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","confirmation","{orderConfirmationStatus}"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"b54c1c22-f6ef-4953-b6f4-d4a5770cbc31","name":"Successful Response - Data Quality Confirmation ‘false’","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/false"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"stopped\",\n    \"message\": \"We have received confirmation of DISAGREEMENT to the LE-RD Data Quality. We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process via the ‘Pending’ filter.\"\n}"},{"id":"41a69477-c12c-4251-b676-c72e0f765e3e","name":"Successful Response - Data Quality confirmation ‘true’ (Import LEI)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"43437195-bc16-4ce1-9448-d744a7e0151f","name":"Successful Response - Data Quality confirmation ‘true’ (New LEI)","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"297480d0-8448-4ec4-aa1b-c86227668278","name":"Unsuccessful Response - LE-RD Data Quality Confirmation already received and processed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"We've already received the LE-RD confirmation from you for this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"775a389b-0186-4720-8729-d757842b9d57","name":"Unsuccessful Response - InComplete Company Profile Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"failure\",\n    \"message\": \"We have been unable to obtain all data from the business registry, so we are unable to continue processing using the API. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"42bff25f-d16c-48ef-8b19-b4fc436a3bdb","name":"Unsuccessful Response - Company Profile Not Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Operation not allowed. Please use the Check Order Status API.\"\r\n}"},{"id":"3f676d32-5464-46db-b253-dafb49f8ba9b","name":"Unsuccessful Response - 'orderConfirmationStatus' must be true or false","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/asdf"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter 'orderConfirmationStatus' should contain a Boolean value of either 'true' or 'false'\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"cb50629c-ae32-49d6-b626-cb31113421ff","name":"Unsuccessful Response - Unknown error OR Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"76c46e02-d6b8-47cd-be8c-c5156b015c0d","name":"Successful Response  – Data Quality Pre–Check and Duplicate API calls are being made to the GLEIS for new LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"},{"id":"83acbcf8-6472-4ba7-acb4-a4b786c52eab","name":"Successful Response  – Data Quality Pre–Check calls are being made to the GLEIS for imported LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"}],"_postman_id":"7beec4fe-ab4d-48b5-a4eb-5886ecdd64f1"},{"name":"LEI - Query all LEIs","id":"856cf8ab-3611-47c7-95f5-e3280ba0e48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders","description":"<p>This API is used to query for a list of ALL LEIs which have been successfully issued (Created or Imported) from the account.  This includes shopping cart and XLS based bulk workflows.  Any LEI which has not yet been issued, but has been created by API calls can be verified individually by the 'LEI - Check Order Status' call.  Any requests made via the shopping cart or xls methods may be tracked from within the browser based UI by logging in to the  <a href=\"https://lei.rapidlei.com/Account/Login\">https://lei.rapidlei.com/Account/Login</a>.  The Access Token from 'Authentication - Request Access Token' is required to submit the request.</p>\n<p>Please note that this API call DOES NOT return LEI numbers if the LEI has been marked as a DUPLICATE, ANULLED, MERGED or RETIRED.</p>\n<p>Only LEIs with a registration status of ISSUED or LAPSED will be returned.</p>\n<p>Reviewing LEI-RD (Reference data) is possible via the LEI number and the GLEIF API call. <a href=\"https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api\">https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api</a></p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"399e028c-29c8-4464-b012-fb321c014568","name":"Successful Response – List of LEIs returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"new\": [\r\n         \"984500049401E2B8D492\",\r\n         \"984500049401E2B8D491\",\r\n         \"984500049401E2B8D494\"\r\n    ],\r\n    \"imported\": [\r\n         \"213800MAKC4IOK7LEH11\",\r\n         \"213800MAKC4IOK7LEH12\",\r\n         \"213800MAKC4IOK7LEH13\"\r\n    ]\r\n}"},{"id":"b75ebf73-35ba-47e9-84c5-385fa7cea16c","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request – please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"af1da67f-3c1a-4275-80bf-69a4a26acc4d","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"856cf8ab-3611-47c7-95f5-e3280ba0e48e"},{"name":"LEI – Query Lapsed LEIs","id":"9746e52f-0935-4c8e-8e39-784e4c061ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/lapsed","description":"<p>This API call is used to query all LAPSED LEIs.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","lapsed"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"ae96460f-4e69-4af8-8358-f12c86bd0711","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/lapsed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"99fa20db-26b1-4a96-9fc3-7b1187e2ce1a","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/lapsed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"4af1b10c-7f07-4714-8e8b-6e9182812d39","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/lapsed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"9746e52f-0935-4c8e-8e39-784e4c061ec5"},{"name":"LEI – Query Renewable LEIs","id":"90ff94a9-fde0-47bb-bf99-a4c19d30d1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/renew/{days}","description":"<p>This API call is used to query all LEIs which may be renewed within the next {days}.  The parameter \"days\" is a numeric value between 1 and 60. Ideally values of 15, 30, 45 or 60 are passed to mirror the GUI DASHBOARD Interface. Please note that multi-year LEIs will automatically renew 60 days prior to the “nextRenewalDate” and are therefore excluded from the returned list.  The exception being any LEI with Level 2 data or any ESO based FUND which cannot be verified by the RapidLEI vetting team - these will appear too.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew","{days}"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"2edaa3ec-e1fd-491d-aad7-ab1e66282c94","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/renew/60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"01262285-74f5-49ec-ad07-04d948074ca1","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/renew/60"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"a3359c3a-a2ae-4bde-ae0b-d28b4ad3ca59","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/renew/60"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"3b053889-68a3-405e-9c2e-707b2675d0de","name":"Unsuccessful Response – Invalid or nonnumeric days parameter","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/orders/renew/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter ‘days’ should contain a numeric value between 1 and 60\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"90ff94a9-fde0-47bb-bf99-a4c19d30d1e7"},{"name":"LEI – Query Level 1 LE-RD and Authorised Representative","id":"66085790-36f3-4221-a240-cb495b55b7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/{leiNumber}","description":"<p>This API call is used to query Level 1 (LE-RD) data for any LEI managed by RapidLEI</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level1","{leiNumber}"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"e560c873-87f5-44d0-92fa-4a39639042f6","name":"Successful Response – LEI Level 1 LE-RD and Authorised Representative data available","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"signingAuthorityName\": \"Paul Tourret\",\n    \"referenceData\": {\n    \"leiNumber\": \"529900T8BM49AURSDO55\",\n    \"legalName\": \"Ubisecure Oy\",\n    \"legalNameLanguage\": \"fi\",\n    \"registrationAuthorityEntityId\": \"1748721–4\",\n    \"entityLegalFormCode\": \"DKUW\",\n    \"entityLegalForm\": null,\n    \"entityLegalFormLanguage\": \"FI\",\n    \"entityStatus\": \"ACTIVE\",\n    \"registrationAuthorityId\": \"RA000188\",\n    \"registrationAuthority\": null,\n    \"entityCategory\": \"GENERAL\",\n    \"entityCreationDate\" : \"2002-02-14T00:00:00+00:00\",\n    \"legalJurisdiction\": \"FI\",\n    \"initialRegistrationDate\": \"2016–08–04T11:00:36+00:00\",\n    \"nextRenewalDate\": \"2025–12–20T12:23:13+00:00\",\n    \"lastUpdateDate\": \"2024–12–20T12:23:13+00:00\",\n    \"registrationStatus\": \"ISSUED\",\n    \"validationSource\": \"FULLY_CORROBORATED\",\n    \"managingLOU\": \"529900T8BM49AURSDO55\",\n    \"successorLEI\": null,\n    \"successorEntityName\": null,\n    \"contractExpiryDate\": \"2028-01-21T21:54:37+00:00\",\n    \"otherEntityNames\": [\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Inc\",\n        \"language\": \"FI\"\n      },\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Ab\",\n        \"language\": \"SV\"\n      }\n    ],\n    \"transliteratedOtherEntityNames\": [],\n    \"legalAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Vaisalantie 2\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02130\"\n    },\n    \"transliertatedLegalAddress\": null,\n    \"headquartersAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Tekniikantie 14\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02150\"\n    },\n    \"transliteratedHeadquartersAddress\": null,\n    \"validationAuthority\": {\n      \"validationAuthorityID\": \"RA000188\",\n      \"otherValidationAuthorityID\": null,\n      \"validationAuthorityEntityID\": \"1748721–4\"\n    },\n    \"otherValidationAuthorities\": []\n  }\n} "},{"id":"8c7cda61-9e8d-4981-bd16-7f57332a1369","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"51b88e2f-4c21-4a4a-92eb-47d4a9007080","name":"Unsuccessful Response – Level 1 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 1 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"89f06fb0-f9a2-4859-9e3d-c935f5f75761","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49A"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"abacaf04-4f0b-4d67-a3b2-d4b943a74944","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"53e023f3-eba1-42f9-9a36-b8f113026240","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"66085790-36f3-4221-a240-cb495b55b7cc"},{"name":"LEI – Query Level 2 LE-RR, LE-RE and PNI data","id":"1fceda6c-5bd7-4a33-9325-008c851267e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/{leiNumber}","description":"<p>This API call is used to query Level 2 (LE-RR) data for any LEI managed by RapidLEI.  This includes, relationship data, exception reporting and if level 2 parents do not have LEIs, PNI data.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level2","{leiNumber}"],"host":["api","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"ddeaf619-e3b6-472a-8602-b379ce7b90ff","name":"Successful Response – Level 2 data has Reporting Exceptions ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"d0e787cf-61f3-4679-893e-bfb47930c115","name":"Successful Response – Level 2 data has Relationship Records","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        },\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [],\n    \"parentReferenceRecords\": []\n}"},{"id":"e8c955fb-6a56-43d4-8212-c08342251ec2","name":"Successful Response – Level 2 data has Parent Reference Data (PNI) ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [],\n  \"reportingExceptions\": [\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    },\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    }\n  ],\n  \"parentReferenceRecords\": [\n    {\n      \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"DIRECT_PARENT\"\n    },\n    {\n       \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"legalNameLanguage\": \"en\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"ULTIMATE_PARENT\"\n    }\n  ]\n}"},{"id":"873b297a-4353-4af6-bcef-b3787ecb926a","name":"Successful Response – Level 2 Fund Reporting","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [\n    {\n      \"startNode\": {\n        \"nodeID\": \"529900T8BM49AURSDO55\",\n        \"nodeIDType\": \"LEI\"\n      },\n      \"endNode\": {\n        \"nodeID\": \"89450051ZRDOL9KEWH63\",\n        \"nodeIDType\": \"LEI\"\n      },\n            \"relationshipType\": \"IS_FEEDER_TO\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2021–12–20T12:23:13+00:00\",\n            \"lastUpdateDate\": \"2021–12–20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022–12–20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"ENTITY_SUPPLIED_ONLY\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": \"https://www.fund-data-reference-example.com\",\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2020-01-14T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"692d4c08-276c-4097-9e7c-51771d5b5688","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"6fa90fcf-a15f-4846-ba0c-8d202b5a4f2f","name":"Unsuccessful Response – Level 2 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 2 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"b929c573-2cb3-4017-b929-a3ee796e0190","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"44d7f92f-588b-40cc-a6a0-3c87255c76a7","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"c622d611-db08-4170-8b73-772cc45d0494","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"orderStatus\": \"server_error\",\n  \"message\": \" We've been unable to process your request - please contact our support team.\",\n  \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"1fceda6c-5bd7-4a33-9325-008c851267e9"}],"id":"42641d8a-4578-4efb-ae9d-d819c8c83958","description":"<h4 id=\"general-information\">General Information</h4>\n<p><em>Version - September 2025</em></p>\n<p>RapidLEI API endpoints have been designed to facilitate efficient workflows enabling Registration Agents, Validation Agents, and Enterprise's to 'Create New LEIs', 'Import Existing LEIs' or 'Renew LEIs'.</p>\n<p>With the exception of 'API Health Check', which requires no Authentication, RFC 6750 OAuth 2.0 Bearer Token Authentication is used in all cases. API Key(s) used to create Bearer Token(s) via the 'Authentication - Request Access Token' endpoint are managed in 'My Settings' in RapidLEI accounts with extended privileges.</p>\n<p>For access credentials please speak to our team on <a href=\"https://desktop.postman.com/?desktopVersion=9.14.0&amp;userId=6519182&amp;teamId=3072440\">partnerships@rapidlei.com</a></p>\n<h4 id=\"production-server-apis\">Production Server APIs</h4>\n<p>These API(s) rely on access being granted to the RapidLEI Production platform. For access credentials please speak to our team on <a href=\"https://desktop.postman.com/?desktopVersion=9.14.0&amp;userId=6519182&amp;teamId=3072440\">partnerships@rapidlei.com</a>.</p>\n<h4 id=\"api-orderstatus--adminmessage--push-notifications\">API orderStatus / adminMessage &amp; Push Notifications</h4>\n<p>The RapidLEI API is designed to avoid unnecessary polling. Whenever possible, please use the built-in 'Push Notifications' system (Details given below). Status updates, enabling polling logic workflow optimizations, are returned via the <strong>orderStatus</strong> token, whereas optional, human readable feedback from the vetting team on why an LEI order has paused is available from the <strong>adminMessage</strong> token e.g. *\"The Business Registry is currently offline – We are unable to continue processing this order until it reopens.\"*</p>\n<h4 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h4>\n<ul>\n<li><p><strong>in_progress</strong><br />  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong><br />  No further action can take place.</p>\n</li>\n<li><p><strong>complete</strong><br />  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong><br />  LEI Confirm LE-RD Data Quality required by API</p>\n</li>\n<li><p><strong>pending_gui</strong><br />  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong><br />  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong><br />  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong><br />  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong><br />  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong><br />  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n<h4 id=\"push-notifications-webhooks\">Push Notifications (webhooks):–</h4>\n<p>Push Notifications, aka webhooks are *\"user-defined callbacks made with HTTP\"* (ideally HTTPS) endpoints which can accept POST requests. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines.<br />The two parameters returned in the RequestBody are - <strong>orderTrackingCode</strong> and <strong>orderStatus</strong>, with the optional security token being returned as <strong>notificationToken</strong> within the Header.</p>\n<h4 id=\"push-notification-orderstatus-responses\">Push Notification orderStatus responses:–</h4>\n<ul>\n<li><p><strong>profile_loaded</strong><br />  Sent as soon as our platform obtains the profile from the business registry. In the event of a failure, or an incomplete profile being received, our vetting team adds the missing items the registry did not provide and at this point we send profile_loaded. This can be minutes or hours depending on the jurisdiction/registry. Please use 'LEI - Check Order Status' to verify the profile's accuracy. Either verify the returned profile against data previously provided by the Applicant, or use this data to confirm the accuracy with the Applicant in a post processing workflow.</p>\n</li>\n<li><p><strong>lei_issued</strong><br />  Sent once the LEI is ISSUED and all checks are complete including the Authority Check. (Please note that we do not send a notification for a ‘Pre-Authority LEI number’). Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_imported</strong><br />  Sent once the LEI is IMPORTED and all checks are complete including the Authority Check. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_cancelled</strong><br />  Sent after a cancellation from either our Admin team or the GUI interface. (Cancellation by API is not supported)</p>\n</li>\n<li><p><strong>lei_pending_gui</strong><br />  Sent once an edge case is identified and control is returned to the GUI Interface.</p>\n</li>\n<li><p><strong>lei_duplicate_found</strong><br />  A potential Duplicate has been identified by a GLEIF API call and our team are investigating.</p>\n</li>\n<li><p><strong>lei_pre_check_api</strong><br />  A pre–check API call to GLEIF has failed – RapidLEI will be investigating and correcting any issues.</p>\n</li>\n<li><p><strong>lei_renewed</strong><br />  Sent once the LEI is renewed and all checks are complete. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_published</strong><br />  Sent once the LEI has been successfully uploaded to the GLEIS during one of the 10 daily publication cycles. For a new LEI, or changes to an existing LEI to be visible, additional time must be allowed for the GLEIF to process the data and publish to the Concatenated files, Golden Copy files &amp; LEI Search 2.0 system – this ranges between 2 and 8 hours of our publication time.</p>\n</li>\n<li><p><strong>lou_import_requested</strong><br />  Sent when the request to the SENDING LOU has been made. The SENDING_LOU, in response, should flip the GLEIF LEI Status from ISSUED/LASPED to PENDING_TRANSFER within 3 days indicating the request is received and that they are talking to their client.</p>\n</li>\n<li><p><strong>lou_import_request_acknowledged</strong><br />  Sent when the GLEIF LEI Status flips to PENDING_TRANSFER. The SENDING_LOU then has 4 days to confirm the acceptance or rejection of the request.</p>\n</li>\n<li><p><strong>lou_rejected</strong><br />  Sent after receiving a rejection from the SENDING LOU during transfer by a GLEIF LEI Status change back to LASPED/ISSUED.</p>\n</li>\n<li><p><strong>lei_transferred</strong><br />  Sent after an LEI has successfully been transferred. i.e from RapidLEI (as the Sending LOU) to the Receiving LOU. This status will only appear when the Receiving LOU publishes the LEI to the GLEIS.</p>\n</li>\n</ul>\n<h4 id=\"fileurl-and-filename-length-limitations\">FileURL and FileName Length Limitations:–</h4>\n<p>The maximum allowed <strong>FileName</strong> length (including an extension) = <strong>250 characters</strong> e.g. \"FileName\":\"This is an example file name which shows the extent possible within the RapidLEI API eco system for Ubisecure Oy with LEI Code 529900T8BM49AURSDO55 - The remaining characters up to 250 being these... 4567890123456789012345678901234567890123456789.pdf”</p>\n<p>The maximum allowed <strong>FileURL</strong> length (including an extension) = <strong>1000 characters</strong> e.g. \"FileURL\":\"<a href=\"https://someexamplefileserver.com/attachements/rapidlei/\">https://someexamplefileserver.com/attachements/rapidlei/</a> BNVcyW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEVkscHBjT1l1FK2xvUW5rb5FERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVEyZE9WNGJtQUhMM2lSZ1JWXVzWldKaUROeThadVONVVNUlJ3N3NFVFJZMwkpVTk9YcHBjT1lF2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJS2dBOU9Z4cHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra772Fu1dzUWVMYWoyRUJS2dBOUZ4NExhaERBNVcykpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJU3huRFhpZnVEVkscHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dUWVMYWoyRUJS2dBOUZ4NExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEyZE9WNGJtQUhMM2lSZ1J0WXVzWldKaUROeThadTVONVVNUlJ3N3NFVFJZM2w_.pdf”</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"507abf68-f4e9-45b1-92ae-354a27731b35"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1ba31a4d-26f6-4aef-8348-364da8af3d10"}}],"_postman_id":"42641d8a-4578-4efb-ae9d-d819c8c83958"},{"name":"Staging (RapidLEI customer testing)","item":[{"name":"General - API Health Check","id":"63d21571-7034-41a9-b08b-bbb01a349159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apistaging.rapidlei.com/v1/health","description":"<p>The health endpoint is used to determine the current version of the RapidLEI API service e.g.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"version\": \"3.7.12\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","health"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"63d21571-7034-41a9-b08b-bbb01a349159"},{"name":"Authentication - Request Access Token","id":"16c88a37-ea74-48e9-9c83-8b3274f53574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. The <a href=\"https://tools.ietf.org/html/rfc6749#section-4.1.3\">OAuth2 specification (RFC 6749)</a> requires this content type for token requests. Any other content-type will break OAuth2 compliant clients compatibility. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>The Accept request-header field can be used to specify certain media types which are acceptable for the response. The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand.</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>The grant_type parameter must be set to client_credentials</p>\n","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"<p>The client_id parameter must be set to reseller email address</p>\n","type":"text"},{"key":"client_secret","value":"xxxxxxAPI_key_from_My_Settingsxxxxxx","description":"<p>The client_secret parameter must be set to API key</p>\n","type":"text"}]},"url":"https://apistaging.rapidlei.com/v1/auth/token","description":"<p>This call requires an API Key from the 'My Settings' section of your account and the email address of the account. It delivers a Bearer Access Token to authenticate subsequent requests and a time to expiry in seconds.   Within the Staging Environment the bearer token lasts for 3000 seconds (Allowing for manual use within a Postman collection), but within production this is limited to 900 seconds.</p>\n","urlObject":{"protocol":"https","path":["v1","auth","token"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"c7e90022-e0cc-414a-80a6-68e8217c1c31","name":"Successful Response – access_token, token_type, expires_in parameters returned","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apistaging.rapidlei.com/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 30000\n}"},{"id":"a47517f9-764c-4420-a6bb-ffd49847bc5b","name":"Unsuccessful Request – Client Authentication Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \" Client Authentication failed due to either an invalid client_id (email address) or client_secret (API key from My Settings)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"397c5145-0562-42f9-9e45-f4128df4a027","name":"Unsuccessful Request – Missing Request Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"}]},"url":"https://apistaging.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'client_secret' parameter\",\r\n\t\"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"2813615a-0cb1-42bf-bd0c-03a51bef9269","name":"Unsuccessful Request – Internal Server Error or Exception","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apistaging.rapidlei.com/v1/auth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"server_error\",\r\n    \"message\": \"Internal server error - If this problem persists, please contact the support team\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b549d8cf-c713-4267-b9a4-8798d5db4653","name":"Unsuccessful Request – Unsupported or Missing Grant Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apistaging.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"unsupported_grant_type\"\r\n}"}],"_postman_id":"16c88a37-ea74-48e9-9c83-8b3274f53574"},{"name":"Accounts - User Information","id":"fb716b8e-52ee-417b-9a02-1e22135adfe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/accounts/userinfo","description":"<p>The userinfo endpoint is a secured API that returns basic information about the authenticated user.</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","userinfo"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb716b8e-52ee-417b-9a02-1e22135adfe4"},{"name":"Accounts - Create User","id":"bbf1ae9b-cd78-4b73-ade5-91f7b0c1fd00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Peter\",\r\n  \"lastName\": \"Anderson\",\r\n  \"email\": \"useremail@server.com\",\r\n  \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}"},"url":"https://apistaging.rapidlei.com/v1/accounts/users","description":"<p>This endpoint adds a new user to the RapidLEI platform.  A bearer access token from 'Authentication - Request Access Token' is required to submit the request. The new user's account will be linked to the Partners' LEI provided in the call.  All users added to the platform will need to complete the registration process and agree to terms before being added. An email based challenge/response to the email address provided in the call verifies permission and email accuracy.  If the challenge is not completed within 6 days, the entry will be deleted from the system (GDPR Privacy by Design).  A web based system is available too.  See 'Referral Link' details on <a href=\"https://rapidlei.com/partners/partner-resources/\">https://rapidlei.com/partners/partner-resources/</a></p>\n<p>Please note that the Staging System does not have any ability to send emails other than to a default catchall of testing(a)rapidlei.com, so please discuss with the support team support(a)rapidlei.com to be able to test this function.</p>\n<p>Finally, please note that you may be enabled to use this API call, but not the 'Full' LEI API.  Please  discuss with the support team support(a)rapidlei.com</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","users"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"675f253e-051a-494b-814f-fd61a3eed7f7","name":"Successful Response – User Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"he Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User created successfully.\"\n}"},{"id":"f67b4785-4aa3-4bcf-a891-e29007c4f7f4","name":"Unsuccessful Response – Referrer LEI is not found or not managed by RapidLEI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"123400B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"The 'leiNumber' parameter needs to be an LEI managed by RapidLEI and linked with your account.  Please contact our support team to discuss options.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"5715f3f6-754d-45b1-aabf-7edc3e088ad4","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'firstName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"18101b2f-b51b-43c3-b6aa-4c6ce0e1f8d3","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremailserver.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b49b67a8-75c6-400f-a0c8-d0d73ea8d7be","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF0\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"a2b7b8d3-cb17-44d0-8047-24b737f23785","name":"Unsuccessful Response – Request to add user failed as the user already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"lei\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We already have a user account with the email address supplied.  If in doubt please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"4f116e02-691a-45dc-b5d3-522a9154e912","name":"Unsuccessful Response – Referrer feature is not enabled","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Sorry, you are unable to add users.   The Referrer feature has not been enabled for your account.  If in doubt, please talk to our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"561eb216-d724-48e4-b8d5-4905a1dfdf0c","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter middle name example is much bigger than we allow\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"2a74c923-861c-49f4-87bb-6a5b50d36b13","name":"Unsuccessful Response – Missing organizaionName","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'organizaionName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"bbf1ae9b-cd78-4b73-ade5-91f7b0c1fd00"},{"name":"LEI – Pre-Submission Entity Search","id":"5fc118e2-73fd-49ec-9dc5-63f83afc5419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"Ubisecure Holdings\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword","description":"<p>The Pre-Submission Entity Search ensures data accuracy for New LEI or Import LEI requests by performing an initial search of the jurisdiction. Legal Name spelling, form and capitalization as well as Registration Authority Entity ID (Business Registry Number) accuracy are improved using this API endpoint. The API Endpoint returns one or more potential legal entities along with a 'searchId' and 'companyId' - Please see LEI – Create New LEI and LEI – Import Existing LEI for details.</p>\n<p>It is highly recommended to search by the Business Registry Number first as this is the most accurate method. The name of the Legal Entity may be too generic and may return too many results to display all, resulting in the entity not being found.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><strong>keyword</strong></li>\n</ul>\n<p>The keyword helps identify the Legal Entity. It can be either:</p>\n<ul>\n<li><p>Name of the Legal Entity e.g. <em>ABC Limited</em></p>\n</li>\n<li><p>Company Number for the Legal Entity e.g. <em>68678678</em></p>\n</li>\n<li><p>The LEI number to be imported/transferred. e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong></p>\n</li>\n</ul>\n<p>A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><strong>entityType</strong><br />  A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.<ul>\n<li><em>GENERAL</em> (assumed as the default when not sent)</li>\n<li><em>SOLE_PROPRIETOR</em></li>\n</ul>\n</li>\n</ul>\n<p>Please note that the following entityType's are NOT supported within the pre-submission search:-</p>\n<ul>\n<li><em>FUND</em></li>\n<li><em>WILL_PENSION</em></li>\n<li><em>TRUST</em></li>\n<li><em>OTHER</em></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","searchByKeyword"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"294ca1af-4e3a-41ea-bd51-27fa6cad9e20","name":"Successful Response – One of More Legal Entities Identified","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"searchStatus\": \"success\",\n    \"searchId\": \"3bc7297e08be451a83f37a9bc3f98f70\",\n    \"searchResultsCount\": 2,\n    \"searchResults\": [\n        {\n            \"companyId\": \"58c23e15bd8f4e9b9bba46ca9eec960c\",\n            \"companyName\": \"UBISECURE LIMITED\",\n            \"companyNumber\": \"10431233\",\n            \"legalJurisdiction\": \"GB\"\n        },\n        {\n            \"companyId\": \"aae1b138950a4e1f8fc19960c0bf4890\",\n            \"companyName\": \"UBISECURE HOLDINGS LIMITED\",\n            \"companyNumber\": \"10408185\",\n            \"legalJurisdiction\": \"GB\"\n        }\n    ]"},{"id":"45199394-0fe5-4d3a-8fff-fe8f5d6a52d6","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"8d1bc22c-ede8-48ea-abd2-bc56a010e013","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your search request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b12b92be-f3c2-4f9b-9f1c-c9ce51003319","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6c7665bc-d3f8-4dda-8e90-c48df9f36cbd","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'keyword' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"ba651a11-378c-4454-82c5-271b2880c3e3","name":"Unsuccessful Response – Parameter Length Exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"GB-ENGLANDANDWALES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'legalJurisdiction' should be a recognized ISO 3166-2 country code or region code.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bb7a6eb6-7a15-47ae-afb6-5ae6bdfe516d","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"FUND\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are only allowed to provide 'entityType' as either GENERAL or SOLE_PROPRIETOR. Omission of 'entityType' defaults to GENERAL.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"81b6ce3e-faf3-41ce-97a6-5a295d70a68d","name":"Unsuccessful Response – Unsupported legalJurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6e58f248-7332-4681-96ff-62fc7be88c1a","name":"Unsuccessful Response – legalJurisdiction has a confidence level of 0","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"This jurisdiction does not provide any pre-submission search results as it is not linked to a business registry API in real time.  Please submit the order without the companyId and searchId and our vetting team will attempt to manually move the order forwards.  i.e. confidence in this Jurisdiction is therefore 0 which may be checked using the LEI- Query Supported Jurisdictions\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"5fc118e2-73fd-49ec-9dc5-63f83afc5419"},{"name":"LEI – Query Supported Jurisdictions","id":"45afc67b-5209-40b7-919a-aea8a7f70f32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/jurisdictions","description":"<p>This API call is used to query supported jurisdictions and confidence levels. Confidence level 10 is fully automated including Authorised Representative verification resulting in rapid, efficient LEI issuance. Confidence level 0 is a manually processed jurisdiction requiring manual verification of data on the business registry. Confidence levels 1-9 indicate the expected confidence level in gathering data from the registry. 9 indicates all LE-RD Level 1 data is usually available. 8 indicates most LE-RD Level 1 data is usually available. For additional details on how best to use this function please contact the RapidLEI support team.</p>\n","urlObject":{"protocol":"https","path":["v1","jurisdictions"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"6567532b-3f85-4c4b-8882-078639fc3b9e","name":"Successful Response – List of Jurisdictions returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/jurisdictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"countries\": [\n        {\n            \"jurisdiction\": \"DK\",\n            \"confidenceLevel\": \"10\"\n        },\n        {\n            \"jurisdiction\": \"HK\",\n            \"confidenceLevel\": \"0\"\n        },\n        {\n            \"jurisdiction\": \"NL\",\n            \"confidenceLevel\": \"7\"\n        }\n    ],\n    \"states\": [\n\t    {\n\t        \"jurisdiction\": \"US-KS\",\n\t        \"confidenceLevel\": \"10\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-NJ\",\n\t        \"confidenceLevel\": \"6\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-DC\",\n\t        \"confidenceLevel\": \"0\"\n\t    }\n    ]\n}"},{"id":"80e7ed05-b100-4e24-a3e1-99b5a8004d1d","name":"Unsuccessful Response - User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/jurisdictions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"40afd0b3-0f3a-4692-acb2-6d8378cae5fc","name":"Unsuccessful Response - Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/jurisdictions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"45afc67b-5209-40b7-919a-aea8a7f70f32"},{"name":"LEI - Create New LEI","id":"c8768737-55a1-4ba9-bec6-1c87d770cef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create","description":"<p>This API endpoint initiates the workflow process to request a new LEI (i.e. An LEI will be created, so the call assumes that the Legal Entity does not already have an LEI, but it also tests that assumption and will provide an error if one is found - see the examples for more information). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>searchId</strong> &amp; <strong>companyId</strong><br />  When the LEI – Pre-Submission Entity Search function is used prior to a New LEI being created, submission of the 'searchId' and 'companyId' togther with the <em>EXACT</em> Name of the companyName, legalJurisdiction and companyNumber will accelerate the speed at which the LEI is issued.</p>\n</li>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","create"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"0c9f767e-b1f1-461c-add6-05a37b68fb70","name":"Successful Response – All validation checks passed – Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"ee8719a7-66c3-443c-a071-30a5000d37f2","name":"Successful Response – All validation checks passed – Order successfully placed for a FUND","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"FUND\",\r\n    \"isFundRelationshipDataToBeReported\": true,\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"379736c7-27ee-48a7-9d65-6960b8077288","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a3d51bc4-ec34-4fb5-9ec2-23c2c296ce93","name":"Unsuccessful Response – Unsupported Reporting Exception Reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c7e6ddf3-4127-4bdc-b236-7f3b80573c93","name":"Unsuccessful Response – An LEI code has already been Issued by RapidLEI for the requested Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"failure\",\r\n  \"message\": \"It looks like an LEI code has already been issued by RapidLEI to this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"1357c2ec-0344-4e38-9b75-d0fe947323ff","name":"Unsuccessful Response – An LEI code has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"97fdafdb-3698-4a63-8fc1-0881be27569f","name":"Unsuccessful Response – Blacklisted Company Number not allowed Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"n/a\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" To maintain excellent Data Quality within the GLEIS, the equivalents of n/a (not applicable) are no longer accepted.  If there's no number available, please leave the company number blank in the API call.  If it's not a FUND, then please use 'OTHER' in the optional field 'entityType' .  Please note that there are several Registration Authorities that legitimately have no numbering systems.  e.g., South Carolina in the United States.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"e192c6aa-7454-4eb8-bb05-72b077f380c0","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"1c2d4175-1557-4897-894e-0d08bf6120a4","name":"Unsuccessful Response – multiYearSupport must be between 1 and 5 – Subscription LEIs are not supported for this legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"HK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support a 'multiYearSupport'value of 0 for the requested legal jurisdiction i.e. Subscription LEIs are not supported.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bb3a981b-52f2-4e17-a37e-3f663beb352d","name":"Unsuccessful Response – multiYearSupport must be between 2 and 5 when the nextRenewalDate parameter is used","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 1,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021–12–15\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \" We only support a 'multiYearSupport' value between 2 and 5 when the 'nextRenewalDate' parameter is used. Please discuss 'nextRenewalDate' logic with our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"f021b78a-8c47-4a3f-972a-13d4ef116b5e","name":"Unsuccessful Response – Unsupported Legal Jurisdiction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"e4a12684-0885-4ba3-b407-9c7e903c465d","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"21a72e46-5e28-40fd-8afb-c6a2e55c129d","name":"Unsuccessful Response – An application has already been made for this Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"message\": \"An application has already been made for this Legal Entity.  Please use the GUI interface to check using the ‘Enhanced Detail’ switch to identify the Tracking Code. If in doubt, please contact our support team.  Here's the previous orderTrackingCode we have identified.\"\r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n   \"orderStatus\": \"failure\"\r\n}"},{"id":"8f12007a-0ab9-47de-8115-868fd10316a1","name":"Unsuccessful Response – Invalid Is3rdPartyRequest parameter value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": \"Yes\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'is3rdPartyRequest' parameter, if included, must be a Boolean value of true or false.  It indicates that a 3rd party has requested the LEI so any Registration Authority or Validation Authority Terms & Conditions are not applicable to this order. Please discuss with our Legal Team by emailing legal(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"53e1b1f2-5297-4ba9-ae2b-f8a3344e90f0","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",    \r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"adba1a4e-2ed9-4dfd-8305-ddaabeb50c37","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"c46ef8ab-ae20-4880-87f8-9a3a96ad3c22","name":"Unsuccessful Response – An LEI has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"e436e9db-cea8-4e25-ad4e-083a5692a477","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"54d6c285-fd55-4b9d-aad4-6cfc28dc10af","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e5781052-a794-4fab-9dbc-d869f7f2b813","name":"Unsuccessful Response – Your account is not configured to create LEI's for this jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Your account is not configured to create LEI's for this jurisdiction\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"1d855694-cc0e-4029-9dba-ef21a0ea1cc8","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"79436013-d14c-4dff-a5ee-2123ec4ea583","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"LEGAL ENTITY\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'entityType' must be either LEGAL_ENTITY, SOLE_PROPRIETOR, FUND, TRUST, WILL_PENSION or OTHER\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"5bdf21b1-2462-444c-8b0f-f2da2fa5a469","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c9186de1-6cd1-459e-a649-fea68529181a","name":"Unsuccessful Response – Invalid multiYearSupport (when Subscription based LEIs are available)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 6,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"multiYearSupport value must be a numeric value between 1–5, or 0 for Subscription based LEIs – please discuss with sales@rapidlei.com\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"5f7930bc-22dd-409d-8e0e-63e5e7f42bc0","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"7bab1b0d-358e-4404-a87c-9f3179f97f91","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fa88375a-1009-4b90-9655-6e3bddf8a8a9","name":"Unsuccessful Response – loaFile is Mandatory when is3rdPartyRequest is true","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": true,\r\n    \"loaFile\": {\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"When 'is3rdPartyRequest' is true, it indicates that agreed terms and conditions are not applicable therefore 'loaFile' is mandatory. Please ensure a Letter of Authorization (LoA) in one of the supported formats is sent via the fileData or fileUrl methods.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"330d55f7-0d3b-4f36-9eec-ec7846a84fba","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bce51fc0-da92-48ff-83f9-2949de669577","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n     \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4801de96-3bf3-414a-aa00-5a3ccda6ced8","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2025-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"3693f9e8-cdf8-4e70-8b9b-189f06fe124a","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"5e16ddcd-41b9-4b85-ab2a-4198a2ace192","name":"Unsuccessful Response – Signing Authority must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9177d725-8f3e-40f3-98a8-10f86ea9850c","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both ","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"da1104e2-c038-4ac6-bd79-0159b1055e1c","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}\r\n"}],"_postman_id":"c8768737-55a1-4ba9-bec6-1c87d770cef0"},{"name":"LEI - Import Existing LEI","id":"55bcfa33-fbcf-4849-be9c-aec42ccacd04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"213800855GFRCT277149\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import","description":"<p>This API endpoint initiates the workflow process to transfer an existing LEI (i.e. An LEI must already exist and have a GLEIF Status of ISSUED, LAPSED or rarely RETIRED). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>leiNumber</strong><br />  The LEI number to be imported/transferred.<br />  e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>email</strong><br />  The email of the contact person who is authorized to request the transfer of the LEI e.g. <a href=\"https://mailto:peter.anderson@testmail.com\"><i>peter.anderson@testmail.com</i></a> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>phone</strong><br />  The phone number of the contact person who is authorized to request the transfer of the LEI e.g. <em>003489348573945</em> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"mandatotory-when-an-lei-has-a-status-of-retired-or-merged\">Mandatotory when an LEI has a status of 'RETIRED' or 'MERGED'</h4>\n<ul>\n<li><strong>mergedOrRetiredLeiComments</strong><br />  If the LEI to be transferred is 'RETIRED' or 'MERGED' then comments on why the LEI should be transferred are required as a text string. e.g. *\"To ensure all LEI data for all group companies, including historical companies, is maintained by RapidLEI\"*</li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","import"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"009f8d27-2a6d-445f-9a84-67583c13958b","name":"Successful Response – All validations checks passed - Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"Success\",\n    \"confidenceLevel\": \"0\"\n}"},{"id":"b965ee66-832b-467b-8302-ee25760620a3","name":"Unsuccessful Response – The requested LEI has already been imported by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Sorry, but the requested LEI has already been imported into the RapidLEI platform.  Please discuss with our support team on possible options.\" \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9a688058-164b-470e-bb6f-61bd6a514e75","name":"Unsuccessful Response – GLEIS Registration Status preventing transfer","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"It seems that that LEI you are trying to import has a Registration Status within the GLEIS database which prevents the Transfer process from being initiated e.g. PENDING_ARCHIVAL or PENDING_TRANSFER. If in doubt, please contact our support team quoting the LEI number.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bcee56b9-ef97-441b-a9b1-15312ec15608","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"fc2b6fff-1030-4ef9-985b-9f9aef7d67bf","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"76cf4402-f30a-47a2-bc04-7e7cff7b29c7","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2025-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c5e1fd7e-349b-434c-906c-ba68061e8de3","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\"\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ef6f8b80-f301-49c0-b443-3ee6269a907e","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"08b13f71-766e-4d1d-8f85-4b8c874ebcb2","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"2d1a4f6b-8795-4367-9861-bd41f10ae823","name":"Unsuccessful Response – Comments not provided for MERGED or RETIRED LEI in GLEIF database","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"It's mandatory to provide comments for any LEI which has a REGISTRATION STATUS of MERGED or RETIRED. The Sending LOU will demand these.  Please supply as text using 'mergedOrRetiredLeiComments'.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"766b5642-77b4-4419-97b4-3b7a6aeb4186","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\"\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"57f14f7f-4e26-4f85-9d5d-3028eab3f0ef","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"147f337b-e55b-4e00-9598-c6ae969497a9","name":"Unsuccessful Response – LEI already managed by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that you are trying to transfer an LEI which is already managed by RapidLEI and Ubisecure is the LOU - this is not possible.  Please talk to our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"2c350cf8-731c-49b6-bcd3-8d56ff45e923","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"Peter\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"78c406a7-414c-4ecb-88ae-825d562a0819","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855RCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4217d3f9-75ce-4e86-80f6-00bbc8d59185","name":"Unsuccessful Response – Unsupported reportingExceptionReason","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be either NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9bc689d5-3af0-4068-89ad-6aba67b2ad08","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2e5d52fa-3fc3-44f5-9e6c-ecfecf5f0ce4","name":"Unsuccessful Response – Parameter Missing ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c1e06b0c-635e-47e4-b630-e63a78c4a1b2","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e3e2ee0b-2198-47c6-8567-ebfa766caff8","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"40a3dd21-94b6-42a0-896e-7499e5db9f65","name":"Unsuccessful Response – Invalid MultiYear Support (if 0 is allowed)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855GFRCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 7,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Multi year support value must be a numeric value between 0-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"641865fc-ff4f-4a29-a332-80cb01b9db91","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"97bfb310-19a9-4da0-822a-7ae7a61d2353","name":"Unsuccessful Response – Next Renewal Date Missing in GLEIS","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We were unable to identify the 'nextRenewalDate' from the GLEIS Database. Please contact our support team to discuss options.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b57fdcb4-78e2-4856-b15e-22f7fbe80cbb","name":"Unsuccessful Response – Invalid LEI (No LEI Found in the GLEIS matching with requested leiNumber parameter)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F2000\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid LEI. You can check via the GLEIF website or the daily concatenated files.  If in doubt, please contact our support team\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"72c0b2ab-97d2-49cd-b91c-54fafa308fac","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"8c07cfae-43c6-49c8-9739-a72adb24c05b","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"bb051544-00ec-411f-bb06-4412469bb21a","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a892b40c-12f7-47a2-828e-2314ff10781e","name":"Unsuccessful Response – Authorised Representative must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"d38a867c-f763-4329-a745-088579c9a3ea","name":"Unsuccessful Response – Unsupported legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"55bcfa33-fbcf-4849-be9c-aec42ccacd04"},{"name":"LEI - Upload Files","id":"12b7c75b-ab16-47cf-8c15-9855c5688ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"YEaadmjQbt00uY0mepcg\",\n  \"loaFiles\": [\n    {\n      \"fileName\": \"LoA1. pdf\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"LoA2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],  \n  \"eoaFiles\": [\n    {\n      \"fileName\": \"EoaFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"EoaFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],\n  \"corroboratingFiles\": [\n    {\n      \"fileName\": \"CorroboratingFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"CorroboratingFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ]\n}"},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles","description":"<p>This API endpoint mimics the GUI facility to upload files at any time, for any LEI order with an associated ‘orderTrackingCode’. Files can be of type LoA (Letter of Authorization), EoA (Evidence of Authority) or other Corroborating Data. Orders submitted via GUI (Graphical User Interface) or via Bulk XLS methods, do not have unique API ‘orderTrackingCode’ and therefore files must be associated with these orders using the GUI interface only. The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>loaFiles</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI &amp; a Valid Authorised Representative found on a Registry for the Legal Entity. The Applicant applying for the LEI will be the Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. The Letter of Authorization (LoA) will be a document from one of the Valid Authorised Representatives, this document will state that the valid signer is empowering the Applicant of the LEI (Authorised Representative Name already given) to manage the LEI on their behalf. Please note that if a valid Authorised Authorised Representative wishes to manage the LEI themselves directly then the Authorised Representative Name provided in the order creation can be amended in the GUI.</p>\n</li>\n<li><p><strong>eoaFiles</strong><br />  Evidence of Authority (EoA) is used to provide additional clarification/evidence of the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. A typical common example would be Articles of Association for an LLC in Delaware in the United States which does not maintain records of empowered individuals within their registry. For more details, please discuss with our legal team legal(a)rapidlei.com. Multiple EoA's may be submitted using either the fileData method or fileUrl method. Up to 10 additional files may be uploaded.</p>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadFiles"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"087cb6b0-772c-4521-a4ef-a00beeacc39c","name":"Successful Response – Files uploaded successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Files Uploaded Successfully.\"\n}"},{"id":"f172f6dc-da6a-4070-91da-c24f0a446a84","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6fe995f0-2afe-405a-8495-26c800ccb2fa","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"3d322725-48cc-456e-b3b6-d20d3fc3fd6b","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.zip\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"63cb7ea9-1dbf-4b5b-9ddb-6f9fd8183022","name":"Unsuccessful Response – Maximum 'loAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 LoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"38ad8cef-f682-496d-9376-b9689a0abee9","name":"Unsuccessful Response – Maximum 'eoAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 EoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"18bd5089-6bfe-410a-92f5-17b6cf6afaf9","name":"Unsuccessful Response – Maximum 'corroboratingFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n\"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 Corroborating files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1c3e05f5-4e2f-4e79-b9a6-2990a67a4127","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\t\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"ab08d5cd-452e-41fd-aac1-84eec03e8834","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"89b26577-bd23-4df0-a234-7d9740d8941a","name":"Unsuccessful Response – 'loaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Using with 'loaFile' or 'loaFiles' requires a base64 encoded Letter of Authorization (LoA) in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"eee48a15-cb71-43f0-9ff7-e0e3bf1d61f4","name":"Unsuccessful Response – 'eoaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'eoaFiles' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2218eed0-31ee-4301-b795-0fac871ba68c","name":"Unsuccessful Response – 'corroboratingFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'corroboratingFile' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9004194e-ff61-434f-a0be-68d6debdf3fb","name":"Unsuccessful Response – 'loaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"loaFiles\": [\n        {\n            \"fileName\": \"LoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" LoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"1831f8e5-8d9e-48e7-b77e-c9be8065b22a","name":"Unsuccessful Response – 'eoaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"eoaFiles\": [\n        {\n            \"fileName\": \"EoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" EoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'eoaFiles' Evidence of Authority (EoA) method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"f723e847-68dc-43d6-92e7-140ec9c61720","name":"Unsuccessful Response – 'corroboratingFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'corroboratingFiles' Corroborating Files method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"12b7c75b-ab16-47cf-8c15-9855c5688ba5"},{"name":"LEI - Upload Comments","id":"81c095a5-2bf9-4f35-90db-ab43ecb74b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\n}"},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments","description":"<p>This API endpoint mimics the GUI facility to upload comments at any time, for any LEI order with an associated ‘orderTrackingCode’.  Comments help provide our vetting team with essential details to help process LEI applications more efficiently</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<p>– <strong>userComments</strong></p>\n<p>A comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadComments"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"d3e5d2a7-3a44-4df7-a83f-b1d57c2976a7","name":"Successful Response – Comments Submitted Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"userComments successfully submitted\"\n}"},{"id":"82c94089-cffe-4c6e-8281-39638b478861","name":"Unsuccessful Response – All Parameters or entire JSON body missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"4f7d73ba-054d-480f-893c-76219f7a4943","name":"Unsuccessful Response – 'orderTrackingCode' Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"8585acb6-9d56-4fcc-81f2-2fa5da5fc3e6","name":"Unsuccessful Response – 'userComments' Parameter Missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'userComments' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"ee3ee3eb-6b55-4fc7-8aa9-0657ea7bae0c","name":"Unsuccessful Response – Maximum character limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Well, we seem to have made the comment length too much for the API endpoint to swallow, so we need to reduce this down to less than 2000 characters.   Here’s some padding to highlight what 2001 characters looks like 78901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 makes 2001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'userComments' should not be greater than 2000 characters.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"}\r\n"},{"id":"6c9e7388-2408-4a93-a6d5-ba1c2c276e78","name":"Unsuccessful Response – invalid 'orderTrackingCode'","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"Mycode\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" Invalid Tracking Code - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list. \",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"81c095a5-2bf9-4f35-90db-ab43ecb74b3f"},{"name":"LEI – Renew LEI","id":"d8040bd4-3a2f-4fdd-ac6f-675b72f5c57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"leiNumber\": \"98450024FD4543302F20\",\r\n      \"isLevel1DataSame\": true,\r\n      \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n      \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew","description":"<p>This API endpoint initiates the workflow process to move the ‘nextRenewalDate’ forward by 1 year. Renewal is defined as the process to verify all Level 1 &amp; Level 2 data remains accurate on an annual basis. All LEIs not in the final year of a contract will automatically attempt renewal. Only during the last 60 days of the final year of the contract may the contract for an LEI be renewed using this API endpoint. A full list of LEIs can be obtained using the “LEI – Query Renewable LEIs” endpoint. Note that LEIs cannot be renewed unless they have either LAPSED (i.e. outside of any contract) or they are in an ISSUED state and have a ‘nextRenewalDate’ which falls within 60 days of the renewal API call.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>leiNumber</strong>LEI Number for the Legal Entity. e.g. <em>98450024FD4543302F20</em></p>\n</li>\n<li><p><strong>isLevel1DataSame</strong><br />  A Boolean value – to agree that the current LE-RD (Level 1) data is the same as the previous year. LE-RD (Level 1 data for any LEI under the management of RapidLEI can be verified using the ‘Query Level 1 LE-RD and Signing Authority’ endpoint</p>\n</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>notificationUrl</strong>To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong>An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong>An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n</li>\n<li><p><strong>firstName</strong>The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em>. Only send this if the signing authority has changed in the last year.</p>\n</li>\n<li><p><strong>lastName</strong>The Last Name of the Authorised Representative e.g. <em>Anderson</em>. Only send this if the signing authority has changed in the last year.</p>\n</li>\n<li><p><strong>multiYearSupport</strong>An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n<ul>\n<li><p><strong>loaFile</strong></p>\n<p>  A Letter of Authorization (LoA) is used to provide linkage bewteen the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"b04580f4-4052-4b7e-aa05-a898ec62cff5","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Sam\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'leiNumber' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"e2eecec1-366a-4fd1-be70-a7645a83910b","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave middle name is too long name to be accepted by the API \",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"12a5c449-129e-403e-bdc6-8891cc175847","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3, \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",      \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a9ef1089-fceb-46e0-a37c-97478248b38d","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c10b53b4-6958-4723-9361-3ae5b2be45b5","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"multiYearSupport\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"'multiYearSupport' value must be a numeric value between 1–5\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"0638f92f-7e4a-4c12-825f-42f2b85e7a25","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your renewal request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"dab74e44-ff36-4c49-a51c-b45d7acd09ad","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"We cannot process a file size greater than 20 MB\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"fd1b279a-88a5-4caf-a729-c348ba298259","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"49649896-17aa-4d46-9234-00ce269fa28f","name":"Unsuccessful Response – A Renewal request has already been received for this LEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The LEI Renewal request has already been received\",\n    \"orderTrackingCode\": \"\",\n    \"orderStatus\": \"failure\"\n}"},{"id":"44bf4413-dd49-4b05-a307-5d2d637e0383","name":"Unsuccessful Response – isLevel1DataSame value is not a valid boolean value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": abc\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The isLevel1DataSame parameter value must be true or false\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fd93052e-4cd9-41fb-ba97-61db25d10c21","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aapitestingistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c2472599-800a-4f18-8bc3-077c9cfb6954","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6ffc871c-34b7-4a93-8cbe-c30b1f7b95d5","name":"Successful Response – LEI successfully submitted for renewal","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"e04ae1d1-9641-4589-a12f-ee84ff45a3a4","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"57c01ce1-3257-418e-b5e5-60c85d5b51f5","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b6998945-26bb-4dbd-af83-123e3c34ae49","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"bf140aee-bdf7-403a-81d5-61de854f5987","name":"Unsuccessful Response – The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.\",\r\n  \"orderTrackingCode\": \"\",\r\n  \"orderStatus\": \"failure\"\r\n}"}],"_postman_id":"d8040bd4-3a2f-4fdd-ac6f-675b72f5c57f"},{"name":"LEI - Check LEI Order Status","id":"9daf79f3-a944-4829-928b-bdd60028c164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status","description":"<p>This API endpoint is used to check the LEI orderStatus.   The bearer access Token from 'Authentication - Request Access Token' is required to submit the request and a valid 'orderTrackingCode' must be submitted within in the URL.</p>\n<h3 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h3>\n<ul>\n<li><p><strong>failure</strong>\n  Sent when unable to process the requested action. See <strong>message</strong> for additional details as responses vary dependent on the workflow.</p>\n</li>\n<li><p><strong>success</strong>\n  Sent when actionable.  Additional responses dependent on the workflow. e.g. <strong>orderTrackingCode</strong> &amp; <strong>confidenceLevel</strong> sent in response to a successful 'New LEI' request.</p>\n</li>\n<li><p><strong>in_progress</strong>\n  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong>\n  No further action can take place. </p>\n</li>\n<li><p><strong>complete</strong>\n  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong>\n  LEI Confirm LE-RD Data Quality required by API </p>\n</li>\n<li><p><strong>pending_gui</strong>\n  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong>\n  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong>\n  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong>\n  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong>\n  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong>\n  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","status"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"5a216681-29a9-4b4f-a13c-87a0d2a72f9f","name":"Successful Response – LE-RD Company Profile loaded - Data Quality confirmation pending","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": {\r\n        \"leiNumber\": null,\r\n        \"legalName\": \"GAME LTD\",\r\n        \"registrationAuthorityEntityId\": \"10675074\",\r\n        \"entityLegalFormCode\": \"H0PO\",\r\n        \"entityLegalForm\": \"Private Limited Company (LTD; LTD.;ltd; ltd.)\",\r\n        \"entityLegalFormLanguage\": \"EN\",\r\n        \"entityStatus\": \"ACTIVE\",\r\n        \"registrationAuthorityId\": \"RA000585\",\r\n        \"registrationAuthority\": \"Companies House\",\r\n        \"entityCategory\": null,\r\n        \"legalJurisdiction\": \"GB–ENG\",\r\n        \"entityCreationDate\": \"2020-06-16T00:00:00+00:00\",\r\n        \"legalAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"headquartersAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"otherEntityNames\": [\r\n          {\r\n               \"type\": \"PREVIOUS_LEGAL_NAME\",\r\n               \"value\": \"SAGECLOSE LIMITED\",\r\n               \"language\": \"EN\"\r\n          }\r\n        ]\r\n    },\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"pending\",\r\n    \"publicationStatus\": null \r\n}"},{"id":"b97c3ee0-e702-428d-9af1-1a56aa21c64c","name":"Successful Response – InComplete Company Profile Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"pending\", \r\n   \"message\": \"We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process.\" \r\n}"},{"id":"e3d04786-0253-4885-bb2e-c0d818321285","name":"Successful Response – In Progress - We are still working on this request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": null,\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"publicationStatus\": null\r\n} "},{"id":"a7cf86c8-2a82-4319-a909-ab51d392fb38","name":"Successful Response – The Sending LOU rejected the request to transfer","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"stopped\",\r\n   \"message\": \"The Sending LOU (Current Managing LOU) rejected the Transfer request - Our vetting team will provide details via email.\" \r\n}"},{"id":"a3f08399-7a5d-47b3-bbfe-b61ec2290e3e","name":"Successful Response – LEI Renewed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"complete\",\n    \"leiNumber\": \"984375938475DKLJHSD3\",\n    \"nextRenewalDate\": \"2026-02-20T08:03:03+00:00\",\n    \"message\": \"LEI record has been renewed successfully.\"\n}"},{"id":"de486cd0-b1d2-4a1e-b134-09ce0a825780","name":"Successful Response – LEI Issued - Authorised Representative is not verified","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"preAuthorityCheckLeiNumber\": \"98450046C37CDEF03822\",\n    \"message\": \"We have received your confirmation of LE-RD data and will continue processing your order. Your LEI Number will be issued shortly.\"\n}"},{"id":"8e17e285-c639-48ea-8c44-bf9aaade63ac","name":"Successful Response – In Progress – We are still working on this request, but have provided feedback on the delay","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"referenceData\": null,\r\n  \"adminMessage\": \"The Business Registry is currently offline – We are unable to continue processing this order until it reopens\",\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"in_progress\",\r\n  \"publicationStatus\": null\r\n}"},{"id":"62fbb4de-b8a0-424b-803a-25e8688b09eb","name":"Successful Response – Company Profile Not Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"referenceData\": null\n}"},{"id":"9d0b8b83-5060-41b1-ae32-df6bfb7b7cd7","name":"Unsuccessful Response – Unknown error OR Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"fd3deaf5-16d5-41a2-a9fe-3032e5a497f6","name":"Successful Response – When LEI is waiting from Public Site to proceed during Renewal","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE-RD data and continue processing of your order as it is now 'Pending'.\"\n}"},{"id":"b60989fa-3be1-40f6-804b-4f6657286020","name":"Successful Response – LEI Imported","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Imported Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"55dd4578-dc35-4c98-bc55-99ff7c98ce3c","name":"Successful Response – LEI Issued","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Issued Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"48dbd3f0-e701-450c-95b6-583229850c3f","name":"Successful Response – Contract Signed Automatically but Relationship Data is required","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending\",\n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"a32837e3-0349-4832-b84a-1092f5b91abd","name":"Successful Response – When LEI is waiting for background process to renew LEI automatically","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"13219e18-d02c-499b-80dd-80446a1cb4f6","name":"Successful Response – When LEI is on admin site for processing in \"Authentication In Progress (Renewal)\" status","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"ad4da9b2-c4f3-47b1-9ae5-0311b178691f","name":"Unsuccessful Response – Invalid orderTrackingCode","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"referenceData\": null,\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Invalid Tracking Code – please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\",\n    \"publicationStatus\": null,\n    \"adminMessage\": null\n}"},{"id":"031d3bee-ac73-408a-8566-9a0fb0905490","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"d210871c-374e-4b4d-aae3-80ae06ca2e06","name":"Successful Response – Automation Stopped – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE–RD data and continue processing of your order as it is now 'Pending'.\"\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"},{"id":"17b84c13-4db2-4cd1-8b87-3784f68f5636","name":"Successful Response – Contract terms agreed but LE–RR Level 2 data is required – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\",\n    \"level2DataSubmissionUrl\": \"https://leistaging.rapidlei.com/add-level2-data?q=WJkjJ5CbncmeLjuyP6EXUw+n9IP9DsS5/WG4TOoaOBsOd2DqPY/7amPeszvaFhpGSizXgGQvxuvo2B9+izpDPUO4OIZp1Gp9l7ybRK+EtuOofgSlNeAw5bYU0SmElBNx&redirect_url=\",\n    \"adminMessage\": null,\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"}],"_postman_id":"9daf79f3-a944-4829-928b-bdd60028c164"},{"name":"LEI - Confirm LE-RD Data Quality","id":"3ee441d0-0104-4182-b167-6299e463d6d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/{orderTrackingCode}/confirmation/{orderConfirmationStatus}","description":"<p>This API call is used to confirm the LE-RD data quality status before an LEI can be issued. Set the correct 'orderTrackingCode' in the URL before making an API call. Also make sure you are passing either true or false while replacing the 'orderConfirmationStatus' parameter in the URL.</p>\n<p>This API call is one of the most important calls.  The call is used to confirm the acceptance of the LE-RD (Legal Entity Reference Data) returned through the 'LEI - Check LEI Order status'.  A Legal Entity must be presented with the LE-RD and MUST confirm the accuracy of the data. The Access Token from 'Authentication - Request Access Token' is required to submit the request and the acceptance by the Legal Entity is either 'True' - i.e. The Legal Entity agrees to and accepts the LE-RD or 'False' - i.e. There is an error which must be corrected.   It is suggested that a feedback form is used to obtain details of the error.  Submitting 'False' requires follow up via the RapidLEI Identity Platform GUI.    Submitting 'True' requires the use of the 'LEI - Check LEI Order Status' to obtain the LEI Number.</p>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","confirmation","{orderConfirmationStatus}"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"4a33912f-eed1-47a2-80f6-6691742dca95","name":"Successful Response - Data Quality Confirmation ‘false’","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/false"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"stopped\",\n    \"message\": \"We have received confirmation of DISAGREEMENT to the LE-RD Data Quality. We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process via the ‘Pending’ filter.\"\n}"},{"id":"238da2d2-5147-4065-94ce-13e506271379","name":"Successful Response - Data Quality confirmation ‘true’ (Import LEI)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"cbd05f88-1939-4995-8773-6de2eed0d6f4","name":"Successful Response - Data Quality confirmation ‘true’ (New LEI)","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"ba1d1203-4b67-4c4e-b56e-9fa8dc5c521c","name":"Unsuccessful Response - LE-RD Data Quality Confirmation already received and processed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"We've already received the LE-RD confirmation from you for this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"fcc1f1b1-3b07-42cf-aaad-95c6b42fe6c0","name":"Unsuccessful Response - InComplete Company Profile Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"failure\",\n    \"message\": \"We have been unable to obtain all data from the business registry, so we are unable to continue processing using the API. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"e268faef-c18b-403b-943d-fa49e5217fd4","name":"Successful Response - Contract terms agreed but LE-RR Level 2 data is required","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"pending\", \r\n   \"message\": \"We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process.\" \r\n}"},{"id":"2c93d4a0-8110-4f2b-8ad3-d8266f1a118e","name":"Unsuccessful Response - Company Profile Not Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Operation not allowed. Please use the Check Order Status API.\"\r\n}"},{"id":"dd63fdd8-3a45-401a-9eb6-cad82c24214c","name":"Unsuccessful Response - 'orderConfirmationStatus' must be true or false","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/asdf"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter 'orderConfirmationStatus' should contain a Boolean value of either 'true' or 'false'\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"5b266ea3-a649-4b7e-80e6-83d3a8f5cb22","name":"Unsuccessful Response - Unknown error OR Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apistaging.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"4d7c0dad-4d0b-4173-88fe-2520fb6ad215","name":"Successful Response  – Data Quality Pre–Check and Duplicate API calls are being made to the GLEIS for new LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"},{"id":"3ccfd35e-b4a4-4a44-aecd-f690afa65d8d","name":"Successful Response  – Data Quality Pre–Check calls are being made to the GLEIS for imported LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"}],"_postman_id":"3ee441d0-0104-4182-b167-6299e463d6d4"},{"name":"LEI - Query all LEIs","id":"0dedbc5e-7edd-4640-bc24-f2477610b40f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders","description":"<p>This API is used to query for a list of ALL LEIs which have been successfully issued (Created or Imported) from the account.  This includes shopping cart and XLS based bulk workflows.  Any LEI which has not yet been issued, but has been created by API calls can be verified individually by the 'LEI - Check Order Status' call.  Any requests made via the shopping cart or xls methods may be tracked from within the browser based UI by logging in to the  <a href=\"https://lei.rapidlei.com/Account/Login\">https://lei.rapidlei.com/Account/Login</a>.  The Access Token from 'Authentication - Request Access Token' is required to submit the request.</p>\n<p>Please note that this API call DOES NOT return LEI numbers if the LEI has been marked as a DUPLICATE, ANULLED, MERGED or RETIRED.</p>\n<p>Only LEIs with a registration status of ISSUED or LAPSED will be returned.</p>\n<p>Reviewing LEI-RD (Reference data) is possible via the LEI number and the GLEIF API call. <a href=\"https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api\">https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api</a></p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"09bf80dd-53e7-4341-825e-66b9705c0987","name":"Successful Response – List of LEIs returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"new\": [\r\n         \"984500049401E2B8D492\",\r\n         \"984500049401E2B8D491\",\r\n         \"984500049401E2B8D494\"\r\n    ],\r\n    \"imported\": [\r\n         \"213800MAKC4IOK7LEH11\",\r\n         \"213800MAKC4IOK7LEH12\",\r\n         \"213800MAKC4IOK7LEH13\"\r\n    ]\r\n}"},{"id":"ee540337-d932-496d-822c-fed1fc6e3214","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request – please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"f41debaf-b6e2-4ffa-a147-b1555f9baa12","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"0dedbc5e-7edd-4640-bc24-f2477610b40f"},{"name":"LEI – Query Lapsed LEIs","id":"2cce47d7-d004-4a15-9f00-ef6eb1139011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/lapsed","description":"<p>This API call is used to query all LAPSED LEIs.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","lapsed"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"0a4a9939-6977-487f-ad7b-f8eb48675649","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/lapsed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"840670d3-451e-49fc-83b5-24635f060409","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/lapsed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"2ce12fd0-44ff-4f04-b659-5ed238bddbdc","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/lapsed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"2cce47d7-d004-4a15-9f00-ef6eb1139011"},{"name":"LEI – Query Renewable LEIs","id":"f10ab59b-9ec4-47ef-89b2-9fdfe6621142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew/{days}","description":"<p>This API call is used to query all LEIs which may be renewed within the next {days}.  The parameter \"days\" is a numeric value between 1 and 60. Ideally values of 15, 30, 45 or 60 are passed to mirror the GUI DASHBOARD Interface. Please note that multi-year LEIs will automatically renew 60 days prior to the “nextRenewalDate” and are therefore excluded from the returned list.  The exception being any LEI with Level 2 data or any ESO based FUND which cannot be verified by the RapidLEI vetting team - these will appear too.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew","{days}"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"e3d937af-b101-48f0-88f1-0ee48303a88f","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew/60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"e591093c-6d20-4702-b180-15ea5133dbee","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew/60"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"69d34bde-311d-4e45-849c-28ff17a284df","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew/60"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"0f39d662-064c-4196-820d-29aca65ddbf0","name":"Unsuccessful Response – Invalid or nonnumeric days parameter","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/orders/renew/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter ‘days’ should contain a numeric value between 1 and 60\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"f10ab59b-9ec4-47ef-89b2-9fdfe6621142"},{"name":"LEI – Query Level 1 LE-RD and Authorised Representative","id":"ae6f165b-a711-42ab-ab52-1cf993674814","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/{leiNumber}","description":"<p>This API call is used to query Level 1 (LE-RD) data for any LEI managed by RapidLEI</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level1","{leiNumber}"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"5fdf4d5e-6395-4a89-bc58-dbeb3ed8ff46","name":"Successful Response – LEI Level 1 LE-RD and Authorised Representative data available","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"signingAuthorityName\": \"Paul Tourret\",\n  \"referenceData\": {\n    \"leiNumber\": \"529900T8BM49AURSDO55\",\n    \"legalName\": \"Ubisecure Oy\",\n    \"legalNameLanguage\": \"fi\",\n    \"registrationAuthorityEntityId\": \"1748721–4\",\n    \"entityLegalFormCode\": \"DKUW\",\n    \"entityLegalForm\": null,\n    \"entityLegalFormLanguage\": \"FI\",\n    \"entityStatus\": \"ACTIVE\",\n    \"registrationAuthorityId\": \"RA000188\",\n    \"registrationAuthority\": null,\n    \"entityCategory\": \"GENERAL\",\n    \"entityCreationDate\" : \"2002-02-14T00:00:00+00:00\",\n    \"legalJurisdiction\": \"FI\",\n    \"initialRegistrationDate\": \"2016–08–04T11:00:36+00:00\",\n    \"nextRenewalDate\": \"2025–12–20T12:23:13+00:00\",\n    \"lastUpdateDate\": \"2024–12–20T12:23:13+00:00\",\n    \"registrationStatus\": \"ISSUED\",\n    \"validationSource\": \"FULLY_CORROBORATED\",\n    \"managingLOU\": \"529900T8BM49AURSDO55\",\n    \"successorLEI\": null,\n    \"successorEntityName\": null,\n    \"contractExpiryDate\": \"2028-01-21T21:54:37+00:00\",\n    \"otherEntityNames\": [\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Inc\",\n        \"language\": \"FI\"\n      },\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Ab\",\n        \"language\": \"SV\"\n      }\n    ],\n    \"transliteratedOtherEntityNames\": [],\n    \"legalAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Vaisalantie 2\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02130\"\n    },\n    \"transliertatedLegalAddress\": null,\n    \"headquartersAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Tekniikantie 14\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02150\"\n    },\n    \"transliteratedHeadquartersAddress\": null,\n    \"validationAuthority\": {\n      \"validationAuthorityID\": \"RA000188\",\n      \"otherValidationAuthorityID\": null,\n      \"validationAuthorityEntityID\": \"1748721–4\"\n    },\n    \"otherValidationAuthorities\": []\n  }\n} "},{"id":"5e36e26c-2943-4119-9182-b6956ac762d1","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"7ab2b007-01b0-4515-b9d1-0d81cdd4fabf","name":"Unsuccessful Response – Level 1 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 1 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"23455b4d-dc19-4017-a73e-bb1592df236a","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49A"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"384059d0-2d09-4b3a-96d0-e597e3f39f1e","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"aa39d499-bbec-46c4-a468-fbc7bbd777c8","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"ae6f165b-a711-42ab-ab52-1cf993674814"},{"name":"LEI – Query Level 2 LE-RR, LE-RE and PNI data","id":"56e89359-cbc0-4ee2-89f6-93e89e8c7b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/{leiNumber}","description":"<p>This API call is used to query Level 2 (LE-RR) data for any LEI managed by RapidLEI.  This includes, relationship data, exception reporting and if level 2 parents do not have LEIs, PNI data.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level2","{leiNumber}"],"host":["apistaging","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"db02ca0c-02b7-4cfa-94c0-1a0bcc9d3379","name":"Successful Response – Level 2 data has Reporting Exceptions ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"93bb5c25-7011-4707-88b1-92587f3ec6a3","name":"Successful Response – Level 2 data has Relationship Records","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        },\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [],\n    \"parentReferenceRecords\": []\n}"},{"id":"91b0f6a8-c536-4ce1-bad5-195c7ec449b7","name":"Successful Response – Level 2 data has Parent Reference Data (PNI) ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [],\n  \"reportingExceptions\": [\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    },\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    }\n  ],\n  \"parentReferenceRecords\": [\n    {\n      \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"DIRECT_PARENT\"\n    },\n    {\n       \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"legalNameLanguage\": \"en\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"ULTIMATE_PARENT\"\n    }\n  ]\n}"},{"id":"d048c2d9-6339-4cef-af90-6fadc3d07147","name":"Successful Response – Level 2 Fund Reporting","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [\n    {\n      \"startNode\": {\n        \"nodeID\": \"529900T8BM49AURSDO55\",\n        \"nodeIDType\": \"LEI\"\n      },\n      \"endNode\": {\n        \"nodeID\": \"89450051ZRDOL9KEWH63\",\n        \"nodeIDType\": \"LEI\"\n      },\n            \"relationshipType\": \"IS_FEEDER_TO\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2021–12–20T12:23:13+00:00\",\n            \"lastUpdateDate\": \"2021–12–20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022–12–20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"ENTITY_SUPPLIED_ONLY\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": \"https://www.fund-data-reference-example.com\",\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2020-01-14T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"6abf3de5-776d-4bd7-86b9-23d3a36e645f","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"39834c0d-edcb-4cae-8e1c-f1902003b46b","name":"Unsuccessful Response – Level 2 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 2 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"5981faa8-b7b1-47c5-b599-09bec14f7515","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"b608ea81-5c53-4d4d-abf2-01096d8419d8","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"ec0cb3fe-e26b-4f93-b6fe-de8f8e23e84a","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apistaging.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"orderStatus\": \"server_error\",\n  \"message\": \" We've been unable to process your request - please contact our support team.\",\n  \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"56e89359-cbc0-4ee2-89f6-93e89e8c7b6e"}],"id":"c3185149-fd4d-4156-8e98-839fb2c33bfa","description":"<h4 id=\"general-information\">General Information</h4>\n<p><em>Version - September 2025</em></p>\n<p>RapidLEI API endpoints have been designed to facilitate efficient workflows enabling Registration Agents, Validation Agents, and Enterprise's to 'Create New LEIs', 'Import Existing LEIs' or 'Renew LEIs'.</p>\n<p>With the exception of 'API Health Check', which requires no Authentication, RFC 6750 OAuth 2.0 Bearer Token Authentication is used in all cases. API Key(s) used to create Bearer Token(s) via the 'Authentication - Request Access Token' endpoint are managed in 'My Settings' in RapidLEI accounts with extended privileges.</p>\n<p>For access credentials please speak to our team on <a href=\"https://mailto:partnerships@rapidlei.com\">partnerships@rapidlei.com</a>.</p>\n<h4 id=\"staging-server-apis\">Staging Server APIs</h4>\n<p>These API(s) rely on access being granted to the RapidLEI Staging platform - a test facility offering real time connectivity to several (but not all) business registry's in order to optimize API issuance workflows. For access credentials please speak to our team on <a href=\"https://mailto:partnerships@rapidlei.com\">partnerships@rapidlei.com</a>.</p>\n<h4 id=\"api-orderstatus--adminmessage--push-notifications\">API orderStatus / adminMessage &amp; Push Notifications</h4>\n<p>The RapidLEI API is designed to avoid unnecessary polling. Whenever possible, please use the built-in 'Push Notifications' system (Details given below). Status updates, enabling polling logic workflow optimizations, are returned via the <strong>orderStatus</strong> token, whereas optional, human readable feedback from the vetting team on why an LEI order has paused is available from the <strong>adminMessage</strong> token e.g. *\"The Business Registry is currently offline – We are unable to continue processing this order until it reopens.\"*</p>\n<h4 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h4>\n<ul>\n<li><p><strong>in_progress</strong><br />  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong><br />  No further action can take place.</p>\n</li>\n<li><p><strong>complete</strong><br />  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong><br />  LEI Confirm LE-RD Data Quality required by API</p>\n</li>\n<li><p><strong>pending_gui</strong><br />  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong><br />  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong><br />  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong><br />  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong><br />  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong><br />  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n<h4 id=\"push-notifications-webhooks\">Push Notifications (webhooks):–</h4>\n<p>Push Notifications, aka webhooks are *\"user-defined callbacks made with HTTP\"* (ideally HTTPS) endpoints which can accept POST requests. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines.<br />The two parameters returned in the RequestBody are - <strong>orderTrackingCode</strong> and <strong>orderStatus</strong>, with the optional security token being returned as <strong>notificationToken</strong> within the Header.</p>\n<h4 id=\"push-notification-orderstatus-responses\">Push Notification orderStatus responses:–</h4>\n<ul>\n<li><p><strong>profile_loaded</strong><br />  Sent as soon as our platform obtains the profile from the business registry. In the event of a failure, or an incomplete profile being received, our vetting team adds the missing items the registry did not provide and at this point we send profile_loaded. This can be minutes or hours depending on the jurisdiction/registry. Please use 'LEI - Check Order Status' to verify the profile's accuracy. Either verify the returned profile against data previously provided by the Applicant, or use this data to confirm the accuracy with the Applicant in a post processing workflow.</p>\n</li>\n<li><p><strong>lei_issued</strong><br />  Sent once the LEI is ISSUED and all checks are complete including the Authority Check. (Please note that we do not send a notification for a ‘Pre-Authority LEI number’). Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_imported</strong><br />  Sent once the LEI is IMPORTED and all checks are complete including the Authority Check. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_cancelled</strong><br />  Sent after a cancellation from either our Admin team or the GUI interface. (Cancellation by API is not supported)</p>\n</li>\n<li><p><strong>lei_pending_gui</strong><br />  Sent once an edge case is identified and control is returned to the GUI Interface.</p>\n</li>\n<li><p><strong>lei_duplicate_found</strong><br />  A potential Duplicate has been identified by a GLEIF API call and our team are investigating.</p>\n</li>\n<li><p><strong>lei_pre_check_api</strong><br />  A pre–check API call to GLEIF has failed – RapidLEI will be investigating and correcting any issues.</p>\n</li>\n<li><p><strong>lei_renewed</strong><br />  Sent once the LEI is renewed and all checks are complete. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_published</strong><br />  Sent once the LEI has been successfully uploaded to the GLEIS during one of the 10 daily publication cycles. For a new LEI, or changes to an existing LEI to be visible, additional time must be allowed for the GLEIF to process the data and publish to the Concatenated files, Golden Copy files &amp; LEI Search 2.0 system – this ranges between 2 and 8 hours of our publication time.</p>\n</li>\n<li><p><strong>lou_import_requested</strong><br />  Sent when the request to the SENDING LOU has been made. The SENDING_LOU, in response, should flip the GLEIF LEI Status from ISSUED/LASPED to PENDING_TRANSFER within 3 days indicating the request is received and that they are talking to their client.</p>\n</li>\n<li><p><strong>lou_import_request_acknowledged</strong><br />  Sent when the GLEIF LEI Status flips to PENDING_TRANSFER. The SENDING_LOU then has 4 days to confirm the acceptance or rejection of the request.</p>\n</li>\n<li><p><strong>lou_rejected</strong><br />  Sent after receiving a rejection from the SENDING LOU during transfer by a GLEIF LEI Status change back to LASPED/ISSUED.</p>\n</li>\n<li><p><strong>lei_transferred</strong><br />  Sent after an LEI has successfully been transferred. i.e from RapidLEI (as the Sending LOU) to the Receiving LOU. This status will only appear when the Receiving LOU publishes the LEI to the GLEIS.</p>\n</li>\n</ul>\n<h4 id=\"fileurl-and-filename-length-limitations\">FileURL and FileName Length Limitations:–</h4>\n<p>The maximum allowed <strong>FileName</strong> length (including an extension) = <strong>250 characters</strong> e.g. \"FileName\":\"This is an example file name which shows the extent possible within the RapidLEI API eco system for Ubisecure Oy with LEI Code 529900T8BM49AURSDO55 - The remaining characters up to 250 being these... 4567890123456789012345678901234567890123456789.pdf”</p>\n<p>The maximum allowed <strong>FileURL</strong> length (including an extension) = <strong>1000 characters</strong> e.g. \"FileURL\":\"<a href=\"https://someexamplefileserver.com/attachements/rapidlei/\">https://someexamplefileserver.com/attachements/rapidlei/</a> BNVcyW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEVkscHBjT1l1FK2xvUW5rb5FERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVEyZE9WNGJtQUhMM2lSZ1JWXVzWldKaUROeThadVONVVNUlJ3N3NFVFJZMwkpVTk9YcHBjT1lF2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJS2dBOU9Z4cHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra772Fu1dzUWVMYWoyRUJS2dBOUZ4NExhaERBNVcykpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJU3huRFhpZnVEVkscHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dUWVMYWoyRUJS2dBOUZ4NExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEyZE9WNGJtQUhMM2lSZ1J0WXVzWldKaUROeThadTVONVVNUlJ3N3NFVFJZM2w_.pdf”</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1a9316b9-3d11-41ab-a8c2-7196fb0d71e4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f072137c-755e-410d-bcfa-a160b0215f8d"}}],"_postman_id":"c3185149-fd4d-4156-8e98-839fb2c33bfa"},{"name":"Testing (RapidLEI pre-release testing)","item":[{"name":"General - API Health Check","id":"a9bb0277-87bd-4477-9c19-530f31609c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apitesting.rapidlei.com/v1/health","description":"<p>The health endpoint is used to determine the current version of the RapidLEI API service e.g.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"version\": \"3.7.12\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","health"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9bb0277-87bd-4477-9c19-530f31609c81"},{"name":"Authentication - Request Access Token","id":"87270023-4282-475b-b239-43cf8c7e90a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. The <a href=\"https://tools.ietf.org/html/rfc6749#section-4.1.3\">OAuth2 specification (RFC 6749)</a> requires this content type for token requests. Any other content-type will break OAuth2 compliant clients compatibility. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"description":"<p>The Accept request-header field can be used to specify certain media types which are acceptable for the response. The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand.</p>\n","key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"<p>The grant_type parameter must be set to client_credentials</p>\n","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"<p>The client_id parameter must be set to reseller email address</p>\n","type":"text"},{"key":"client_secret","value":"xxxxxxAPI_key_from_My_Settingsxxxxxx","description":"<p>The client_secret parameter must be set to API key</p>\n","type":"text"}]},"url":"https://apitesting.rapidlei.com/v1/auth/token","description":"<p>This call requires an API Key from the 'My Settings' section of your account and the email address of the account. It delivers a Bearer Access Token to authenticate subsequent requests and a time to expiry in seconds.   Within the Staging Environment the bearer token lasts for 3000 seconds (Allowing for manual use within a Postman collection), but within production this is limited to 900 seconds.</p>\n","urlObject":{"protocol":"https","path":["v1","auth","token"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"d85d2282-5d24-493b-83fb-f6a45073376b","name":"Successful Response – access_token, token_type, expires_in parameters returned","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apitesting.rapidlei.com/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 30000\n}"},{"id":"5a126d95-6688-4bb0-8f33-bde1e1716c1a","name":"Unsuccessful Request – Client Authentication Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/auth/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \" Client Authentication failed due to either an invalid client_id (email address) or client_secret (API key from My Settings)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"00d4497d-154f-49ca-89ab-003cb6afe58a","name":"Unsuccessful Request – Missing Request Parameter","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"}]},"url":"https://apitesting.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Cache-Control","value":"no-store","description":"","type":"text"},{"key":"Pragma","value":"no-cache","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'client_secret' parameter\",\r\n\t\"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"74945f60-5c9d-4503-b141-eae244d9f980","name":"Unsuccessful Request – Internal Server Error or Exception","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apitesting.rapidlei.com/v1/auth/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"server_error\",\r\n    \"message\": \"Internal server error - If this problem persists, please contact the support team\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"5c562578-d116-4e2c-b37c-970da5a4d2dd","name":"Unsuccessful Request – Unsupported or Missing Grant Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"The grant_type parameter must be set to client_credentials","type":"text"},{"key":"client_id","value":"reseller.email@test.com","description":"The client_id parameter must be set to reseller email address","type":"text"},{"key":"client_secret","value":"123456789ABCDEF","description":"The client_secret parameter must be set to API key","type":"text"}]},"url":"https://apitesting.rapidlei.com/v1/auth/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"unsupported_grant_type\"\r\n}"}],"_postman_id":"87270023-4282-475b-b239-43cf8c7e90a0"},{"name":"Accounts - User Information","id":"17f869ed-b5eb-4a93-b65d-5a1ce99741ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/accounts/userinfo","description":"<p>The userinfo endpoint is a secured API that returns basic information about the authenticated user.</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","userinfo"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17f869ed-b5eb-4a93-b65d-5a1ce99741ce"},{"name":"Accounts - Create User","id":"9bf53568-3681-4c2c-9cd0-35a1a6373fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Peter\",\r\n  \"lastName\": \"Anderson\",\r\n  \"email\": \"useremail@server.com\",\r\n  \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}"},"url":"https://apitesting.rapidlei.com/v1/accounts/users","description":"<p>This endpoint adds a new user to the RapidLEI platform.  A bearer access token from 'Authentication - Request Access Token' is required to submit the request. The new user's account will be linked to the Partners' LEI provided in the call.  All users added to the platform will need to complete the registration process and agree to terms before being added. An email based challenge/response to the email address provided in the call verifies permission and email accuracy.  If the challenge is not completed within 6 days, the entry will be deleted from the system (GDPR Privacy by Design).  A web based system is available too.  See 'Referral Link' details on <a href=\"https://rapidlei.com/partners/partner-resources/\">https://rapidlei.com/partners/partner-resources/</a></p>\n<p>Please note that the Staging System does not have any ability to send emails other than to a default catchall of testing(a)rapidlei.com, so please discuss with the support team support(a)rapidlei.com to be able to test this function.</p>\n<p>Finally, please note that you may be enabled to use this API call, but not the 'Full' LEI API.  Please  discuss with the support team support(a)rapidlei.com</p>\n","urlObject":{"protocol":"https","path":["v1","accounts","users"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"2a95a397-b3b8-4160-98b6-4de05aa34c8d","name":"Successful Response – User Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"he Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User created successfully.\"\n}"},{"id":"3715f387-0095-4f5a-bd9e-efb8a9b3cdce","name":"Unsuccessful Response – Referrer LEI is not found or not managed by RapidLEI","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"123400B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"The 'leiNumber' parameter needs to be an LEI managed by RapidLEI and linked with your account.  Please contact our support team to discuss options.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"b70c8783-83df-47f6-8a8a-a592efa983dd","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'firstName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"01c8b2db-4469-40cf-8900-bccb3b64d22e","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremailserver.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a07e784e-43a3-4553-9e86-6a79869eb810","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF0\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"a1e4faec-02b6-4b35-86d3-e18cb9ce45b6","name":"Unsuccessful Response – Request to add user failed as the user already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"lei\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We already have a user account with the email address supplied.  If in doubt please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"02842032-1daa-4b62-a1bf-710f9496663e","name":"Unsuccessful Response – Referrer feature is not enabled","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Sorry, you are unable to add users.   The Referrer feature has not been enabled for your account.  If in doubt, please talk to our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"13c9ba01-36ec-4c54-b581-ad3b8c17afc6","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter middle name example is much bigger than we allow\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\",\r\n    \"organizationName\": \"Legal Entity Name Limited\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"315e96db-b9a3-4787-bd7e-00d4bcd5bde2","name":"Unsuccessful Response – Missing organizaionName","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"useremail@server.com\",\r\n    \"leiNumber\": \"984500B12AE2CF0PF040\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/accounts/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request is missing the 'organizaionName' parameter\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"9bf53568-3681-4c2c-9cd0-35a1a6373fc9"},{"name":"LEI – Query Supported Jurisdictions","id":"8f4537e3-e581-4809-a771-9bd40ee5d9e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/jurisdictions","description":"<p>This API call is used to query supported jurisdictions and confidence levels. Confidence level 10 is fully automated including Authorised Representative verification resulting in rapid, efficient LEI issuance. Confidence level 0 is a manually processed jurisdiction requiring manual verification of data on the business registry. Confidence levels 1-9 indicate the expected confidence level in gathering data from the registry. 9 indicates all LE-RD Level 1 data is usually available. 8 indicates most LE-RD Level 1 data is usually available. For additional details on how best to use this function please contact the RapidLEI support team.</p>\n","urlObject":{"protocol":"https","path":["v1","jurisdictions"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"24f3e46a-e200-4d17-bab8-c8de6ecf489f","name":"Successful Response – List of Jurisdictions returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/jurisdictions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"countries\": [\n        {\n            \"jurisdiction\": \"DK\",\n            \"confidenceLevel\": \"10\"\n        },\n        {\n            \"jurisdiction\": \"HK\",\n            \"confidenceLevel\": \"0\"\n        },\n        {\n            \"jurisdiction\": \"NL\",\n            \"confidenceLevel\": \"7\"\n        }\n    ],\n    \"states\": [\n\t    {\n\t        \"jurisdiction\": \"US-KS\",\n\t        \"confidenceLevel\": \"10\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-NJ\",\n\t        \"confidenceLevel\": \"6\"\n\t    },\n\t    {\n\t        \"jurisdiction\": \"US-DC\",\n\t        \"confidenceLevel\": \"0\"\n\t    }\n    ]\n}"},{"id":"ede98c1d-3418-48cc-87f3-64c4b090b9fb","name":"Unsuccessful Response - User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/jurisdictions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"b408ec5d-6f30-47bd-bbe4-7fdc1671611d","name":"Unsuccessful Response - Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/jurisdictions"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"8f4537e3-e581-4809-a771-9bd40ee5d9e6"},{"name":"LEI – Pre-Submission Entity Search","id":"a5778775-ae82-4427-9b49-dc03a599c1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"Ubisecure Holdings\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword","description":"<p>The Pre-Submission Entity Search ensures data accuracy for New LEI or Import LEI requests by performing an initial search of the jurisdiction. Legal Name spelling, form and capitalization as well as Registration Authority Entity ID (Business Registry Number) accuracy are improved using this API endpoint. The API Endpoint returns one or more potential legal entities along with a 'searchId' and 'companyId' - Please see LEI – Create New LEI and LEI – Import Existing LEI for details.</p>\n<p>It is highly recommended to search by the Business Registry Number first as this is the most accurate method. The name of the Legal Entity may be too generic and may return too many results to display all, resulting in the entity not being found.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><strong>keyword</strong></li>\n</ul>\n<p>The keyword helps identify the Legal Entity. It can be either:</p>\n<ul>\n<li><p>Name of the Legal Entity e.g. <em>ABC Limited</em></p>\n</li>\n<li><p>Company Number for the Legal Entity e.g. <em>68678678</em></p>\n</li>\n<li><p>The LEI number to be imported/transferred. e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong></p>\n</li>\n</ul>\n<p>A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><strong>entityType</strong><br />  A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.<ul>\n<li><em>GENERAL</em> (assumed as the default when not sent)</li>\n<li><em>SOLE_PROPRIETOR</em></li>\n</ul>\n</li>\n</ul>\n<p>Please note that the following entityType's are NOT supported within the pre-submission search:-</p>\n<ul>\n<li><em>FUND</em></li>\n<li><em>WILL_PENSION</em></li>\n<li><em>TRUST</em></li>\n<li><em>OTHER</em></li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","searchByKeyword"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"7d3e5e29-0fd8-4bdf-90fa-92410ca2c114","name":"Successful Response – One of More Legal Entities Identified","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"searchStatus\": \"success\",\n    \"searchId\": \"3bc7297e08be451a83f37a9bc3f98f70\",\n    \"searchResultsCount\": 2,\n    \"searchResults\": [\n        {\n            \"companyId\": \"58c23e15bd8f4e9b9bba46ca9eec960c\",\n            \"companyName\": \"UBISECURE LIMITED\",\n            \"companyNumber\": \"10431233\",\n            \"legalJurisdiction\": \"GB\"\n        },\n        {\n            \"companyId\": \"aae1b138950a4e1f8fc19960c0bf4890\",\n            \"companyName\": \"UBISECURE HOLDINGS LIMITED\",\n            \"companyNumber\": \"10408185\",\n            \"legalJurisdiction\": \"GB\"\n        }\n    ]"},{"id":"ad5bb66c-37de-4967-a9ee-aa2c85db44d2","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"5610eb7c-5308-4d9f-8ffa-78238226fef4","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your search request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9bbd68b2-5e1a-48d3-a358-c9542bc5cabb","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"43c55ff6-e584-4d63-b6fa-9a08dc1592a4","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'keyword' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b5060e09-9bae-48c4-8d46-4c06bb01392f","name":"Unsuccessful Response – Parameter Length Exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"GB-ENGLANDANDWALES\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'legalJurisdiction' should be a recognized ISO 3166-2 country code or region code.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e9fbec6b-bf2a-42ca-85b3-a33c0fcdd9ac","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"UBISECURE\",\r\n    \"legalJurisdiction\": \"GB\",\r\n    \"entityType\": \"FUND\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are only allowed to provide 'entityType' as either GENERAL or SOLE_PROPRIETOR. Omission of 'entityType' defaults to GENERAL.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"7c14e210-e2f5-4b50-a320-3e9c45c42d89","name":"Unsuccessful Response – Unsupported legalJurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"d95805d3-725c-44cc-bd44-3e96000a543f","name":"Unsuccessful Response – legalJurisdiction has a confidence level of 0","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{  \r\n  \"keyword\": \"Test Ltd\",\r\n  \"legalJurisdiction\": \"AQ\",\r\n  \"entityType\": \"GENERAL\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/searchByKeyword"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"This jurisdiction does not provide any pre-submission search results as it is not linked to a business registry API in real time.  Please submit the order without the companyId and searchId and our vetting team will attempt to manually move the order forwards.  i.e. confidence in this Jurisdiction is therefore 0 which may be checked using the LEI- Query Supported Jurisdictions\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"a5778775-ae82-4427-9b49-dc03a599c1f5"},{"name":"LEI - Create New LEI","id":"e0f593db-4e3b-4089-861f-679f58b17258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create","description":"<p>This API endpoint initiates the workflow process to request a new LEI (i.e. An LEI will be created, so the call assumes that the Legal Entity does not already have an LEI, but it also tests that assumption and will provide an error if one is found - see the examples for more information). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>searchId</strong> &amp; <strong>companyId</strong><br />  When the LEI – Pre-Submission Entity Search function is used prior to a New LEI being created, submission of the 'searchId' and 'companyId' together with the <em>EXACT</em> Name of the companyName, legalJurisdiction and companyNumber will accelerate the speed at which the LEI is issued.</p>\n</li>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","create"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"b150ce0a-7086-42c7-8be1-ea5a6d4f5280","name":"Successful Response – All validation checks passed – Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"ac8b63bf-37ad-413f-8c4b-9a2d534ce67b","name":"Successful Response – All validation checks passed – Order successfully placed for a FUND","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"FUND\",\r\n    \"isFundRelationshipDataToBeReported\": true,\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"07469036-8e3e-4ab3-9caf-7f38bda25edc","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c9aa0e9d-f574-4e11-a58e-9caba0439aee","name":"Unsuccessful Response – Unsupported Reporting Exception Reason","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"702be3c5-a475-4830-997b-36a627d3426e","name":"Unsuccessful Response – An LEI code has already been Issued by RapidLEI for the requested Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"failure\",\r\n  \"message\": \"It looks like an LEI code has already been issued by RapidLEI to this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"47b86f32-3f93-4d99-a225-39dde67e32ae","name":"Unsuccessful Response – An LEI code has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"a62f63d8-8e8d-4697-b050-3b7142ebca0f","name":"Unsuccessful Response – Blacklisted Company Number not allowed Copy 2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"n/a\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" To maintain excellent Data Quality within the GLEIS, the equivalents of n/a (not applicable) are no longer accepted.  If there's no number available, please leave the company number blank in the API call.  If it's not a FUND, then please use 'OTHER' in the optional field 'entityType' .  Please note that there are several Registration Authorities that legitimately have no numbering systems.  e.g., South Carolina in the United States.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"8a416973-db66-4f0c-849d-3908a57e220c","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"c5a3c8c3-0c30-401a-b1db-983c8f017905","name":"Unsuccessful Response – multiYearSupport must be between 1 and 5 – Subscription LEIs are not supported for this legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"HK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We do not support a 'multiYearSupport'value of 0 for the requested legal jurisdiction i.e. Subscription LEIs are not supported.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"4ddb1d51-8c65-43b4-9283-b001bcb5e3f8","name":"Unsuccessful Response – multiYearSupport must be between 2 and 5 when the nextRenewalDate parameter is used","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 1,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021–12–15\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \" We only support a 'multiYearSupport' value between 2 and 5 when the 'nextRenewalDate' parameter is used. Please discuss 'nextRenewalDate' logic with our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"bdbb61cb-6ece-466f-b053-b3c3bd3f4c9d","name":"Unsuccessful Response – Unsupported Legal Jurisdiction","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"214e834d-f1c1-4288-8bcf-efe313a87c9f","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"0bccdd27-3638-4f13-8c2e-9032061a1444","name":"Unsuccessful Response – An application has already been made for this Legal Entity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"message\": \"An application has already been made for this Legal Entity.  Please use the GUI interface to check using the ‘Enhanced Detail’ switch to identify the Tracking Code. If in doubt, please contact our support team.  Here's the previous orderTrackingCode we have identified.\"\r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n   \"orderStatus\": \"failure\"\r\n}"},{"id":"856b3092-ba0f-43b2-8f39-6aa99d8ca1d1","name":"Unsuccessful Response – Invalid Is3rdPartyRequest parameter value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": \"Yes\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'is3rdPartyRequest' parameter, if included, must be a Boolean value of true or false.  It indicates that a 3rd party has requested the LEI so any Registration Authority or Validation Authority Terms & Conditions are not applicable to this order. Please discuss with our Legal Team by emailing legal(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"01444133-41e7-47fc-b67e-3126e3964bf7","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",    \r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"353afdee-04fb-455c-9c5c-1cd014719a35","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"d2edc8c2-3ccc-46bd-9593-4e6d36692c3f","name":"Unsuccessful Response – An LEI has already been issued to the requested Legal Entity within the GLEIS database","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n        \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Unfortunately, it appears that an LEI code has already been issued to this Legal Entity.  The details registered with the GLEIS are available here: https://search.gleif.org/#/record/213800ZFTQWA24DTLE12. Please use the ‘LEI – Import Existing LEI’ endpoint to continue. Alternatively, if you are positive this request is for a different Legal Entity, please place the order via the GUI which will allow you the option to continue.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"e9194892-d049-4e68-b13b-3efde50cbc76","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"3806fba4-72e4-49dc-8f49-1ea95bb7f614","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"0694b89e-49bd-4630-b9cc-8f0205fec110","name":"Unsuccessful Response – Your account is not configured to create LEI's for this jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Your account is not configured to create LEI's for this jurisdiction\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"de5a4380-fa0b-4071-9449-e8a7100011ad","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"f74b87c3-5cf2-4fca-8017-33f7ac854dfb","name":"Unsuccessful Response – Unsupported entityType","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"LEGAL ENTITY\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'entityType' must be either LEGAL_ENTITY, SOLE_PROPRIETOR, FUND, TRUST, WILL_PENSION or OTHER\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"514bdcc2-dc2c-49ea-afd1-0f540dbe661d","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"0c4bd69e-10ef-4355-968d-9cae65a107cc","name":"Unsuccessful Response – Invalid multiYearSupport (when Subscription based LEIs are available)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 6,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"multiYearSupport value must be a numeric value between 1–5, or 0 for Subscription based LEIs – please discuss with sales@rapidlei.com\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b56d9a90-e7b0-4088-913b-3ae86eaf24e7","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c04c74c6-36fa-4aa7-911a-ef14b2726a12","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a23b21df-934c-4d4d-a517-e44d0a6080f9","name":"Unsuccessful Response – loaFile is Mandatory when is3rdPartyRequest is true","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": true,\r\n    \"loaFile\": {\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"When 'is3rdPartyRequest' is true, it indicates that agreed terms and conditions are not applicable therefore 'loaFile' is mandatory. Please ensure a Letter of Authorization (LoA) in one of the supported formats is sent via the fileData or fileUrl methods.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"db1589de-bda1-4192-a9ac-d9dbc9209c2a","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"21edc19f-0130-4471-a7fa-5b71e50a84f7","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n     \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"893e9d03-dfad-49ae-94bf-ca4ade5dd1a8","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2025-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fa2b7334-8216-4dbe-a103-14dad16c001a","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\r\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2021-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"259ef999-e0be-491c-b2f5-f8d3ca539c40","name":"Unsuccessful Response – Authorised Representative must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"52df5ffb-200f-403c-80fc-bd7f6da4653b","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both ","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"450fc021-5ea7-41c7-b6f8-2a7570434f9f","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"searchId\": \"9cf0521c2dfc4502bfa3f7bb49daca77\",\n    \"companyId\": \"8ba68d90a7324ba2bbbbe87bc227c461\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/create"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}\r\n"}],"_postman_id":"e0f593db-4e3b-4089-861f-679f58b17258"},{"name":"LEI - Import Existing LEI","id":"b97bf634-ff9d-4702-bbec-0ad0f1b8f70d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"213800855GFRCT277149\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}"},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import","description":"<p>This API endpoint initiates the workflow process to transfer an existing LEI (i.e. An LEI must already exist and have a GLEIF Status of ISSUED, LAPSED or rarely RETIRED). The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<p>Please note GDPR (General Data Protection Regulations) when transferring personal data. Ensure permission of the Legal Entity.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>companyName</strong><br />  Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>ABC Limited</em></p>\n</li>\n<li><p><strong>companyNumber</strong><br />  Company Number, (Registration Authority Entity ID) for the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. <em>068678678</em> - Tip - don't forget to ensure any leading '0's are maintained - this is common for UK based numbers. For Funds which sometimes do not have a Registration Authority Entity ID, you may leave this field empty ensuring entityType is set to <em>FUND</em>. There may be a legitimate edge case such as a Legal Entity in Germany, or South Carolina which does not have any number. In these rare cases please use entityType <em>OTHER</em></p>\n</li>\n<li><p><strong>legalJurisdiction</strong><br />  A supported legal jurisdiction is required. e.g. <em>DK</em> or <em>US-CA</em> for California in the United States</p>\n</li>\n<li><p><strong>leiNumber</strong><br />  The LEI number to be imported/transferred.<br />  e.g. <em>89450051ZRDOL9KEWH63</em></p>\n</li>\n<li><p><strong>firstName</strong><br />  The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em></p>\n</li>\n<li><p><strong>lastName</strong><br />  The Last Name of the Authorised Representative e.g. <em>Anderson</em></p>\n</li>\n<li><p><strong>email</strong><br />  The email of the contact person who is authorized to request the transfer of the LEI e.g. <a href=\"https://mailto:peter.anderson@testmail.com\"><i>peter.anderson@testmail.com</i></a> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>phone</strong><br />  The phone number of the contact person who is authorized to request the transfer of the LEI e.g. <em>003489348573945</em> <em>(Please note that this is a requirement of the GLEIF LEI Transfer Protocol and must be transferred as part of the initial call. This differs from the creation of an LEI where this information is not usually taken – please ensure permission of the Legal Entity to allow the transfer of this personal data)</em></p>\n</li>\n<li><p><strong>isLevel2DataAvailable</strong><br />  A Boolean value - If the Legal Entity consolidates accounts with parental entities, then Level 2 data will be required. This data is not to be provided by API calls. Due to the complex nature of the data possibilities, the GUI interface of the RapidLEI Identity Platform must be used i.e. <em><strong>true</strong></em> if level 2 data is available and <em><strong>false</strong></em> if reporting exceptions are to be used.</p>\n</li>\n<li><p><strong>multiYearSupport</strong><br />  An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n</li>\n</ul>\n<h4 id=\"mandatory-if-islevel2dataavailable-is-false-\">Mandatory if isLevel2DataAvailable is <em><strong>false</strong></em>:-</h4>\n<ul>\n<li><p><strong>reportingExceptionReason</strong><br />  If <em>isLevel2DataAvailable</em> is set to <em><strong>false</strong></em>, then it indicates there is no level 2 information, so please highlight the appropriate reporting exception reason which will be used for BOTH Direct and Ultimate Parent reporting. If any other combination of reporting exceptions is required, please set <em>isLevel2DataAvailable</em> to <em><strong>true</strong></em> and use the GUI</p>\n<ul>\n<li><p><em>NATURAL_PERSONS</em></p>\n</li>\n<li><p><em>NON_CONSOLIDATING</em></p>\n</li>\n<li><p><em>NO_KNOWN_PERSON</em></p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Prior to the release of LE-RR Version 2.1, the following reasons were specifically used for Level 2 scenarios where parental accounting was present, but LEI details were absent. The removal of PNI data by the ROC (Regulatory Oversight Committee) has deprecated these exception reasons. Please see this announcement for details (<a href=\"https://www.leiroc.org/publications/gls/roc_20220107.pdf\">https://www.leiroc.org/publications/gls/roc_20220107.pdf</a>)</p>\n<p>Deprecated exception reasons:-</p>\n<ul>\n<li><p><em>CONSENT_NOT_OBTAINED</em></p>\n</li>\n<li><p><em>LEGAL_OBSTACLES</em></p>\n</li>\n<li><p><em>BINDING_LEGAL_COMMITMENTS</em></p>\n</li>\n<li><p><em>DETRIMENT_NOT_EXCLUDED</em></p>\n</li>\n<li><p><em>DISCLOSURE_DETRIMENTAL</em></p>\n</li>\n</ul>\n<p>Have been replaced by a single reporting exception configured within the GUI along with other level 2 parental reporting and Fund reporting options:-</p>\n<ul>\n<li><em>NON_PUBLIC</em></li>\n</ul>\n<h4 id=\"mandatotory-when-an-lei-has-a-status-of-retired-or-merged\">Mandatotory when an LEI has a status of 'RETIRED' or 'MERGED'</h4>\n<ul>\n<li><strong>mergedOrRetiredLeiComments</strong><br />  If the LEI to be transferred is 'RETIRED' or 'MERGED' then comments on why the LEI should be transferred are required as a text string. e.g. *\"To ensure all LEI data for all group companies, including historical companies, is maintained by RapidLEI\"*</li>\n</ul>\n<h4 id=\"optional-if-entitytype-is-a-fund-or-potentially-a-fund-ie-trustwill-etc\">Optional if entitytype is a FUND or potentially a Fund i.e. Trust/Will etc</h4>\n<ul>\n<li><strong>isFundRelationshipDataToBeReported</strong><br />  If <em>entitytype</em> is set to either <em><strong>FUND</strong></em>, <em><strong>WILL_PENSION</strong></em>, <em><strong>TRUST</strong></em> or <em><strong>OTHER</strong></em> then <em>isFundRelationshipDataToBeReported</em> may be set to either <em><strong>true</strong></em> to indicate that Fund details are to be reported or <em><strong>false</strong></em> to indicate no reporting is required. Reporting of FUND relationships is undertaken in the GUI alongside Level 2 parental relationships.</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>entityType</strong><br />  If entityType is not included, we'll assume the request is for a legal entity. A positive indication of the entityType will increase the efficiency of the RapidLEI vetting team and any associated workflows.</p>\n<ul>\n<li><p><em>GENERAL</em></p>\n</li>\n<li><p><em>SOLE_PROPRIETOR</em></p>\n</li>\n<li><p><em>FUND</em></p>\n</li>\n<li><p><em>WILL_PENSION</em></p>\n</li>\n<li><p><em>TRUST</em></p>\n</li>\n<li><p><em>OTHER</em></p>\n<p>  Notes:- If Submitting a <em>FUND</em> it is advisable to include the fund deed as 'Evidence of Authority' in the <em>corroboratingFiles</em> as this will avoid the need to ask for this document.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notificationUrl</strong><br />  To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong><br />  An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong><br />  An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n<ul>\n<li><strong>loaFile</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong> Up to 5 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n<h4 id=\"enhanced-functionality-be-very-careful\">Enhanced Functionality (be very careful!)</h4>\n<ul>\n<li><p><strong>nextRenewalDate</strong><br />  nextRenewalDate is an advanced customization option which requires multi-year support and is applicable to enterprises who require alignment of LEI issuance/renewal around specific dates. <strong>Please discuss in detail before implementing this function</strong>. nextRenewalDate is a date in the future which indicates the 'nextRenewalDate' of the LEI. If omitted, the date will be set to one calendar year from initial issuance of the LEI.</p>\n</li>\n<li><p><strong>is3rdPartyRequest</strong><br />  If <em>is3rdPartyRequest</em> is set to <em><strong>true</strong></em> an LoA MUST be uploaded which highlights the agreement between the 3rd Party and the Legal Entity. For more details please discuss with our legal team legal(a)rapidlei.com. <strong>Please discuss in detail before implementing this function</strong></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","import"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"49556006-7ebc-4a0a-bea4-ab5b3b9fbbf5","name":"Successful Response – All validations checks passed - Order successfully placed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"Success\",\n    \"confidenceLevel\": \"0\"\n}"},{"id":"266510d5-a2fe-4efd-ba89-98d4a833ceb3","name":"Unsuccessful Response – The requested LEI has already been imported by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Sorry, but the requested LEI has already been imported into the RapidLEI platform.  Please discuss with our support team on possible options.\" \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2af1c4fb-9fb6-4d52-b4e2-8fe24e1a7f9c","name":"Unsuccessful Response – GLEIS Registration Status preventing transfer","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"It seems that that LEI you are trying to import has a Registration Status within the GLEIS database which prevents the Transfer process from being initiated e.g. PENDING_ARCHIVAL or PENDING_TRANSFER. If in doubt, please contact our support team quoting the LEI number.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"42147a65-cb9e-4821-a7c1-f422becc398f","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"server_error\", \r\n   \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"84a7e7e6-2a71-40fa-bca1-fe292d404120","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'loaFile' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"377aa939-8d01-49a8-a054-640e9e0680b7","name":"Unsuccessful Response – Invalid nextRenewalDate Format","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"25-02-2022\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"'nextRenewalDate' must be in yyyy-mm-dd format. e.g. 2025-02-25\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"4dc21530-9e06-4b0d-8744-92c165c4eb8c","name":"Unsuccessful Response – corroboratingFiles supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" The 'corroboratingFiles' method requires a single document within each line of the array. It must be either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time. To send multiple files (up to the maximum limit) please use multiple lines in the array.\"\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"df1e800e-7e00-4d86-b7ee-b47a95b2bc31","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"22e6d697-20e6-4190-be72-88732e444881","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a845d470-4284-4344-a1f2-23f6d147009a","name":"Unsuccessful Response – Comments not provided for MERGED or RETIRED LEI in GLEIF database","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"\r\n{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"It's mandatory to provide comments for any LEI which has a REGISTRATION STATUS of MERGED or RETIRED. The Sending LOU will demand these.  Please supply as text using 'mergedOrRetiredLeiComments'.\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4398b394-9bd7-4b0c-842c-8d4404703d0a","name":"Unsuccessful Response – loaFile supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\n        \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\"\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"f5aff952-10c3-4d2a-bcb0-31399af0f666","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"3dc7a8bc-fe07-49e8-8470-f504c793d5cc","name":"Unsuccessful Response – LEI already managed by RapidLEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that you are trying to transfer an LEI which is already managed by RapidLEI and Ubisecure is the LOU - this is not possible.  Please talk to our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"3249e43f-79f8-4797-9fcb-f7066ccc8ec7","name":"Unsuccessful Response – Invalid Email Address","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"Peter\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \" Please provide a valid email address format user@domain.com or first.last@domain.co.uk etc\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"0d1d883a-3382-40f5-ab7e-da489bf25418","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855RCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid ISO 17442 format LEI (20 characters).\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"536ad38a-3d2c-49f8-bd0d-99d300da40a5","name":"Unsuccessful Response – Unsupported reportingExceptionReason","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Reporting Exception Reason must be either NATURAL_PERSONS, NON_CONSOLIDATING, or NO_KNOWN_PERSON. If LEGAL_OBSTACLES, CONSENT_NOT_OBTAINED, BINDING_LEGAL_COMMITMENTS, DETRIMENT_NOT_EXCLUDED or DISCLOSURE_DETRIMENTAL is required, please set 'isLevel2DataAvailable' to 'true' and choose via the GUI\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"74e107ab-d0ca-4b5f-957f-b4ccebb22ee5","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"be9262dd-def7-44ec-bb6a-d2ad0f84f94f","name":"Unsuccessful Response – Parameter Missing ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'companyName' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"30852aa1-91f8-4aaa-a81f-7a50d1fbc642","name":"Unsuccessful Response – isLevel2DataAvailable is a mandatory parameter","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": \"\",\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n       \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'isLevel2DataAvailable' parameter must be present and set to true (indicating Level 2 data entry workflow via GUI required) or false (No Level 2 data available so 'reportingExceptionReason' needed)\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c2d24dc4-bc6e-412e-a4c7-7170dc2e96aa","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 0,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\",\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\",\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"'multiYearSupport' value must be a numeric value between 1-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"c2cabf48-8de5-4d9b-a8b9-f7aeb0ef4ee4","name":"Unsuccessful Response – Invalid MultiYear Support (if 0 is allowed)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"213800855GFRCT277149\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 7,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"nextRenewalDate\": \"2019-12-25\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"is3rdPartyRequest\": false,\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet-stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Multi year support value must be a numeric value between 0-5\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"9ef59417-aa62-4a71-a120-4d561a83b365","name":"Unsuccessful Response – corroboratingFiles have parameters missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"If included, 'corroboratingFiles' needs to have a base64 encoded attachment in one of the supported formats or a valid file URL. Either the 'fileName', 'fileData' or 'fileUrl' parameters are missing.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"22455ba2-6d77-44e5-a619-78d218088b4a","name":"Unsuccessful Response – Next Renewal Date Missing in GLEIS","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"We were unable to identify the 'nextRenewalDate' from the GLEIS Database. Please contact our support team to discuss options.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6a5f1e55-83f5-469b-8156-5373b5e3a4f8","name":"Unsuccessful Response – Invalid LEI (No LEI Found in the GLEIS matching with requested leiNumber parameter)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F2000\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"failure\", \r\n   \"message\": \"Please ensure the 'leiNumber' is a valid LEI. You can check via the GLEIF website or the daily concatenated files.  If in doubt, please contact our support team\",\r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"4a8d17e7-9331-4a2a-b72a-0c1dbd980f39","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b0f8846f-a42f-42a2-bd42-48ad043383cc","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"Peter\",\n    \"lastName\": \"Anderson\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"authorization_error\",\r\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support(a)rapidlei.com\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"a4b2daa1-e785-4b5c-bdc5-1f96a1a1b1fc","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"DK\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"5ce03c4f-a8cb-4647-ba28-62201b19a622","name":"Unsuccessful Response – Authorised Representative must be a Natural Person, not a Legal Person","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"companyName\": \"ABC Limited\",\n    \"companyNumber\": \"68678678\",\n    \"leiNumber\": \"98450024FD4543302F20\",\n    \"legalJurisdiction\": \"DK\",\n    \"firstName\": \"ABC\",\n    \"lastName\": \"Limited\",\n    \"email\": \"peter.anderson@testmail.com\",\n    \"phone\": \"003489348573945\",\n    \"isLevel2DataAvailable\": false,\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\n    \"multiYearSupport\": 3,\n    \"entityType\": \"GENERAL\",\n    \"userComments\": \"optional comments\",\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\n    \"loaFile\": {\n        \"fileName\": \"My Letter of Authorization.docx\",\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\n    },\n    \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You cannot use a Legal Person as the Authorised Representative.  Only a Natural Person can express intent, required for empowerment checks.  If you believe this to be incorrect or our algorithm for checking has made a mistake, please discuss with our support team.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ce3c49f7-e076-4808-b506-bb934a59b47e","name":"Unsuccessful Response – Unsupported legal jurisdiction","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"ABC Limited\",\r\n    \"companyNumber\": \"68678678\",\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"legalJurisdiction\": \"AQ\",\r\n    \"firstName\": \"Peter\",\r\n    \"lastName\": \"Anderson\",\r\n    \"email\": \"peter.anderson@testmail.com\",\r\n    \"phone\": \"003489348573945\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingExceptionReason\": \"NATURAL_PERSONS\",\r\n    \"multiYearSupport\": 3,\r\n    \"entityType\": \"GENERAL\",\r\n    \"userComments\": \"optional comments\",\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"mergedOrRetiredLeiComments\": \"Optional comments to mention the reasons to import MERGED or RETIRED LEI\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/import"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We do not support the requested legal jurisdiction.  Please use the 'LEI - Query Supported Jurisdictions' endpoint to check what we support\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"b97bf634-ff9d-4702-bbec-0ad0f1b8f70d"},{"name":"LEI - Upload Files","id":"b1ed0052-efef-4415-a65f-282b4a53cd99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"YEaadmjQbt00uY0mepcg\",\n  \"loaFiles\": [\n    {\n      \"fileName\": \"LoA1. pdf\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"LoA2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],  \n  \"eoaFiles\": [\n    {\n      \"fileName\": \"EoaFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"EoaFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ],\n  \"corroboratingFiles\": [\n    {\n      \"fileName\": \"CorroboratingFile1.docx\",\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\n    },\n    {\n      \"fileName\": \"CorroboratingFile2.pdf\",\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\n    }\n  ]\n}"},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles","description":"<p>This API endpoint mimics the GUI facility to upload files at any time, for any LEI order with an associated ‘orderTrackingCode’. Files can be of type LoA (Letter of Authorization), EoA (Evidence of Authority) or other Corroborating Data. Orders submitted via GUI (Graphical User Interface) or via Bulk XLS methods, do not have unique API ‘orderTrackingCode’ and therefore files must be associated with these orders using the GUI interface only. The bearer access Token from 'Authentication - Request Access Token' is required to submit the request along with the following mandatory / optional parameters.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>loaFiles</strong><br />  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI &amp; a Valid Authorised Representative found on a Registry for the Legal Entity. The Applicant applying for the LEI will be the Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. The Letter of Authorization (LoA) will be a document from one of the Valid Authorised Authorised Representatives, this document will state that the valid signer is empowering the Applicant of the LEI (Authorised Representative Name already given) to manage the LEI on their behalf. Please note that if a valid Authorised Representative wishes to manage the LEI themselves directly then the Authorised Representative Name provided in the order creation can be amended in the GUI.</p>\n</li>\n<li><p><strong>eoaFiles</strong><br />  Evidence of Authority (EoA) is used to provide additional clarification/evidence of the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. A typical common example would be Articles of Association for an LLC in Delaware in the United States which does not maintain records of empowered individuals within their registry. For more details, please discuss with our legal team legal(a)rapidlei.com. Multiple EoA's may be submitted using either the fileData method or fileUrl method. Up to 10 additional files may be uploaded.</p>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadFiles"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"ec0f66d1-b083-4fa9-b2eb-8ae3a440cfb7","name":"Successful Response – Files uploaded successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Files Uploaded Successfully.\"\n}"},{"id":"8f15251c-8474-4776-8afa-7f4b236154d0","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"923860f8-b984-4683-aa16-498b3aa807f9","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"8b539158-e8d3-48be-9fc9-4d8a054acc57","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.zip\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ],\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\n    \"errorUri\": \"https://rapidlei.com/api\" \n}"},{"id":"baa6cb57-d810-40b7-9c57-818dd7493418","name":"Unsuccessful Response – Maximum 'loAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"loaFiles\": [\r\n        {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 LoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2f10cfe4-aaf6-4184-80bc-dc333c31f5cb","name":"Unsuccessful Response – Maximum 'eoAFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"eoaFiles\": [\r\n        {\r\n            \"fileName\": \"Evidence of Authority 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/EoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Evidence of Authority 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 EoA files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"e25f6362-df6b-45af-a74c-e33029a52345","name":"Unsuccessful Response – Maximum 'corroboratingFiles' upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n\"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 3.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 5.docx\",\r\n            \"fileUrl\": \"http://www.example.com/LoAfile.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \"Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept 5 Corroborating files in any single upload.  Please discuss any additional needs with our support team.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"3a7ffc72-c263-44bd-8442-50c462f1ad8f","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\t\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n            \"fileName\": \"Letter of Authorization 1.docx\",\r\n            \"fileUrl\": \"\"\r\n        },\r\n        {\r\n            \"fileName\": \"Letter of Authorization 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"577a0bd2-ea8f-4ddb-951b-92b1871b907e","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit ","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],  \r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ],\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n      \"fileData\": \"data:text/plain;base64,dGVzdA==\"\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We cannot process a file size greater than 20 MB\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ab4d4b3d-b7d2-49e0-83c2-66c7bc943d23","name":"Unsuccessful Response – 'loaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"loaFiles\": [\r\n    {\r\n      \"fileName\": \"LoA1.docx \",\r\n    },\r\n    {\r\n      \"fileName\": \"LoA2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"Using with 'loaFile' or 'loaFiles' requires a base64 encoded Letter of Authorization (LoA) in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"f1b027a7-8256-4e05-b5b1-aa1195020913","name":"Unsuccessful Response – 'eoaFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"eoaFiles\": [\r\n    {\r\n      \"fileName\": \"EoaFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"EoaFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'eoaFiles' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"6253b445-0056-4a78-be60-340c505e67dd","name":"Unsuccessful Response – 'corroboratingFiles' has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"corroboratingFiles\": [\r\n    {\r\n      \"fileName\": \"CorroboratingFile1.docx\",\r\n    },\r\n    {\r\n      \"fileName\": \"CorroboratingFile2.pdf\",\r\n      \"fileUrl\": \"https://www.lean.org/downloads/sampleboardreport.pdf\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"The 'corroboratingFile' needs to have a base64 encoded in one of the supported formats or a valid file Url.  Either the 'fileName', 'fileData' or 'fileUrl' parameter are missing.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"061a7c60-eaf4-4709-a682-8eead3ca84fd","name":"Unsuccessful Response – 'loaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"loaFiles\": [\n        {\n            \"fileName\": \"LoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" LoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'loaFile' or 'loaFiles' Letter of Authorization (LoA) methods require documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"2e63715d-6f57-4b57-9d73-7c43dd42d2f5","name":"Unsuccessful Response – 'eoaFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"eoaFiles\": [\n        {\n            \"fileName\": \"EoA Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" EoA Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'eoaFiles' Evidence of Authority (EoA) method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"950291de-3a69-4806-b304-2fdf026538fa","name":"Unsuccessful Response – 'corroboratingFiles' supports a singular method - either fileData or fileUrl, but not both","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"corroboratingFiles\": [\n        {\n            \"fileName\": \"Corroborating Data 1.docx\",\n            \"fileUrl\": \"http://www.example.com/file.docx\"\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        },\n        {\n            \"fileName\": \" Corroborating Data 2.docx\",\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadFiles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"The 'corroboratingFiles' Corroborating Files method requires documents in either, base64 encoded ‘fileData’ or a valid ‘fileUrl’. You cannot use both methods at the same time.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\" \r\n}"}],"_postman_id":"b1ed0052-efef-4415-a65f-282b4a53cd99"},{"name":"LEI - Upload Comments","id":"854db81c-729d-46a1-b651-a658bbddcef6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\n}"},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments","description":"<p>This API endpoint mimics the GUI facility to upload comments at any time, for any LEI order with an associated ‘orderTrackingCode’.  Comments help provide our vetting team with essential details to help process LEI applications more efficiently</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<p>– <strong>orderTrackingCode</strong></p>\n<p>A unique token returned when any New, Import or Renew order is created. e.g. <em>987a9sd8f7a9sd8f7</em></p>\n<p>– <strong>userComments</strong></p>\n<p>A comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","uploadComments"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"9c069523-d09c-45d8-aeaf-00c22e8d3ee8","name":"Successful Response – Comments Submitted Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Accept header is used by HTTP clients to tell the server what content types they'll accept.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"userComments successfully submitted\"\n}"},{"id":"d8d7f9b6-2153-420e-a1c1-815520fd890e","name":"Unsuccessful Response – All Parameters or entire JSON body missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"3237f151-58ab-4f79-b7f2-c38bde4b0abf","name":"Unsuccessful Response – 'orderTrackingCode' Parameter Missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n      \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'orderTrackingCode' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"2bcb3650-a988-4c36-bdcd-b17057901041","name":"Unsuccessful Response – 'userComments' Parameter Missing Copy","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'userComments' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"fe0cc89a-0e1d-489d-b59e-32287be8f229","name":"Unsuccessful Response – Maximum character limit exceeded","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"userComments\": \"Well, we seem to have made the comment length too much for the API endpoint to swallow, so we need to reduce this down to less than 2000 characters.   Here’s some padding to highlight what 2001 characters looks like 78901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901 makes 2001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'userComments' should not be greater than 2000 characters.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"}\r\n"},{"id":"5e47251e-b486-46d6-9a17-8b34a3e97076","name":"Unsuccessful Response – invalid 'orderTrackingCode'","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"orderTrackingCode\": \"Mycode\",\r\n  \"userComments\": \"Page 10 of the annual report details the level 2 parental structure your vetting team needs\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/uploadComments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \" Invalid Tracking Code - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list. \",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"}],"_postman_id":"854db81c-729d-46a1-b651-a658bbddcef6"},{"name":"LEI – Renew LEI","id":"830c700d-8e47-46fb-840c-4561ae99c4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n      \"leiNumber\": \"98450024FD4543302F20\",\r\n      \"isLevel1DataSame\": true,\r\n      \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n      \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew","description":"<p>This API endpoint initiates the workflow process to move the ‘nextRenewalDate’ forward by 1 year. Renewal is defined as the process to verify all Level 1 &amp; Level 2 data remains accurate on an annual basis. All LEIs not in the final year of a contract will automatically attempt renewal. Only during the last 60 days of the final year of the contract may the contract for an LEI be renewed using this API endpoint. A full list of LEIs can be obtained using the “LEI – Query Renewable LEIs” endpoint. Note that LEIs cannot be renewed unless they have either LAPSED (i.e. outside of any contract) or they are in an ISSUED state and have a ‘nextRenewalDate’ which falls within 60 days of the renewal API call.</p>\n<h4 id=\"mandatory\">Mandatory</h4>\n<ul>\n<li><p><strong>leiNumber</strong>LEI Number for the Legal Entity. e.g. <em>98450024FD4543302F20</em></p>\n</li>\n<li><p><strong>isLevel1DataSame</strong><br />  A Boolean value – to agree that the current LE-RD (Level 1) data is the same as the previous year. LE-RD (Level 1 data for any LEI under the management of RapidLEI can be verified using the ‘Query Level 1 LE-RD and Authorised Representative’ endpoint</p>\n</li>\n</ul>\n<h4 id=\"optional\">Optional</h4>\n<ul>\n<li><p><strong>notificationUrl</strong>To avoid unnecessary polling, webhooks can be used to pass orderStatus information in real time. A webhook is a user-defined HTTP (ideally HTTPS) endpoints which can accept POST requests for real time synchronous LEI processing. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines. The two parameters returned in the RequestBody are - orderTrackingCode and orderStatus, with the optional security token being returned as notificationTokene.g. <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready\">https://www.someotherserver.com/notify/me/when/lei/is/ready</a><br />  or <a href=\"https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example\">https://www.someotherserver.com/notify/me/when/lei/is/ready?type=exampletype&amp;token=URL_based_token_example</a>PLEASE NOTE - Redirects are not guaranteed to be supported in all cases therefore please ensure the correct URL and any final / characters in the URL are sent.</p>\n</li>\n<li><p><strong>notificationToken</strong>An optional unique token to avoid the possibility of a third party accidentally making a call to a static notification URL and therefore maliciously affecting the workflow.<br />  e.g. <em>Sq31YkqGWKXGEpeJGZwM\"</em></p>\n</li>\n<li><p><strong>userComments</strong>An optional comment or instruction to aid efficient processing of the LEI by the RapidLEI vetting team – to be used primarily for simple comments &lt; 1000 characters to avoid the need to send additional corroborating documents.</p>\n</li>\n<li><p><strong>firstName</strong>The First Name(s) of the Authorised Representative with the responsibility/authority to request and approve the creation of an LEI e.g. <em>Peter</em>. Only send this if the signing authority has changed in the last year.</p>\n</li>\n<li><p><strong>lastName</strong>The Last Name of the Authorised Representative e.g. <em>Anderson</em>. Only send this if the Authorised Representative has changed in the last year.</p>\n</li>\n<li><p><strong>multiYearSupport</strong>An integer from 1 to 5. Please see <a href=\"https://rapidlei.com/lei-pricing/\">https://rapidlei.com/lei-pricing/</a> for details. Please default to 1 as the standard option.</p>\n<ul>\n<li><p><strong>loaFile</strong></p>\n<p>  A Letter of Authorization (LoA) is used to provide linkage between the Applicant applying for the LEI and the empowered Authorised Representative name submitted as <em><strong>firstName</strong></em> <em><strong>lastName</strong></em> parameters. LoA's are optional as they can be replaced with appropriate Terms &amp; Conditions. It is usual for a Registration Agent to provide T's and C's which negate the need for an LoA, however, in lieu of these being available, an LoA would be required to provide permission to the Registration Agent from the Empowered Authorised Representative. For more details please discuss with our legal team legal(a)rapidlei.com. Only 1 LoA may be submitted using either the fileData method or fileUrl method.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>corroboratingFiles</strong><br />  Up to 10 additional files which may aid vetting or validation of the Application. Please note the upload limit of 20MB each.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"acfa87d1-2eb5-474e-8e15-3592f4c26ffb","name":"Unsuccessful Response – Parameter Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Sam\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"Request is missing the 'leiNumber' parameter\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}\r\n"},{"id":"f17f8ad3-bdd9-48a2-88da-04be277f8225","name":"Unsuccessful Response – Parameter Length Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave middle name is too long name to be accepted by the API \",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"Parameter 'firstName' should not be greater than 50 characters\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"6318633c-bd4b-4100-a9ed-d79e10de5980","name":"Unsuccessful Response – Maximum LoA / Corroborating Files upload file limit exceeded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3, \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",      \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 3.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 4.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 5.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 6.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 7.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderStatus\": \"invalid_request\", \r\n   \"message\": \"We are only able to accept a single LoA file and 5 corroborating files in a single call.  Please send other files to our support team by email and quote your order tracking code which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\", \r\n   \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"b9541e2f-1cfa-419f-a89e-c5e7a38b98b8","name":"Unsuccessful Response – loaFile has parameters missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"The 'loaFile' needs to have a base64 encoded Letter of Authorization (LoA) in one of the supported formats.  Either the 'fileName' or 'fileData' parameter is missing.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"5142a96d-ee6f-460e-b4a3-cf7da4d82c45","name":"Unsuccessful Response – Invalid multiYearSupport","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"multiYearSupport\": 30\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"'multiYearSupport' value must be a numeric value between 1–5\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"ab9577af-50ad-4adf-a328-00edc0577ee1","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"server_error\", \r\n  \"message\": \" We've been unable to process your renewal request – please contact our support team.\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"74306353-3b45-42e7-af9b-afd043d5f74a","name":"Unsuccessful Response – Maximum File size exceeds the maximum upload size limit","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"We cannot process a file size greater than 20 MB\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"7deece49-caf9-4e8b-b412-52c42d81e788","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"authorization_error\",\r\n  \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"b46be70d-e188-445a-a434-64301f5ca1e4","name":"Unsuccessful Response – A Renewal request has already been received for this LEI","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The LEI Renewal request has already been received\",\n    \"orderTrackingCode\": \"\",\n    \"orderStatus\": \"failure\"\n}"},{"id":"abf363b0-053b-4357-88f6-373817c07a7a","name":"Unsuccessful Response – isLevel1DataSame value is not a valid boolean value","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": abc\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The isLevel1DataSame parameter value must be true or false\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"c2928425-1257-4a8a-9b7d-84984bd3028a","name":"Unsuccessful Response – fileData is not valid Base64 String","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,\r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",\r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"abc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://aapitestingistaging.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"It seems that the fileData you are trying to upload is either corrupted or is not a valid Base64 encoded file.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"16590082-9ac0-45df-9580-e8e4d936e872","name":"Unsuccessful Response – 0 byte files are not allowed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.docx\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderStatus\": \"invalid_request\",\r\n    \"message\": \"You are not allowed to upload a file or provide the URL of a file which is 0 bytes in size.\",\r\n    \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"e4510ce8-aab6-4916-bef9-c6997a5f4670","name":"Successful Response – LEI successfully submitted for renewal","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"success\",\n    \"confidenceLevel\": \"10\"\n}"},{"id":"b431210d-ac6f-43ee-94e5-871ff2956b9f","name":"Unsuccessful Response – All Parameters or entire JSON body missing","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The request is missing mandatory parameters.  Please check our API documentation available at https://rapidlei.com/developers\",\r\n  \"errorUri\": \"https://rapidlei.com/api\"\r\n}"},{"id":"aa7bcfa8-0727-4fbe-a504-87610aefd947","name":"Unsuccessful Response – Attempt made to upload an unsupported file type","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": false,\r\n    \"notificationUrl\": \"https://www.someotherserver.com/notify/me/when/lei/is/ready\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\",\r\n    \"userComments\": \"Please see the additional corroborating data as the Authorised Representative has changed this year\",\r\n    \"multiYearSupport\": 3,        \r\n    \"firstName\": \"Dave\",\r\n    \"lastName\": \"Smith\",    \r\n    \"loaFile\": {\r\n        \"fileName\": \"My Letter of Authorization.docx\",\r\n        \"fileUrl\": \"http://www.example.com/LoA.docx?token=GFVHGSahG6HGjsggdgxxSecurity-Token-examplexxGFDsdd\"\r\n    },\r\n    \"corroboratingFiles\": [\r\n        {\r\n            \"fileName\": \"Corroborating Data 1.zip\",\r\n            \"fileUrl\": \"http://www.example.com/file.docx\"\r\n        },\r\n        {\r\n            \"fileName\": \" Corroborating Data 2.docx\",\r\n            \"fileData\": \"data:application/octet–stream;base64, ldfhaklsjdfhkasjfjsdfgakjsfgakjsdagsdf...\"\r\n        }\r\n    ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderStatus\": \"invalid_request\",\r\n  \"message\": \"The file type in fileName, e.g. .ZIP, is not supported.  Allowed file types are PDF, DOC, DOCX, XLS, XLSX, JPG, JPEG, PNG, GIF, BMP, TIF, TIFF or TXT.\",\r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"fd57415c-c30e-4b27-ae7e-7c53212985fa","name":"Unsuccessful Response – Invalid Notification URL","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true,\r\n    \"notificationUrl\": \"ready.html\",\r\n    \"notificationToken\": \"Sq31YkqGWKXGEpeJGZwM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n  \"orderStatus\": \"invalid_request\", \r\n  \"message\": \"Please provide a valid and absolute notification URL e.g. https://www.yourserver.com/your/callback/method\", \r\n  \"errorUri\": \"https://rapidlei.com/api\" \r\n}"},{"id":"acd4c511-5820-4fc5-bc14-76411537e9d0","name":"Unsuccessful Response – The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"leiNumber\": \"98450024FD4543302F20\",\r\n    \"isLevel1DataSame\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"message\": \"The LEI must have either LAPSED and published to the GLEIS or be within 60 days of the NextRenwalDate to be renewed.\",\r\n  \"orderTrackingCode\": \"\",\r\n  \"orderStatus\": \"failure\"\r\n}"}],"_postman_id":"830c700d-8e47-46fb-840c-4561ae99c4a4"},{"name":"LEI - Check LEI Order Status","id":"20c5d1ee-9d09-4705-91e8-00bedea568c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status","description":"<p>This API endpoint is used to check the LEI orderStatus.   The bearer access Token from 'Authentication - Request Access Token' is required to submit the request and a valid 'orderTrackingCode' must be submitted within in the URL.</p>\n<h3 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h3>\n<ul>\n<li><p><strong>failure</strong>\n  Sent when unable to process the requested action. See <strong>message</strong> for additional details as responses vary dependent on the workflow.</p>\n</li>\n<li><p><strong>success</strong>\n  Sent when actionable.  Additional responses dependent on the workflow. e.g. <strong>orderTrackingCode</strong> &amp; <strong>confidenceLevel</strong> sent in response to a successful 'New LEI' request.</p>\n</li>\n<li><p><strong>in_progress</strong>\n  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong>\n  No further action can take place. </p>\n</li>\n<li><p><strong>complete</strong>\n  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong>\n  LEI Confirm LE-RD Data Quality required by API </p>\n</li>\n<li><p><strong>pending_gui</strong>\n  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong>\n  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong>\n  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong>\n  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong>\n  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong>\n  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","status"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"fbda0511-de73-4c25-aee8-5cb08ff76885","name":"Successful Response – LE-RD Company Profile loaded - Data Quality confirmation pending","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": {\r\n        \"leiNumber\": null,\r\n        \"legalName\": \"GAME LTD\",\r\n        \"registrationAuthorityEntityId\": \"10675074\",\r\n        \"entityLegalFormCode\": \"H0PO\",\r\n        \"entityLegalForm\": \"Private Limited Company (LTD; LTD.;ltd; ltd.)\",\r\n        \"entityLegalFormLanguage\": \"EN\",\r\n        \"entityStatus\": \"ACTIVE\",\r\n        \"registrationAuthorityId\": \"RA000585\",\r\n        \"registrationAuthority\": \"Companies House\",\r\n        \"entityCategory\": null,\r\n        \"legalJurisdiction\": \"GB–ENG\",\r\n        \"entityCreationDate\": \"2020-06-16T00:00:00+00:00\",\r\n        \"legalAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"headquartersAddress\": {\r\n            \"firstAddressLine\": \"215 University Boulevard\",\r\n            \"addressLine1\": \"Beeston\",\r\n            \"addressLine2\": null,\r\n            \"addressLine3\": null,\r\n            \"city\": \"Nottingham\",\r\n            \"country\": \"GB\",\r\n            \"postalCode\": \"NG9 2GJ\"\r\n        },\r\n        \"otherEntityNames\": [\r\n          {\r\n               \"type\": \"PREVIOUS_LEGAL_NAME\",\r\n               \"value\": \"SAGECLOSE LIMITED\",\r\n               \"language\": \"EN\"\r\n          }\r\n        ]\r\n    },\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"pending\",\r\n    \"publicationStatus\": null \r\n}"},{"id":"95e2dbc5-7e09-4dc7-aa7f-ade3bd946aef","name":"Successful Response – InComplete Company Profile Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"pending\", \r\n   \"message\": \"We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process.\" \r\n}"},{"id":"8f291927-db62-4a37-b89d-431c52817878","name":"Successful Response – In Progress - We are still working on this request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"referenceData\": null,\r\n    \"adminMessage\": null,\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"publicationStatus\": null\r\n} "},{"id":"206d5d35-233d-4d14-802d-5597ac45e13c","name":"Successful Response – The Sending LOU rejected the request to transfer","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"stopped\",\r\n   \"message\": \"The Sending LOU (Current Managing LOU) rejected the Transfer request - Our vetting team will provide details via email.\" \r\n}"},{"id":"1c8b4349-3efe-43d1-92db-a822659db9db","name":"Successful Response – LEI Renewed","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"complete\",\n    \"leiNumber\": \"984375938475DKLJHSD3\",\n    \"nextRenewalDate\": \"2026-02-20T08:03:03+00:00\",\n    \"message\": \"LEI record has been renewed successfully.\"\n}"},{"id":"25ad16d0-55d3-4a35-a20e-6d9925175671","name":"Successful Response – LEI Issued - Authorised Representative is not verified","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"preAuthorityCheckLeiNumber\": \"98450046C37CDEF03822\",\n    \"message\": \"We have received your confirmation of LE-RD data and will continue processing your order. Your LEI Number will be issued shortly.\"\n}"},{"id":"3e94b8bc-a3e5-43b5-81ba-dd89fbedd17e","name":"Successful Response – In Progress – We are still working on this request, but have provided feedback on the delay","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/{orderTrackingCode}/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"referenceData\": null,\r\n  \"adminMessage\": \"The Business Registry is currently offline – We are unable to continue processing this order until it reopens\",\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"in_progress\",\r\n  \"publicationStatus\": null\r\n}"},{"id":"0a9ccc99-ee1d-4024-bf48-d4dbbc7f5298","name":"Successful Response – Company Profile Not Loaded Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"referenceData\": null\n}"},{"id":"e82141ca-72b9-463b-a86e-1f4b0f9cfa70","name":"Unsuccessful Response – Unknown error OR Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"69d159de-10d8-4713-83a6-f380907fbd33","name":"Successful Response – When LEI is waiting from Public Site to proceed during Renewal","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE-RD data and continue processing of your order as it is now 'Pending'.\"\n}"},{"id":"0b269f1e-6bef-49cf-ba54-777114edbcf4","name":"Successful Response – LEI Imported","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Imported Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"d96c02a7-4ac0-4f18-928e-2283fa9138f3","name":"Successful Response – LEI Issued","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"A Bearer Token must be set to a valid access token in the Authorization header","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n  \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n  \"orderStatus\": \"complete\",\r\n  \"message\": \"LEI Issued Successfully\",\r\n  \"leiCode\": \"98450024FD4543302F20\"\r\n}"},{"id":"24cd6247-b4f2-40b1-bdd0-c5ce7f4821b7","name":"Successful Response – Contract Signed Automatically but Relationship Data is required","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending\",\n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"9661ac34-8a7e-4a09-8e74-c5ead8d87f7f","name":"Successful Response – When LEI is waiting for background process to renew LEI automatically","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"1f4853ad-69ad-4933-bc4b-e5197e503d9e","name":"Successful Response – When LEI is on admin site for processing in \"Authentication In Progress (Renewal)\" status","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\"\n}"},{"id":"0e567555-e69f-4557-ad28-e6baa7d9d156","name":"Unsuccessful Response – Invalid orderTrackingCode","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a/status"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"referenceData\": null,\n    \"orderStatus\": \"server_error\",\n    \"message\": \"Invalid Tracking Code – please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\",\n    \"publicationStatus\": null,\n    \"adminMessage\": null\n}"},{"id":"ab6ff6ef-fdeb-433b-b142-b5455b004770","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"414eff1a-847d-443f-8532-aa5539f08aaa","name":"Successful Response – Automation Stopped – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"message\": \"Please login to the RapidLEI GUI interface to modify or verify the LE–RD data and continue processing of your order as it is now 'Pending'.\"\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"},{"id":"2ec44ca4-c41d-409f-89f7-5f4be52dbdf9","name":"Successful Response – Contract terms agreed but LE–RR Level 2 data is required – GUI interface must be used to continue","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \n    \"message\": \"We are unable to continue processing this order using the API - We require Level 2 data. Please login to the RapidLEI Identity Platform to continue the process.\",\n    \"level2DataSubmissionUrl\": \"https://leistaging.rapidlei.com/add-level2-data?q=WJkjJ5CbncmeLjuyP6EXUw+n9IP9DsS5/WG4TOoaOBsOd2DqPY/7amPeszvaFhpGSizXgGQvxuvo2B9+izpDPUO4OIZp1Gp9l7ybRK+EtuOofgSlNeAw5bYU0SmElBNx&redirect_url=\",\n    \"adminMessage\": null,\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"pending_gui\",\n    \"publicationStatus\": null\n}"}],"_postman_id":"20c5d1ee-9d09-4705-91e8-00bedea568c6"},{"name":"LEI - Confirm LE-RD Data Quality","id":"b932bc45-0ef2-4810-ba9a-a3c31431d2bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/{orderTrackingCode}/confirmation/{orderConfirmationStatus}","description":"<p>This API call is used to confirm the LE-RD data quality status before an LEI can be issued. Set the correct 'orderTrackingCode' in the URL before making an API call. Also make sure you are passing either true or false while replacing the 'orderConfirmationStatus' parameter in the URL.</p>\n<p>This API call is one of the most important calls.  The call is used to confirm the acceptance of the LE-RD (Legal Entity Reference Data) returned through the 'LEI - Check LEI Order status'.  A Legal Entity must be presented with the LE-RD and MUST confirm the accuracy of the data. The Access Token from 'Authentication - Request Access Token' is required to submit the request and the acceptance by the Legal Entity is either 'True' - i.e. The Legal Entity agrees to and accepts the LE-RD or 'False' - i.e. There is an error which must be corrected.   It is suggested that a feedback form is used to obtain details of the error.  Submitting 'False' requires follow up via the RapidLEI Identity Platform GUI.    Submitting 'True' requires the use of the 'LEI - Check LEI Order Status' to obtain the LEI Number.</p>\n","urlObject":{"protocol":"https","path":["v1","lei","orders","{orderTrackingCode}","confirmation","{orderConfirmationStatus}"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"00f6aabc-1a4e-4914-84ca-2e6ab467b7e2","name":"Successful Response - Data Quality Confirmation ‘false’","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/false"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"stopped\",\n    \"message\": \"We have received confirmation of DISAGREEMENT to the LE-RD Data Quality. We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process via the ‘Pending’ filter.\"\n}"},{"id":"f8b5e36c-dda3-4a55-aabd-df24d423c002","name":"Successful Response - Data Quality confirmation ‘true’ (Import LEI)","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"7c2238f4-07c0-4847-84ab-53daf8a4e4b7","name":"Successful Response - Data Quality confirmation ‘true’ (New LEI)","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"in_progress\",\n    \"message\": \"We have received confirmation of AGREEMENT to the LE-RD Data Quality and will continue processing your order. Your LEI will be imported shortly.\"\n}"},{"id":"7fc175b2-0090-412e-995e-c8275c9b5d06","name":"Unsuccessful Response - LE-RD Data Quality Confirmation already received and processed","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"We've already received the LE-RD confirmation from you for this Legal Entity - if in doubt, please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\"\r\n}"},{"id":"a8a6b64d-11ac-49d1-a9c0-9d3d6176f3e9","name":"Unsuccessful Response - InComplete Company Profile Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\n    \"orderStatus\": \"failure\",\n    \"message\": \"We have been unable to obtain all data from the business registry, so we are unable to continue processing using the API. Please login to the RapidLEI Identity Platform to continue the process.\"\n}"},{"id":"185e71b4-a2d4-4c01-b9b3-b7f01f786cfe","name":"Successful Response - Contract terms agreed but LE-RR Level 2 data is required","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{ \r\n   \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\", \r\n   \"orderStatus\": \"pending\", \r\n   \"message\": \"We are unable to continue processing this order using the API - Please login to the RapidLEI Identity Platform to continue the process.\" \r\n}"},{"id":"465ca85a-214c-4473-897b-37b556b3a254","name":"Unsuccessful Response - Company Profile Not Loaded","originalRequest":{"method":"PUT","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"failure\",\r\n    \"message\": \"Operation not allowed. Please use the Check Order Status API.\"\r\n}"},{"id":"567ee570-9194-4de3-b3f8-c86860c91a5c","name":"Unsuccessful Response - 'orderConfirmationStatus' must be true or false","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/asdf"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter 'orderConfirmationStatus' should contain a Boolean value of either 'true' or 'false'\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"583a05ec-ef76-461f-aca8-f07a9307edab","name":"Unsuccessful Response - Unknown error OR Exception during processing request","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://apitesting.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \"We've been unable to process your request - please contact our support team quoting your order tracking code, which can be found in the GUI interface, by clicking on the ‘Enhanced Detail’ from the LEI list.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"b4589f2d-7003-49ae-91af-46f0b3921a3a","name":"Successful Response  – Data Quality Pre–Check and Duplicate API calls are being made to the GLEIS for new LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"},{"id":"ae51f26b-6ad1-408c-b6d2-7eb4edd4b1c3","name":"Successful Response  – Data Quality Pre–Check calls are being made to the GLEIS for imported LEIs","originalRequest":{"method":"POST","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"}],"url":"https://api.rapidlei.com/v1/lei/orders/987a9sd8f7a9sd8f7/confirmation/true"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"orderTrackingCode\": \"987a9sd8f7a9sd8f7\",\r\n    \"orderStatus\": \"in_progress\",\r\n    \"message\": \" You've submitted the Data Duality Confirmation at the point we are doing a Check for Duplicates (C4D) call to the GLEIS.   These can take between 15 and 45 seconds.  We've acknowledged your confirmation of the profile accuracy, so you do not need to submit again.\"\r\n}"}],"_postman_id":"b932bc45-0ef2-4810-ba9a-a3c31431d2bb"},{"name":"LEI - Query all LEIs","id":"60165053-3b7d-4ffc-8f87-7ee79ab06b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders","description":"<p>This API is used to query for a list of ALL LEIs which have been successfully issued (Created or Imported) from the account.  This includes shopping cart and XLS based bulk workflows.  Any LEI which has not yet been issued, but has been created by API calls can be verified individually by the 'LEI - Check Order Status' call.  Any requests made via the shopping cart or xls methods may be tracked from within the browser based UI by logging in to the  <a href=\"https://lei.rapidlei.com/Account/Login\">https://lei.rapidlei.com/Account/Login</a>.  The Access Token from 'Authentication - Request Access Token' is required to submit the request.</p>\n<p>Please note that this API call DOES NOT return LEI numbers if the LEI has been marked as a DUPLICATE, ANULLED, MERGED or RETIRED.</p>\n<p>Only LEIs with a registration status of ISSUED or LAPSED will be returned.</p>\n<p>Reviewing LEI-RD (Reference data) is possible via the LEI number and the GLEIF API call. <a href=\"https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api\">https://www.gleif.org/en/lei-data/gleif-lei-look-up-api/access-the-api</a></p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"802cf7e2-fdef-4355-a633-b394e680e5e9","name":"Successful Response – List of LEIs returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\r\n   \"new\": [\r\n         \"984500049401E2B8D492\",\r\n         \"984500049401E2B8D491\",\r\n         \"984500049401E2B8D494\"\r\n    ],\r\n    \"imported\": [\r\n         \"213800MAKC4IOK7LEH11\",\r\n         \"213800MAKC4IOK7LEH12\",\r\n         \"213800MAKC4IOK7LEH13\"\r\n    ]\r\n}"},{"id":"211af1cf-289b-43dd-bb92-05e81652156e","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request – please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"a09fea26-f10d-4491-996c-289e7e0b6b11","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"60165053-3b7d-4ffc-8f87-7ee79ab06b14"},{"name":"LEI – Query Lapsed LEIs","id":"baefab80-254c-4c14-9548-5bdb41859443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/lapsed","description":"<p>This API call is used to query all LAPSED LEIs.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","lapsed"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"f9f7daa3-141b-4b20-9468-283a4b76fb4e","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/lapsed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"b70a7f55-6162-4fb9-a1d2-b6ab32fa225d","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/lapsed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"d8060f42-163d-4068-9d5e-519d9d3890ff","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/lapsed"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"baefab80-254c-4c14-9548-5bdb41859443"},{"name":"LEI – Query Renewable LEIs","id":"686a1f79-f42a-4b40-838d-13099bba25a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew/{days}","description":"<p>This API call is used to query all LEIs which may be renewed within the next {days}.  The parameter \"days\" is a numeric value between 1 and 60. Ideally values of 15, 30, 45 or 60 are passed to mirror the GUI DASHBOARD Interface. Please note that multi-year LEIs will automatically renew 60 days prior to the “nextRenewalDate” and are therefore excluded from the returned list.  The exception being any LEI with Level 2 data or any ESO based FUND which cannot be verified by the RapidLEI vetting team - these will appear too.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","orders","renew","{days}"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"ae4e3116-4361-45aa-b5cd-d42a4e08e1a1","name":"Successful Response – List of LEIs and nextRenewalDate’s returned","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew/60"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"14955838975411027285\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500EFP7C0E4CEA733\",\n        \"nextRenewalDate\": \"2021-07-29T11:54:35+00:00\"\n    },\n    {\n        \"leiNumber\": \"984500801560A0481F75\",\n        \"nextRenewalDate\": \"2021-07-09T11:54:35+00:00\"\n    }\n]"},{"id":"89839109-1cb5-4d79-9a8b-4d73a0690ccd","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew/60"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"e2d21a34-3069-49e2-9ef5-f601cdf105e7","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew/60"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"82d598d9-fe50-428c-8259-034854652eb4","name":"Unsuccessful Response – Invalid or nonnumeric days parameter","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/orders/renew/100"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Request parameter ‘days’ should contain a numeric value between 1 and 60\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"686a1f79-f42a-4b40-838d-13099bba25a7"},{"name":"LEI – Query Level 1 LE-RD and Authorised Representative","id":"011e1d73-8f3b-4fe0-9a6b-1ffd69ada2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/{leiNumber}","description":"<p>This API call is used to query Level 1 (LE-RD) data for any LEI managed by RapidLEI</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level1","{leiNumber}"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"a83f45c8-17e5-45c5-84a3-6757ba29f313","name":"Successful Response – LEI Level 1 LE-RD and Authorised Representative data available","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx","description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","type":"text"},{"key":"Content-Type","value":"application/json","description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","type":"text"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"signingAuthorityName\": \"Paul Tourret\",\n    \"referenceData\": {\n    \"leiNumber\": \"529900T8BM49AURSDO55\",\n    \"legalName\": \"Ubisecure Oy\",\n    \"legalNameLanguage\": \"fi\",\n    \"registrationAuthorityEntityId\": \"1748721–4\",\n    \"entityLegalFormCode\": \"DKUW\",\n    \"entityLegalForm\": null,\n    \"entityLegalFormLanguage\": \"FI\",\n    \"entityStatus\": \"ACTIVE\",\n    \"registrationAuthorityId\": \"RA000188\",\n    \"registrationAuthority\": null,\n    \"entityCategory\": \"GENERAL\",\n    \"entityCreationDate\" : \"2002-02-14T00:00:00+00:00\",\n    \"legalJurisdiction\": \"FI\",\n    \"initialRegistrationDate\": \"2016–08–04T11:00:36+00:00\",\n    \"nextRenewalDate\": \"2025–12–20T12:23:13+00:00\",\n    \"lastUpdateDate\": \"2024–12–20T12:23:13+00:00\",\n    \"registrationStatus\": \"ISSUED\",\n    \"validationSource\": \"FULLY_CORROBORATED\",\n    \"managingLOU\": \"529900T8BM49AURSDO55\",\n    \"successorLEI\": null,\n    \"successorEntityName\": null,\n    \"contractExpiryDate\": \"2028-01-21T21:54:37+00:00\",\n    \"otherEntityNames\": [\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Inc\",\n        \"language\": \"FI\"\n      },\n      {\n        \"type\": \"TRADING_OR_OPERATING_NAME\",\n        \"value\": \"Ubisecure Ab\",\n        \"language\": \"SV\"\n      }\n    ],\n    \"transliteratedOtherEntityNames\": [],\n    \"legalAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Vaisalantie 2\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02130\"\n    },\n    \"transliertatedLegalAddress\": null,\n    \"headquartersAddress\": {\n      \"mailRouting\": null,\n      \"firstAddressLine\": \"Tekniikantie 14\",\n      \"addressLine1\": null,\n      \"addressLine2\": null,\n      \"addressLine3\": null,\n      \"city\": \"Espoo\",\n      \"state\": null,\n      \"country\": \"FI\",\n      \"postalCode\": \"02150\"\n    },\n    \"transliteratedHeadquartersAddress\": null,\n    \"validationAuthority\": {\n      \"validationAuthorityID\": \"RA000188\",\n      \"otherValidationAuthorityID\": null,\n      \"validationAuthorityEntityID\": \"1748721–4\"\n    },\n    \"otherValidationAuthorities\": []\n  }\n} "},{"id":"a916cc08-e713-4f99-8561-618ecbaef906","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"d33472f7-5994-467a-815c-b1c7c3e745e0","name":"Unsuccessful Response – Level 1 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 1 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"94c1261a-dec0-4711-869a-dcad9b40b820","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49A"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"4627394a-4b9e-422e-bdcb-ec748d7b607c","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"c21a5c8b-5786-4f90-b810-fce66c3e9526","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level1/529900T8BM49AURSDO55"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"server_error\",\n    \"message\": \" We've been unable to process your request - please contact our support team.\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"011e1d73-8f3b-4fe0-9a6b-1ffd69ada2ce"},{"name":"LEI – Query Level 2 LE-RR, LE-RE and PNI data","id":"13b06868-4eb9-4281-aa59-c4b089e69aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.</p>\n","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"<p>The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. </p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/{leiNumber}","description":"<p>This API call is used to query Level 2 (LE-RR) data for any LEI managed by RapidLEI.  This includes, relationship data, exception reporting and if level 2 parents do not have LEIs, PNI data.</p>\n","urlObject":{"protocol":"https","path":["v1","leis","level2","{leiNumber}"],"host":["apitesting","rapidlei","com"],"query":[],"variable":[]}},"response":[{"id":"3027a6f1-72b9-46da-b21a-5ef20f1822c4","name":"Successful Response – Level 2 data has Reporting Exceptions ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"984500B8IBDAB46C3750\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NATURAL_PERSONS\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"7b695a56-0977-4a9a-a6e3-afec7c5d1c38","name":"Successful Response – Level 2 data has Relationship Records","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"relationshipRecords\": [\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        },\n        {\n            \"startNode\": {\n                \"nodeID\": \"529900T8BM49AURSDO55\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"endNode\": {\n                \"nodeID\": \"89450051ZRDOL9KEWH63\",\n                \"nodeIDType\": \"LEI\"\n            },\n            \"relationshipType\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2018-05-08T18:15:52+00:00\",\n            \"lastUpdateDate\": \"2021-02-20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022-12-20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"FULLY_CORROBORATED\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": null,\n            \"relationshipQualifier\": {\n                \"qualifierDimension\": \"ACCOUNTING_STANDARD\",\n                \"qualifierCategory\": \"OTHER_ACCOUNTING_STANDARD\"\n            },\n            \"relationshipQuantifier\": {\n                \"measurementMethod\": \"ACCOUNTING_CONSOLIDATION\",\n                \"quantifierAmount\": 100,\n                \"quantifierUnits\": \"PERCENTAGE\"\n            },\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2021-01-01T00:00:00+00:00\",\n                    \"endDate\": \"2021-12-31T00:00:00+00:00\",\n                    \"periodType\": \"ACCOUNTING_PERIOD\"\n                },\n                {\n                    \"startDate\": \"2018-05-17T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [],\n    \"parentReferenceRecords\": []\n}"},{"id":"dcdd99d1-2552-4643-b13e-9b9c466067da","name":"Successful Response – Level 2 data has Parent Reference Data (PNI) ","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [],\n  \"reportingExceptions\": [\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    },\n    {\n      \"lei\": \"984500B8IBDAB46C3750\",\n      \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n      \"exceptionReason\": \"NO_LEI\",\n      \"exceptionReference\": null\n    }\n  ],\n  \"parentReferenceRecords\": [\n    {\n      \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"DIRECT_PARENT\"\n    },\n    {\n       \"legalName\": \"UBISECURE HOLDINGS LIMITED\",\n      \"legalNameLanguage\": \"en\",\n      \"registrationAuthorityEntityId\": \"10408185\",\n      \"legalJurisdiction\": \"GB–ENG\",\n      \"parentType\": \"ULTIMATE_PARENT\"\n    }\n  ]\n}"},{"id":"b3cff772-98c5-40dc-999b-092057b6140a","name":"Successful Response – Level 2 Fund Reporting","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"relationshipRecords\": [\n    {\n      \"startNode\": {\n        \"nodeID\": \"529900T8BM49AURSDO55\",\n        \"nodeIDType\": \"LEI\"\n      },\n      \"endNode\": {\n        \"nodeID\": \"89450051ZRDOL9KEWH63\",\n        \"nodeIDType\": \"LEI\"\n      },\n            \"relationshipType\": \"IS_FEEDER_TO\",\n            \"relationshipStatus\": \"ACTIVE\",\n            \"initialRegistrationDate\": \"2021–12–20T12:23:13+00:00\",\n            \"lastUpdateDate\": \"2021–12–20T12:23:13+00:00\",\n            \"nextRenewalDate\": \"2022–12–20T12:23:13+00:00\",\n            \"registrationStatus\": \"PUBLISHED\",\n            \"managingLOU\": \"529900T8BM49AURSDO55\",\n            \"validationSources\": \"ENTITY_SUPPLIED_ONLY\",\n            \"validationDocuments\": \"ACCOUNTS_FILING\",\n            \"validationReference\": \"https://www.fund-data-reference-example.com\",\n            \"relationshipPeriods\": [\n                {\n                    \"startDate\": \"2020-01-14T00:00:00+00:00\",\n                    \"endDate\": null,\n                    \"periodType\": \"RELATIONSHIP_PERIOD\"\n                }\n            ]\n        }\n    ],\n    \"reportingExceptions\": [\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        },\n        {\n            \"lei\": \"529900T8BM49AURSDO55\",\n            \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"exceptionReason\": \"NON_CONSOLIDATING\",\n            \"exceptionReference\": null\n        }\n    ],\n    \"parentReferenceRecords\": []\n}"},{"id":"f2ecec66-f8d9-4cf0-bb86-dc269b2fef3f","name":"Unsuccessful Response – LEI not managed by your RapidLEI account","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \"The LEI number requested is not managed by your RapidLEI account. Please provide a valid LEI Number or contact our support team to discuss options.\"\n}"},{"id":"c1c99dc1-88f0-463d-9391-bc80e422c98d","name":"Unsuccessful Response – Level 2 data is not currently available","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"failure\",\n    \"message\": \" The LEI must be either ISSUED, LASPED, DUPLICATE, PENDING_TRANSFER, PENDING_ARCHIVAL, RETIRED or MERGED for level 2 data to be available.   LEIs which are ‘pending’, ‘pending_gui’ or ‘in_progress’ may not be queried.\"\n}"},{"id":"cba656ac-b3ed-4db7-bfb5-6df5ae74309a","name":"Unsuccessful Response – Invalid LEI Format","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"invalid_request\",\n    \"message\": \"Please ensure the 'lei' is a valid ISO 17442 format LEI (20 characters).\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"1810f7df-8ed3-4667-a81a-df7897cfd2f7","name":"Unsuccessful Response – User not allowed to use the Full API, only the ‘Create User’ endpoint","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"orderStatus\": \"authorization_error\",\n    \"message\": \"You do not have the ability to use the Full RapidLEI API from this account – you are configured only to use the ‘Create User’ endpoint, please contact our support team on support@rapidlei.com\",\n    \"errorUri\": \"https://rapidlei.com/api\"\n}"},{"id":"0f1bb621-3654-479f-bb99-c842b85d0873","name":"Unsuccessful Response – Unknown Error or Exception during processing request","originalRequest":{"method":"GET","header":[{"description":"The Bearer token is a cryptic string, usually generated by the server in response to a token request. The client must send this token in the Authorization header for every API call.","key":"Authorization","type":"text","value":"Bearer xxxxxxPaste_Bearer_Access_Token_herexxxxxx"},{"description":"The Content-Type header is used by HTTP clients to tell the server what content types they'll accept. The Content-Type header field is used to specify the nature of the data in the body of an entity. ","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://apitesting.rapidlei.com/v1/leis/level2/984500B8IBDAB46C3750"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"orderStatus\": \"server_error\",\n  \"message\": \" We've been unable to process your request - please contact our support team.\",\n  \"errorUri\": \"https://rapidlei.com/api\"\n}"}],"_postman_id":"13b06868-4eb9-4281-aa59-c4b089e69aaf"}],"id":"a3b0d97b-66fb-4cb8-8ea3-97c6fa717b7e","description":"<h4 id=\"general-information\">General Information</h4>\n<p><em>Version - September 2025</em></p>\n<p>RapidLEI API endpoints have been designed to facilitate efficient workflows enabling Registration Agents, Validation Agents, and Enterprise's to 'Create New LEIs', 'Import Existing LEIs' or 'Renew LEIs'.</p>\n<p>With the exception of 'API Health Check', which requires no Authentication, RFC 6750 OAuth 2.0 Bearer Token Authentication is used in all cases. API Key(s) used to create Bearer Token(s) via the 'Authentication - Request Access Token' endpoint are managed in 'My Settings' in RapidLEI accounts with extended privileges.</p>\n<p>Credentials for our 'Testing' system are not available for external parties. Please read the 'Staging' Platform documentation for details on how to apply for credentials to test our APIs or talk to our team on <a href=\"https://mailto:partnerships@rapidlei.com\">partnerships@rapidlei.com</a></p>\n<h4 id=\"testing-server-apis\">Testing Server APIs</h4>\n<p>These API(s) are for using by RapidLEI for internal testing - If you are reading this, then yes, you'll most likely be seeing a sneak preview of what's coming down the line - enjoy ;-)</p>\n<h4 id=\"api-orderstatus--adminmessage--push-notifications\">API orderStatus / adminMessage &amp; Push Notifications</h4>\n<p>The RapidLEI API is designed to avoid unnecessary polling. Whenever possible, please use the built-in 'Push Notifications' system (Details given below). Status updates, enabling polling logic workflow optimizations, are returned via the <strong>orderStatus</strong> token, whereas optional, human readable feedback from the vetting team on why an LEI order has paused is available from the <strong>adminMessage</strong> token e.g. *\"The Business Registry is currently offline – We are unable to continue processing this order until it reopens.\"*</p>\n<h4 id=\"polling-orderstatus-responses\">Polling orderStatus responses:–</h4>\n<ul>\n<li><p><strong>in_progress</strong><br />  The order is with RapidLEI to progress (gather data, confirm information etc)</p>\n</li>\n<li><p><strong>stopped</strong><br />  No further action can take place.</p>\n</li>\n<li><p><strong>complete</strong><br />  The workflow is complete. Additional responses dependent on the workflow. e.g. \"message\" &amp; \"leiCode\" returned in response to a successfully issued, imported or renewed LEI</p>\n</li>\n<li><p><strong>pending</strong><br />  LEI Confirm LE-RD Data Quality required by API</p>\n</li>\n<li><p><strong>pending_gui</strong><br />  Confirmation required or additional information required – only possible via the GUI interface</p>\n</li>\n<li><p><strong>invalid_request</strong><br />  This message is returned when mandatory parameters are missing</p>\n</li>\n<li><p><strong>authorization_error</strong><br />  This message is returned if there's a failure due to either an invalid client_id (email address) or client_secret (API key from My Settings)</p>\n</li>\n<li><p><strong>not_found</strong><br />  This message is returned if there's an error in the requested URL</p>\n</li>\n<li><p><strong>unsupported_grant_type</strong><br />  This message is returned when the underlying protocol for bearer tokens is not used correctly.</p>\n</li>\n<li><p><strong>server_error</strong><br />  This message is returned when there is an unexpected issue with the workflow or permission as opposed to a missing parameter</p>\n</li>\n</ul>\n<h4 id=\"push-notifications-webhooks\">Push Notifications (webhooks):–</h4>\n<p>Push Notifications, aka webhooks are *\"user-defined callbacks made with HTTP\"* (ideally HTTPS) endpoints which can accept POST requests. An optional security token may be used to avoid replay attacks, however the notificationUrl may also contain additional URL parameters. Webhook ApS in Denmark, ran by Simon Fredsted, offers a very simple listening service for testing webhooks. Please see <a href=\"https://webhook.site/\">https://webhook.site/</a> for details and usage guidelines.<br />The two parameters returned in the RequestBody are - <strong>orderTrackingCode</strong> and <strong>orderStatus</strong>, with the optional security token being returned as <strong>notificationToken</strong> within the Header.</p>\n<h4 id=\"push-notification-orderstatus-responses\">Push Notification orderStatus responses:–</h4>\n<ul>\n<li><p><strong>profile_loaded</strong><br />  Sent as soon as our platform obtains the profile from the business registry. In the event of a failure, or an incomplete profile being received, our vetting team adds the missing items the registry did not provide and at this point we send profile_loaded. This can be minutes or hours depending on the jurisdiction/registry. Please use 'LEI - Check Order Status' to verify the profile's accuracy. Either verify the returned profile against data previously provided by the Applicant, or use this data to confirm the accuracy with the Applicant in a post processing workflow.</p>\n</li>\n<li><p><strong>lei_issued</strong><br />  Sent once the LEI is ISSUED and all checks are complete including the Authority Check. (Please note that we do not send a notification for a ‘Pre-Authority LEI number’). Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_imported</strong><br />  Sent once the LEI is IMPORTED and all checks are complete including the Authority Check. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_cancelled</strong><br />  Sent after a cancellation from either our Admin team or the GUI interface. (Cancellation by API is not supported)</p>\n</li>\n<li><p><strong>lei_pending_gui</strong><br />  Sent once an edge case is identified and control is returned to the GUI Interface.</p>\n</li>\n<li><p><strong>lei_duplicate_found</strong><br />  A potential Duplicate has been identified by a GLEIF API call and our team are investigating.</p>\n</li>\n<li><p><strong>lei_pre_check_api</strong><br />  A pre–check API call to GLEIF has failed – RapidLEI will be investigating and correcting any issues.</p>\n</li>\n<li><p><strong>lei_renewed</strong><br />  Sent once the LEI is renewed and all checks are complete. Please use 'LEI - Check Order Status' to obtain the LEI number and the nextRenewalDate.</p>\n</li>\n<li><p><strong>lei_published</strong><br />  Sent once the LEI has been successfully uploaded to the GLEIS during one of the 10 daily publication cycles. For a new LEI, or changes to an existing LEI to be visible, additional time must be allowed for the GLEIF to process the data and publish to the Concatenated files, Golden Copy files &amp; LEI Search 2.0 system – this ranges between 2 and 8 hours of our publication time.</p>\n</li>\n<li><p><strong>lou_import_requested</strong><br />  Sent when the request to the SENDING LOU has been made. The SENDING_LOU, in response, should flip the GLEIF LEI Status from ISSUED/LASPED to PENDING_TRANSFER within 3 days indicating the request is received and that they are talking to their client.</p>\n</li>\n<li><p><strong>lou_import_request_acknowledged</strong><br />  Sent when the GLEIF LEI Status flips to PENDING_TRANSFER. The SENDING_LOU then has 4 days to confirm the acceptance or rejection of the request.</p>\n</li>\n<li><p><strong>lou_rejected</strong><br />  Sent after receiving a rejection from the SENDING LOU during transfer by a GLEIF LEI Status change back to LASPED/ISSUED.</p>\n</li>\n<li><p><strong>lei_transferred</strong><br />  Sent after an LEI has successfully been transferred. i.e from RapidLEI (as the Sending LOU) to the Receiving LOU. This status will only appear when the Receiving LOU publishes the LEI to the GLEIS.</p>\n</li>\n</ul>\n<h4 id=\"fileurl-and-filename-length-limitations\">FileURL and FileName Length Limitations:–</h4>\n<p>The maximum allowed <strong>FileName</strong> length (including an extension) = <strong>250 characters</strong> e.g. \"FileName\":\"This is an example file name which shows the extent possible within the RapidLEI API eco system for Ubisecure Oy with LEI Code 529900T8BM49AURSDO55 - The remaining characters up to 250 being these... 4567890123456789012345678901234567890123456789.pdf”</p>\n<p>The maximum allowed <strong>FileURL</strong> length (including an extension) = <strong>1000 characters</strong> e.g. \"FileURL\":\"<a href=\"https://someexamplefileserver.com/attachements/rapidlei/\">https://someexamplefileserver.com/attachements/rapidlei/</a> BNVcyW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEVkscHBjT1l1FK2xvUW5rb5FERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVEyZE9WNGJtQUhMM2lSZ1JWXVzWldKaUROeThadVONVVNUlJ3N3NFVFJZMwkpVTk9YcHBjT1lF2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJS2dBOU9Z4cHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra772Fu1dzUWVMYWoyRUJS2dBOUZ4NExhaERBNVcykpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoUhuRFhpZnVENExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJU3huRFhpZnVEVkscHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dUWVMYWoyRUJS2dBOUZ4NExhaERBNVcyWkpVTk9YcHBjT1lFK2xvUW5rbFdjYzAwekdONHhMU1hMbFBoWFV0bXBra2FuQ1dzUWVMYWoyRUJoU3huRFhpZnVEyZE9WNGJtQUhMM2lSZ1J0WXVzWldKaUROeThadTVONVVNUlJ3N3NFVFJZM2w_.pdf”</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"28745138-118b-4708-8042-f76c4fff6c24"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1ff64bd0-fa4c-4fd0-8982-92b691f9d7fa"}}],"_postman_id":"a3b0d97b-66fb-4cb8-8ea3-97c6fa717b7e"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2ba12206-f089-4984-9b4e-715c5933548d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"551e931b-ce3a-49cb-bba5-bcb0a7531589"}}]}