{"info":{"_postman_id":"92b51d06-5750-450a-95b3-94796ef52f66","name":"LEIRegisterAPI","description":"<html><head></head><body><p>With LEIAdmin’s API solutions, you can easily look up, create, and renew LEI codes. Contact us at <a href=\"https://mailto:partner@leiadmin.com\">partner@leiadmin.com</a> or follow the API documentation below to get started.</p>\n<p>We currently have 2 separate APIs with different purposes. <a href=\"#900a3810-0e2c-4f16-9b80-576ef56b36de\">LEI Lookup API</a> is used to search for the LEI data and <a href=\"#ddbf0ab4-a740-40aa-95fd-7b6597298c77\">LEI Registration API</a> is used to issue and renew LEI codes through the API interface.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12412571","collectionId":"92b51d06-5750-450a-95b3-94796ef52f66","publishedId":"UVeAtny6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1f2937","highlight":"1e3a8a"},"publishDate":"2022-10-18T08:02:30.000Z"},"item":[{"name":"LEI Lookup API","item":[{"name":"leilookup","id":"b396345b-935d-49ee-bf9e-50e50a238f19","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://search.leiadmin.com/api/v1/leilookup","description":"<h2 id=\"technical-description\">Technical description</h2>\n<p>Find LEI data for all companies in the GLEIF searching by either the LEI code or the country code with the company registration number or company name.</p>\n<p>The returned result is a JSON array, because when searching without the country code or with the company name, it can return multiple matches.</p>\n<p>No authorization is needed for this request.</p>\n<p>Note that the domain is search.leiadmin.com, different from apitest.leiadmin.com and api.leiadmin.com</p>\n<h2 id=\"request-parameters\">Request parameters</h2>\n<p><strong>leiNumber</strong> - Search by the LEI number of the company</p>\n<p><strong>legalJurisdiction</strong> - Search by country code. companyNumber or legalName is also needed to specify the search</p>\n<p><strong>companyNumber</strong> - Search by the company registration number</p>\n<p><strong>legalName</strong> - Search by the legal name of the company</p>\n<h2 id=\"response-parameters\">Response parameters</h2>\n<p><strong>leiNumber</strong> - The LEI number of the company</p>\n<p><strong>nextRenewalDate</strong> - LEI expiration date in <a href=\"https://search.gleif.org/#/search/\">GLEIF</a></p>\n<p><strong>legalName</strong> - The company name</p>\n<p><strong>companyNumber</strong> - The company registration number</p>\n<p><strong>legalJurisdiction</strong> - ISO 3166 ALPHA-2 standard is used as the country code</p>\n<p><strong>leiStatus</strong> - Status of the LEI code. Most commonly ISSUED or LAPSED. Can also be ANNULLED, PENDING_TRANSFER, PENDING_ARCHIVAL, DUPLICATE, RETIRED or MERGED</p>\n<p><strong>managingLou</strong> - The LEI code of the LOU (Local Operating Unit) currently managing the LEI number</p>\n<p><strong>managingLouName</strong> - Readable name of the current LOU</p>\n","urlObject":{"protocol":"https","path":["api","v1","leilookup"],"host":["search","leiadmin","com"],"query":[],"variable":[]}},"response":[{"id":"453131f7-515a-4e04-abb0-82623f29a83f","name":"With company registration number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://search.leiadmin.com/api/v1/leilookup?legalJurisdiction=IN&companyNumber=U74999PN2019FTC184211","protocol":"https","host":["search","leiadmin","com"],"path":["api","v1","leilookup"],"query":[{"key":"legalJurisdiction","value":"IN"},{"key":"companyNumber","value":"U74999PN2019FTC184211"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:42:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=PvcpxDVTOPaXC45dLfebq5ggIuQ6OnIPieBvkUQQaFgk4bSqEbqKnMf6bIy8TE96q3c4hVY2Z1giUYOUy7yKaiAUBurCItk0oXrlj6HXy6XoORROEYMzf0yHKLsNJFYDYihQ%2FqeRhA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512f2658fc8fe20-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"9845003A5176DAA0E442\",\n        \"NextRenewalDate\": \"2025-04-13\",\n        \"legalName\": \"LEI REGISTER INDIA PRIVATE LIMITED\",\n        \"companyNumber\": \"U74999PN2019FTC184211\",\n        \"legalJurisdiction\": \"IN\",\n        \"leiStatus\": \"ISSUED\",\n        \"managingLou\": \"529900T8BM49AURSDO55\",\n        \"managingLouName\": \"Ubisecure Oy\"\n    }\n]"},{"id":"d716e817-c102-497a-8833-521df77a80a1","name":"With company name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://search.leiadmin.com/api/v1/leilookup?legalJurisdiction=IN&legalName=Register","protocol":"https","host":["search","leiadmin","com"],"path":["api","v1","leilookup"],"query":[{"key":"legalJurisdiction","value":"IN"},{"key":"legalName","value":"Register"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:42:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=PvcpxDVTOPaXC45dLfebq5ggIuQ6OnIPieBvkUQQaFgk4bSqEbqKnMf6bIy8TE96q3c4hVY2Z1giUYOUy7yKaiAUBurCItk0oXrlj6HXy6XoORROEYMzf0yHKLsNJFYDYihQ%2FqeRhA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512f2658fc8fe20-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"254900RO5ZF2J3J4SD58\",\n        \"NextRenewalDate\": \"2025-09-20\",\n        \"legalName\": \"Lloyds Register Marine and Offshore India LLP\",\n        \"companyNumber\": \"27AAJFL5214E1ZI\",\n        \"legalJurisdiction\": \"IN\",\n        \"leiStatus\": \"ISSUED\",\n        \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n        \"managingLouName\": \"Bloomberg Finance L.P.\"\n    },\n    {\n        \"leiNumber\": \"335800ALUPRTRJORP169\",\n        \"NextRenewalDate\": \"2025-07-15\",\n        \"legalName\": \"INDIAN REGISTER OF SHIPPING STAFF PROVIDENT FUND\",\n        \"companyNumber\": \"\",\n        \"legalJurisdiction\": \"IN\",\n        \"leiStatus\": \"ISSUED\",\n        \"managingLou\": \"335800FVH4MOKZS9VH40\",\n        \"managingLouName\": \"LEGAL ENTITY IDENTIFIER INDIA LIMITED\"\n    },\n    {\n        \"leiNumber\": \"9845003A5176DAA0E442\",\n        \"NextRenewalDate\": \"2025-04-13\",\n        \"legalName\": \"LEI REGISTER INDIA PRIVATE LIMITED\",\n        \"companyNumber\": \"U74999PN2019FTC184211\",\n        \"legalJurisdiction\": \"IN\",\n        \"leiStatus\": \"ISSUED\",\n        \"managingLou\": \"529900T8BM49AURSDO55\",\n        \"managingLouName\": \"Ubisecure Oy\"\n    }\n]"},{"id":"e01b9d35-6cdc-4aa7-a5c8-9cb9f2714b68","name":"With LEI number","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://search.leiadmin.com/api/v1/leilookup?leiNumber=9845003A5176DAA0E442","protocol":"https","host":["search","leiadmin","com"],"path":["api","v1","leilookup"],"query":[{"key":"leiNumber","value":"9845003A5176DAA0E442"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:42:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=PvcpxDVTOPaXC45dLfebq5ggIuQ6OnIPieBvkUQQaFgk4bSqEbqKnMf6bIy8TE96q3c4hVY2Z1giUYOUy7yKaiAUBurCItk0oXrlj6HXy6XoORROEYMzf0yHKLsNJFYDYihQ%2FqeRhA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512f2658fc8fe20-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"leiNumber\": \"9845003A5176DAA0E442\",\n        \"NextRenewalDate\": \"2025-04-13\",\n        \"legalName\": \"LEI REGISTER INDIA PRIVATE LIMITED\",\n        \"companyNumber\": \"U74999PN2019FTC184211\",\n        \"legalJurisdiction\": \"IN\",\n        \"leiStatus\": \"ISSUED\",\n        \"managingLou\": \"529900T8BM49AURSDO55\",\n        \"managingLouName\": \"Ubisecure Oy\"\n    }\n]"}],"_postman_id":"b396345b-935d-49ee-bf9e-50e50a238f19"}],"id":"900a3810-0e2c-4f16-9b80-576ef56b36de","description":"<h2 id=\"summary\">Summary</h2>\n<p>Financial institutions and similar entities use the <strong>LEI Lookup API</strong> to verify whether their clients already have a Legal Entity Identifier (LEI). It helps streamline customer onboarding by quickly checking for an existing LEI, particularly when opening investment accounts or registering new clients. The API provides key details like the LEI number, renewal date, legal name, and status. If no LEI is found, institutions can direct customers to register for one using the LEI Registration API.</p>\n<h2 id=\"general-description\">General Description</h2>\n<p>The LEI Lookup API is designed for financial institutions and other entities that need to verify whether their customers already possess a Legal Entity Identifier (LEI). The API streamlines the process of checking for an LEI during customer onboarding, particularly when a client is looking to open an investment account or is undergoing account registration.</p>\n<h3 id=\"key-use-cases\">Key Use Cases:</h3>\n<ul>\n<li><p>LEI Verification During Account Opening: When a customer registers for an investment account, the Lookup API allows the institution to check if the customer has an LEI quickly. If an LEI is found, the API returns key details, including the LEI number, next renewal date, legal name, registration number, and LEI status.</p>\n</li>\n<li><p>Integration with LEI Registration API: If a customer does not have an LEI, financial<br />  institutions can guide them to register one using the LEI Registration API provided by<br />  LEIAdmin, thus ensuring compliance with regulatory requirements.</p>\n</li>\n</ul>\n<h3 id=\"example-workflow\">Example Workflow:</h3>\n<ol>\n<li><p>Customer Onboarding: During account registration, the financial institution sends a request to the LEI Lookup API using the customer’s company name, legal jurisdiction, or registration number.</p>\n</li>\n<li><p>LEI Confirmation: If the customer has an LEI, the API returns relevant information, including the LEI number and renewal date. This information is then attached to the customer’s account.</p>\n</li>\n<li><p>No LEI Found: If no LEI is found, the institution can prompt the customer to register for one via the LEI Registration API.</p>\n</li>\n</ol>\n<p>This API plays a critical role in maintaining regulatory compliance by verifying the existence of LEIs. It helps financial institutions automate and simplify the onboarding process while ensuring up-to-date information for their clients.</p>\n<p>This description highlights the practical application of the API, particularly for financial institutions during the customer registration process.</p>\n","_postman_id":"900a3810-0e2c-4f16-9b80-576ef56b36de"},{"name":"LEI Registration API","item":[{"name":"token","id":"5e18ab92-2c7d-45ec-9ec7-230382e944a5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"connection":true,"accept-encoding":true,"accept":true,"user-agent":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apiKey\": \"99-uYyBlk9aLzJvoTZAgh4t6TXsFVm\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/token","description":"<p>Needed for the <strong>LEI Registration API</strong> endpoints.</p>\n<p>Obtain a token with your credentials to authorize your subsequent requests, ensuring that the requests are secure. You can use the <strong>access_token</strong> from the response as the authorization token for the other requests.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>apiKey</strong> - The sandbox API key can be obtained from here when logged in: <a href=\"https://sandbox.leiadmin.com/api-integrations/\">https://sandbox.leiadmin.com/api-integrations/</a></p>\n","urlObject":{"protocol":"https","path":["v1","token"],"host":["apitest","leiadmin","com"],"query":[],"variable":[]}},"response":[{"id":"47bf7ccf-872e-4c38-afeb-20ac4df58b35","name":"token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"apiKey\": \"99-uYyBlk9aLzJvoTZAgh4t6TXsFVm\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 28 Oct 2022 10:41:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=JP6BXCXwft3%2F0yuYooUmcjco0EWBcoW5LLGWfzxYj0WTHd4WG3p1FE2ErsjHvHJphkn3URKOWfWek6MHz0LE%2F%2BaegbpDBr83C5fCNRTz3vl32K5Va9LE064qVCnZiZF06gD3eiqW0A%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"76130e9f3f24fe4c-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJ0ePAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxNiIsImp0aSI6ImE2OTUzTTRjNzMxMGM3ZTkwNGJmYjNjZGQ2ZDA5NTdiZDkyZTcxMTFkZDUzMmM5MGFlMGFmMTM4YWI2NjhmNDU4MDFlYTkyYTBiMzc3YzBiIiwiaWF0IjoxNjY2OTUzNjY2Ljc0NzY1MiwibmJmIjoxNjY2OTUzNjY2Ljc0NzY1NSwiZXhwIjoxNjk4NDg5NjY2Ljc0MzcxOSwac3ViIjoiOSIsInNjb3BlcyI6W119.TFX1IwcDuTp-UNxI2hRwMBJCprlo-iHKUq80zOzWoFDXfs-HAcxRtCAkKUplkKgA2poQ5s2fk4hsF2XKkuq8ytdfb0iNmbIzB2FznN7Y3nh14Xnkpm5LT-HmSE0QekvtLt5ts7RZV36dqUvh81Qov3ATwVu9o1OKf5bOX6U11sW7HFmYP6Iq7vgu2r8xI53NyYNO4pqhsUHcJN_huGGGxtJdvijh3iEs_kjmCX82KpzaN_omde_4f7BtjakI1Ckp415lX4ZdIcqNioTuFnARY4ybBX9F1D9-CsIAbNC5JkRrrFCC6q0hSkvXn77XE-ms5X150C4MD68zHAk-DUwEfuOA_mkDt7dKKMiGRjkJ-YQxzGMBPQvzVcv_t4HWanHURbwlUaoog1PNAeN_q2P9E-CHM2GORSjg9bSv18rpqXt7lx3zDNIEBcCzFomv45CgAk92gWQMKLaPZA1Mc_QguD_ZGftbSXOfMPuG-2e8j4DZ4yjHwSijP-t4QsqCzOJUS-1zhlJJ4x5vH_3wsdriMCEU9w4Kqw9_fh3Prpye8ir24Bnvo4ac9YRBR4Dp_EyRQnn7NdFqn7CiVYqAwRb94El8I7rTYdPhmPfmxOCidOrLtvF5YYhn0XIGL57zBnzw39TCW8arRYcpEQQP3J3xklUHO9ixm3bU3zAj0--wZyo\"\n}"}],"_postman_id":"5e18ab92-2c7d-45ec-9ec7-230382e944a5"},{"name":"createlei","id":"52b4d03a-a13f-4cea-8043-b3f8305171df","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true,"content-type":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"companyName\": \"Global Legal Entity Identifier Foundation\",\r\n  \"companyNumber\": \"CHE200595965\",\r\n  \"firstName\": \"Firstname\",\r\n  \"lastName\": \"Lastname\",\r\n  \"legalJurisdiction\": \"CH\",\r\n  \"leiNumber\": \"506700GE1G29325QX363\",\r\n  \"years\": 3,\r\n  \"notifyUrl\": \"https://yourdomain.com/path/to/webhook/domain\",\r\n  \"address\": \"St. Alban-Vorstadt 5\",\r\n  \"city\": \"Basel\",\r\n  \"zipCode\": \"4052\",\r\n  \"isLevel2DataAvailable\": false,\r\n  \"reportingException\": \"NO_KNOWN_PERSON\",\r\n  \"uploadedDocUrl\": \"https://yourdomain.com/public/path/to/uploaded/document.pdf\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei","description":"<h1 id=\"lei-registration-api\">LEI Registration API</h1>\n<p>This API allows submitting company data for LEI (Legal Entity Identifier) issuance and renewal requests.</p>\n<p>If the response is empty, then most probably the authorization bearer is incorrect or expired.</p>\n<p>If the response is empty, the authorization token is likely incorrect or expired. Use the token from the /token response, formatted as \"Bearer \".<br />Example: \"<strong>Bearer eyJ0eXAiOiJKV...</strong>\"</p>\n<h2 id=\"parameters\">Parameters</h2>\n<p><strong>companyName</strong> - Legal name of the company.</p>\n<p><strong>companyNumber</strong> - Company registration number.</p>\n<p><strong>firstName</strong> - Authorized person’s first name.</p>\n<p><strong>lastName</strong> - Authorized person’s last name.</p>\n<p><strong>legalJurisdiction</strong> - ISO 3166 ALPHA-2 country code (e.g., “AT” for Austria). For<br />the US and Canada, include the state (e.g., “US-DE” for Delaware).</p>\n<p><strong>leiNumber</strong> (optional) - Leave empty for new LEIs. Required for renewals.</p>\n<p><strong>years</strong> (optional) - Number of years for LEI activation (allowed values: 0, 1, 3, 5). The default value is 1 year. Multiyear options offer better value. 0 is used for transferring an LEI without extending the renewal date.</p>\n<p><strong>address</strong> (required for new LEIs, optional for renewals) - Street and house number of the company's legal address.</p>\n<p><strong>city</strong> (required for new LEIs, optional for renewals) - City of the company’s legal address.</p>\n<p><strong>zipCode</strong> (required for new LEIs, optional for renewals): Postal code for the company’s legal address.</p>\n<p><strong>hqAddress</strong> (optional) - Street and house number of the company’s headquarters address (if different from the legal address).</p>\n<p><strong>hqCity</strong> (optional) - City of the company’s headquarters address. Required if <strong>hqAddress</strong> is provided.</p>\n<p><strong>hqZipCode</strong> (optional) - Postal code of the company’s headquarters address. Required if <strong>hqAddress</strong> is provided.</p>\n<p><strong>email</strong> - E-mail address of the end-customer. No emails would be sent there, but it would be stored and passed on the the LOU if requested for auditing purposes.</p>\n<p><strong>isLevel2DataAvailable</strong> - 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, logging in to the LEIAdmin portal must be used to provide the level 2 data manually. This value should be true if level 2 data is available and false if reporting exceptions are to be used.</p>\n<p><strong>reportingException</strong> - Required if <strong>isLevel2DataAvailable</strong> is false, otherwise not needed. Specifies the reason for not reporting Level 2 (relationship) data (allowed values: \"NATURAL_PERSONS\", \"NON_CONSOLIDATING\", \"NO_KNOWN_PERSON\", \"NON_PUBLIC\"; default: \"NATURAL_PERSONS\"). This endpoint supports entities claiming a reporting exception only.</p>\n<p><strong>customReference</strong> (optional) - A string (up to 255 characters) for internal request tracking. It will be returned with the /createlei, /leistatus and webhook requests.</p>\n<p><strong>notifyUrl</strong> (optional) - Webhook URL for receiving updates on the request status. The response body mirrors that of the /leistatus endpoint. Check the <a href=\"#0e73d982-e666-4479-9348-aa10d76147ff\">notify webhook</a> request example below.</p>\n<p><strong>uploadedDocUrl</strong> (optional) - Publicly accessible file URL available with the HTTPS protocol. Used to send documents helpful in the LEI issuance/renewal process.</p>\n<p>*It is currently not possible to report Level 2 data via the LEI Registration API. For entities with Level 2 data, please apply manually at LEIAdmin.com</p>\n","urlObject":{"protocol":"https","path":["v1","createlei"],"host":["apitest","leiadmin","com"],"query":[],"variable":[]}},"response":[{"id":"057c6ee8-5426-4998-b718-85f8ea4b4945","name":"Success new LEI","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Company Name LTD\",\r\n    \"companyNumber\": \"11169435\",\r\n    \"firstName\": \"Jane\",\r\n    \"lastName\": \"Doe\",\r\n    \"legalJurisdiction\": \"EE\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingException\": \"NATURAL_PERSONS\"\r\n    \"customReference\": \"Your custom reference 123\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Feb 2022 15:17:33 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"119"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"LEI requested for companyNumber 11169435\",\n    \"nid\": 143433,\n    \"created\": 1645112146,\n    \"customReference\": \"Your custom reference 123\"\n}"},{"id":"0cf9b065-bec0-4b83-a535-6603e283e121","name":"Success new LEI (US)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Verify DEMO company 1\",\r\n    \"companyNumber\": \"1234567\",\r\n    \"firstName\": \"Firstname\",\r\n    \"lastName\": \"Lastname\",\r\n    \"legalJurisdiction\": \"US-DE\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingException\": \"NATURAL_PERSONS\"\r\n    \"leiNumber\": \"\",\r\n    \"years\": 1\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:05:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2B1qL66Ks7rUTYm9emLDVWPbZxDqVkLChn93tj2yHbcvk0pBFD6kfjhmNXBEus2RTkexOQX15HEzvwF%2BmE6QhkcIA8J%2BaRYhq88sid2sXkq0%2BtATE89g8DSHP09jJn%2BwuGb7DodRYtg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512bc3a387ed97b-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"LEI requested for companyNumber 1234567\",\n    \"nid\": 299705,\n    \"created\": 1664265937,\n    \"customReference\": null\n}"},{"id":"c7bed4cf-402d-4e01-8a6a-6ed03e8a19d2","name":"Success new LEI HQ","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"companyName\": \"Company Name HQ LTD\",\r\n  \"companyNumber\": \"11169435\",\r\n  \"firstName\": \"Jane\",\r\n  \"lastName\": \"Doe\",\r\n  \"legalJurisdiction\": \"EE\",\r\n  \"address\": \"Somestreet 1\",\r\n  \"city\": \"Tallinn\",\r\n  \"zipCode\": \"1023\",\r\n  \"hqAddress\": \"Somes Otherstreet 4-12\",\r\n  \"hqCity\": \"Tallinn\",\r\n  \"hqZipCode\": \"1321\",\r\n  \"isLevel2DataAvailable\": false,\r\n  \"reportingException\": \"NO_KNOWN_PERSON\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 11 Feb 2026 11:27:03 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"LEI requested for companyNumber 11169435\",\n    \"nid\": 951546,\n    \"created\": 1770809222,\n    \"customReference\": null\n}"},{"id":"471c41d4-b9a7-4d40-a760-7d7f56ca1873","name":"Success new LEI lvl2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Company Name LTD\",\r\n    \"companyNumber\": \"11169435\",\r\n    \"firstName\": \"Jane\",\r\n    \"lastName\": \"Doe\",\r\n    \"legalJurisdiction\": \"EE\",\r\n    \"isLevel2DataAvailable\": true,\r\n    \"customReference\": \"Your custom reference 123\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Feb 2022 15:17:33 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"119"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"LEI requested for companyNumber 11169435\",\n    \"nid\": 143433,\n    \"created\": 1645112146,\n    \"customReference\": \"Your custom reference 123\"\n}"},{"id":"b11667fb-4b2a-4bbe-aeef-71e2c5a8d1d5","name":"Success LEI renewal","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Global Legal Entity Identifier Foundation\",\r\n    \"companyNumber\": \"CHE200595965\",\r\n    \"firstName\": \"Firstname\",\r\n    \"lastName\": \"Lastname\",\r\n    \"legalJurisdiction\": \"CH\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingException\": \"NATURAL_PERSONS\"\r\n    \"leiNumber\": \"506700GE1G29325QX363\",\r\n    \"years\": 3\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:40:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=kIjGtPjUU%2BQQOu54noi5%2BhbslR0d5YpHoIuWEHnp410zG%2BTUfzwZ5uVzbAFsY%2BaT5vKVyyLYwGKudYdmq%2FyH6XWNtj14E5TXnsCtuV3HCCUqnVePRpb9fyd6u8DgJ%2BprsdHrBah7VQ%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512efce7925d953-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"LEI requested for companyNumber CHE200595965\",\n    \"nid\": 299706,\n    \"created\": 1664268049,\n    \"customReference\": null\n}"},{"id":"e2d0c1d7-f4b5-495b-b2a0-13172240b861","name":"Parameter missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Company Name LTD\",\r\n    \"firstName\": \"First name\",\r\n    \"lastName\": \"Last name\",\r\n    \"legalJurisdiction\": \"EE\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingException\": \"NATURAL_PERSONS\"\r\n    \"customReference\": \"Your custom reference 456\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Jan 2022 15:00:30 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"77"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"companyNumber parameter is required, but missing\",\n    \"customReference\": \"Your custom reference 456\"\n}"},{"id":"cd0f4dbc-e0c5-4aab-9a06-788f6d53652a","name":"System error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"companyName\": \"Company Name LTD\",\r\n    \"companyNumber\": \"11169435\",\r\n    \"firstName\": \"Eesnimi\",\r\n    \"lastName\": \"Perekonnanimi\",\r\n    \"legalJurisdiction\": \"EE\",\r\n    \"isLevel2DataAvailable\": false,\r\n    \"reportingException\": \"NATURAL_PERSONS\"\r\n    \"leiNumber\": \"123\"\r\n}"},"url":"https://apitest.leiadmin.com/v1/createlei"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Feb 2022 15:18:28 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"264"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Error requesting LEI for company 11169435\",\n    \"customReference\": null,\n    \"error\": [\n        {\n            \"title\": \"Unprocessable Entity\",\n            \"status\": 422,\n            \"detail\": \"field_lei_code: LEI code must be exactly 20 characters long\",\n            \"code\": 0,\n            \"source\": {\n                \"pointer\": \"/data/attributes/field_lei_code\"\n            }\n        }\n    ]\n}"}],"_postman_id":"52b4d03a-a13f-4cea-8043-b3f8305171df"},{"name":"leistatus","id":"ba0c1cdc-c8f6-4421-949c-df8a6e513dbf","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://apitest.leiadmin.com/v1/leistatus","description":"<p>Check the status of recently requested or updated LEI applications in the past eight days. The limit can be increased upon request.</p>\n<h2 id=\"response-parameters\">Response parameters</h2>\n<p>The parameters are in the \"applications\" array in the JSON body.</p>\n<p><strong>nid -</strong> Unique ID of the applications</p>\n<p><strong>companyNumber -</strong> The company registration number</p>\n<p><strong>legalJurisdiction</strong> - ISO 3166 ALPHA-2 standard is used as the country code</p>\n<p><strong>leiNumber</strong> - A newly registered LEI or one that has been transferred/renewed</p>\n<p><strong>nextRenewalDate</strong> - LEI expiration date in <a href=\"https://search.gleif.org/#/search/\">GLEIF</a></p>\n<p><strong>paidExpirationDate</strong> - The LEIs expiration date in our system. Reflects the number of years that were ordered in the /createlei request with the “years” parameter.</p>\n<p><strong>orderStatus</strong> - Order status. Possible values: pending, action_required, completed, transferred_out</p>\n<p><strong>created</strong> - When the LEI request was first made (unix timestamp)</p>\n<p><strong>changed</strong> - When the status or any data was last updated (unix timestamp)</p>\n<p><strong>customReference</strong> - Exactly the same string that you send with in the /createlei request or null</p>\n<p><strong>loaUrl</strong> - URL that should be passed along to the person who can sign the Letter of Authorization (LoA) on behalf of the company to which the LEI code belongs to. This is generally required when transferring an LEI code from another LOU to our platform and is not required for new LEI applications.</p>\n<p><strong>docUrl</strong> - URL, where additional required documents can be uploaded if needed. If you have the needed documents yourself, you can upload them on behalf of the client. Alternatively, the URL can be passed along to the client, who will be able to provide the document.</p>\n","urlObject":{"protocol":"https","path":["v1","leistatus"],"host":["apitest","leiadmin","com"],"query":[],"variable":[]}},"response":[{"id":"fbd20a3d-4bf5-4679-b0fc-5bab62a11aaf","name":"All applications","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"https://apitest.leiadmin.com/v1/leistatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Sep 2022 08:42:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=PvcpxDVTOPaXC45dLfebq5ggIuQ6OnIPieBvkUQQaFgk4bSqEbqKnMf6bIy8TE96q3c4hVY2Z1giUYOUy7yKaiAUBurCItk0oXrlj6HXy6XoORROEYMzf0yHKLsNJFYDYihQ%2FqeRhA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Strict-Transport-Security","value":"max-age=0; includeSubDomains"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7512f2658fc8fe20-HEL"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Here are the LEI application statuses\",\n    \"applications\": [\n        {\n            \"nid\": 299706,\n            \"companyNumber\": \"CHE200595965\",\n            \"legalJurisdiction\": \"CH\",\n            \"leiNumber\": \"506700GE1G29325QX363\",\n            \"nextRenewalDate\": null,\n            \"paidExpirationDate\": null,\n            \"orderStatus\": \"action_required\",\n            \"created\": 1664268049,\n            \"changed\": 1664268050,\n            \"customReference\": \"Your custom reference 123\",\n            \"loaUrl\": \"https://sandbox.leiadmin.com/order-status?h=NURMQVRBakVXWVVOQWR6TjB3Yll4WWNFSUNhZGxRWE5KbFRXUDM3Sit1M01EclFlc1ZhVnlLemxIYzRhemEwaTFCY0swbmc3Um9IT0xHdjI0YTJEb3dhWmhMWnRLSjQ4OENCdjZFTXlkUmM9\",\n            \"docUrl\": \"https://sandbox.leiadmin.com/order-status?h=NURMQVRBakVXWVVOQWR6TjB3Yll4WWNFSUNhZGxRWE5KbFRXUDM3Sit1M01EclFlc1ZhVnlLemxIYzRhemEwaVpqOTZRa3A3SkhYZXhzeFlNc1NKdDA3MS85TUVQVzFUdEZsWER5enRKQWc9\",\n            \"lvl2Url\": \"https://sandbox.leiadmin.com/lvl2-form/trolx-9603e409cb648241\"\n        },\n        {\n            \"nid\": 299705,\n            \"companyNumber\": \"1234567\",\n            \"legalJurisdiction\": \"US\",\n            \"leiNumber\": null,\n            \"nextRenewalDate\": null,\n            \"paidExpirationDate\": null,\n            \"orderStatus\": \"pending\",\n            \"created\": 1664265937,\n            \"changed\": 1664265937,\n            \"customReference\": null,\n            \"loaUrl\": null,\n            \"docUrl\": null,\n            \"lvl2Url\": null\n        }\n    ]\n}"},{"id":"2a2f6a0c-d78a-4110-98c5-c9c4460b550c","name":"All applications (status examples)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"https://apitest.leiadmin.com/v1/leistatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Feb 2022 14:26:16 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"3920"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Here are the LEI application statuses\",\n    \"applications\": [\n        {\n            \"nid\": 143449,\n            \"companyNumber\": \"14412769\",\n            \"legalJurisdiction\": \"EE\",\n            \"leiNumber\": \"894500SMOMUFH0UZXT46\",\n            \"nextRenewalDate\": \"2023-01-19\",\n            \"paidExpirationDate\": \"2023-01-19\",\n            \"orderStatus\": \"error\",\n            \"statusMessage\": \"error: duplicate. Please log in to https://leiadmincustomloginurl to check details of this application.\",\n            \"created\": 1645094875,\n            \"changed\": 1645095439,\n            \"customReference\": \"Your custom reference 123\",\n            \"loaUrl\": null,\n            \"docUrl\": null,\n            \"lvl2Url\": null\n        },\n        {\n            \"nid\": 143425,\n            \"companyNumber\": \"12412713\",\n            \"legalJurisdiction\": \"EE\",\n            \"leiNumber\": \"254900HDY3SUJF4UOT16\",\n            \"nextRenewalDate\": \"2023-01-19\",\n            \"paidExpirationDate\": \"2025-01-19\",\n            \"orderStatus\": \"action_required\",\n            \"statusMessage\": \"action_required: doc_asked. Please log in to https://leiadmincustomloginurl to check details of this application.\",\n            \"created\": 1644417912,\n            \"changed\": 1644418011,\n            \"customReference\": \"Your custom reference 456\",\n            \"loaUrl\": null,\n            \"docUrl\": \"https://sandbox.leiadmin.com/order-status?h=NURMQVRBakVXWVVOQWR6TjB3Yll4WWNFSUNhZGxRWE5KbFRXUDM3Sit1M01EclFlc1ZhVnlLemxIYzRhemEwaVpqOTZRa3A3SkhYZXhzeFlNc1NKdDA3MS85TUVQVzFUdEZsWER5enRKQWc9\"\n        },\n        {\n            \"nid\": 143424,\n            \"companyNumber\": \"13412757\",\n            \"legalJurisdiction\": \"EE\",\n            \"leiNumber\": \"89450057JB5BKLG2GI84\",\n            \"nextRenewalDate\": \"2023-02-20\",\n            \"paidExpirationDate\": \"2028-01-19\",\n            \"orderStatus\": \"completed\",\n            \"created\": 1644417419,\n            \"changed\": 1644417784,\n            \"customReference\": null,\n            \"loaUrl\": null,\n            \"docUrl\": null,\n            \"lvl2Url\": null\n        },\n        {\n            \"nid\": 143423,\n            \"companyNumber\": \"14412769\",\n            \"legalJurisdiction\": \"EE\",\n            \"leiNumber\": \"894500SMOMUFH0UZXT46\",\n            \"nextRenewalDate\": \"2023-01-19\",\n            \"paidExpirationDate\": \"2023-01-19\",\n            \"orderStatus\": \"pending\",\n            \"created\": 1644417236,\n            \"changed\": 1644417784,\n            \"customReference\": null,\n            \"loaUrl\": null,\n            \"docUrl\": null,\n            \"lvl2Url\": null\n        }\n    ]\n}"},{"id":"8814b8a3-5576-4755-a3a5-630b6d43ee9c","name":"Application by companyNumber and legalJurisdiction","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://apitest.leiadmin.com/v1/leistatus?companyNumber=10539549&legalJurisdiction=EE","protocol":"https","host":["apitest","leiadmin","com"],"path":["v1","leistatus"],"query":[{"key":"companyNumber","value":"10539549"},{"key":"legalJurisdiction","value":"EE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Feb 2022 14:23:04 GMT"},{"key":"Server","value":"Apache/2.4.35 (Win64) OpenSSL/1.1.1g PHP/7.4.7"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.7"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Length","value":"457"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Here are the LEI application statuses\",\n    \"applications\": [\n        {\n            \"nid\": 143436,\n            \"companyNumber\": \"10539549\",\n            \"legalJurisdiction\": \"EE\",\n            \"leiNumber\": \"894500SMOMUFH0UZXT46\",\n            \"nextRenewalDate\": \"2023-02-11\",\n            \"paidExpirationDate\": \"2025-02-11\",\n            \"orderStatus\": \"completed\",\n            \"created\": 1644567961,\n            \"changed\": 1644588616,\n            \"customReference\": \"Your custom reference 123\",\n            \"loaUrl\": null,\n            \"docUrl\": null,\n            \"lvl2Url\": null\n        }\n    ]\n}"}],"_postman_id":"ba0c1cdc-c8f6-4421-949c-df8a6e513dbf"},{"name":"notify webhook","id":"0e73d982-e666-4479-9348-aa10d76147ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"nid\": 299705,\n  \"companyNumber\": \"1234567\",\n  \"legalJurisdiction\": \"US\",\n  \"leiNumber\": null,\n  \"nextRenewalDate\": null,\n  \"orderStatus\": \"pending\",\n  \"created\": 1664265937,\n  \"changed\": 1664265937,\n  \"customReference\": \"Your custom reference 123\",\n  \"loaUrl\": null,\n  \"docUrl\": null,\n  \"lvl2Url\": null\n}","options":{"raw":{"language":"json"}}},"url":"<your notifyUrl>","description":"<p>If you provided a url to the notifyUrl parameter in the cretelei endpoint, then our API server will do a POST request to the provided URL with relevant JSON POST data about the successful LEI issuance or renewal. The response body mirrors that of the /leistatus endpoint. You can monitor the orderStatus field and wait for it to be marked as \"complete\". For example, the POST parameters could be read in PHP like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-php\">json_decode(file_get_contents('php://input'))\n\n</code></pre>\n<p>Which would get the POST contents:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"nid\": 299705,\n  \"companyNumber\": \"1234567\",\n  \"legalJurisdiction\": \"US\",\n  \"leiNumber\": null,\n  \"nextRenewalDate\": null,\n  \"orderStatus\": \"pending\",\n  \"created\": 1664265937,\n  \"changed\": 1664265937,\n  \"customReference\": \"Your custom reference 123\",\n  \"loaUrl\": null,\n  \"docUrl\": null,\n  \"lvl2Url\": null\n}\n\n</code></pre>\n","urlObject":{"host":["<your notifyUrl>"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e73d982-e666-4479-9348-aa10d76147ff"}],"id":"ddbf0ab4-a740-40aa-95fd-7b6597298c77","description":"<h2 id=\"summary\">Summary</h2>\n<p>The <strong>LEI Registration API</strong> allows companies to submit their details for LEI issuance or renewal. The API uses company data such as legal name, registration number, legal jurisdiction, and other relevant information. It can be used to create new LEIs or renew existing ones. This API simplifies the process for entities required to have an LEI for regulatory purposes, helping ensure compliance with global financial regulations.</p>\n<hr />\n<p>With LEIAdmin’s API solutions, you can easily look up, create, and renew LEI codes. Contact us at <a href=\"https://mailto:partner@leiadmin.com\">partner@leiadmin.com</a> or follow the API documentation below to get started.</p>\n<h2 id=\"testing-environment\">Testing Environment</h2>\n<ol>\n<li><p><strong>Create a Sandbox Account</strong>: Register at <a href=\"https://\">https://sandbox.leiadmin.com/register/</a></p>\n</li>\n<li><p><strong>Login</strong>: Use the password sent to the email address you provided during registration.</p>\n</li>\n<li><p><strong>Generate an API Key</strong>: Visit <a href=\"https://sandbox.leiadmin.com/api-key/\">https://sandbox.leiadmin.com/api-key/</a> to create your sandbox API key.</p>\n</li>\n<li><p><strong>Authenticate</strong>: Request an authentication token by doing a request to apitest.leiadmin.com/v1/token with the <strong>apiKey</strong> parameter you got from the previous step. Use the received <strong>access_token</strong> to make requests to other API<br /> endpoints.</p>\n</li>\n<li><p><strong>View Applications</strong>: All LEI applications will be visible in your sandbox account.</p>\n</li>\n</ol>\n<h2 id=\"going-live\">Going Live</h2>\n<p>The process for live requests mirrors the sandbox environment. Simply:</p>\n<ol>\n<li><p><strong>Create a Live Account</strong>: Register at <a href=\"https://\">https://leiadmin.com/register/</a></p>\n</li>\n<li><p><strong>Generate a Live API Key</strong>: Retrieve your API key from your live account dashboard and begin making requests.</p>\n</li>\n</ol>\n","_postman_id":"ddbf0ab4-a740-40aa-95fd-7b6597298c77"}]}