{"info":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","description":"<html><head></head><body><p>This API contains endpoints to get company data such as ownership, directors, financials, beneficial owners and more. There is functionality to create and manage lists and screener filters just as is done in the Eivora App. It also contains functionality to order and subscribe to company ownership data. When an ownership order request is placed, company protocols are ordered from Bolagsverket and processed by Eivora to extract ownership data. Eivora monitors new protocols submitted to Bolagsverket in order to detect ownership updates of subscribed companies.</p>\n<h2 id=\"🔖-endpoints\">🔖 Endpoints</h2>\n<ul>\n<li><p>/company returns basic data about the specified company.</p>\n</li>\n<li><p>/search_company is used to search by name.</p>\n</li>\n<li><p>/company_directors returns all current company directors.</p>\n</li>\n<li><p>/company_financials returns the financials of the company for the past years.</p>\n</li>\n<li><p>/company_events returns the company events such as share issue, financial statements and more.</p>\n</li>\n<li><p>/ownership returns the ownership information of a single company.</p>\n</li>\n<li><p>/ownership_transactions lists all detected transactions in a company.</p>\n</li>\n<li><p>/ownership_request and /ownership_status are used to order and keep track of ownership orders.</p>\n</li>\n<li><p>/ownership_subscribe and /ownership_unsubscribe are used to subscribe and unsubscribe to detected ownership updates.</p>\n</li>\n<li><p>/ownership_events lists all change events of subscribed companies.</p>\n</li>\n<li><p>/portfolio lists the current portfolio companies of the company.</p>\n</li>\n<li><p>/group_structure returns a list of all group companies that the company is part of.</p>\n</li>\n<li><p>/beneficial_owners lists the beneficial owners of the company as registered with Bolagsverket.</p>\n</li>\n<li><p>/alt_beneficial_owners lists the alternative beneficial owners as calculated from the ownership data.</p>\n</li>\n<li><p>/list_documents lists all available documents of a company.</p>\n</li>\n<li><p>/document and /document_metadata are used to fetch company protocols and their metadata.</p>\n</li>\n<li><p>/user_lists lists all lists that the user has created. /create_list and /delete_list is used to create a new list and delete a list.</p>\n</li>\n<li><p>/list_subscribe and /list_unsubscribe is used to add and remove a company from a list.</p>\n</li>\n<li><p>/list_companies and /list_events lists all companies and all events in a specified list.</p>\n</li>\n<li><p>/screener is used to apply advanced screener filters to our company database</p>\n</li>\n<li><p>/user_screener_filters lists all user screener filters.</p>\n</li>\n<li><p>/screener_notifications returns the detected updates matching the filter parameters for a specified filter.</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23479803","collectionId":"a36feb4c-80e7-405a-b172-6e51403cb7d7","publishedId":"2sB3WqszSN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-04T13:51:32.000Z"},"item":[{"name":"Company","id":"8c7bc145-1e37-4915-958c-22542a55521b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/company","description":"<p>Endpoint to retrieve basic data for a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the requested company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_name</td>\n<td>string</td>\n<td>The name of the company's jurisdiction</td>\n</tr>\n<tr>\n<td>legal_form</td>\n<td>string</td>\n<td>Legal form of the company, e.g. 'Aktiebolag'</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string</td>\n<td>The name of the requested company</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>The street address of the company.</td>\n</tr>\n<tr>\n<td>care_of</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>city_name</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>region_name</td>\n<td>string</td>\n<td></td>\n</tr>\n<tr>\n<td>country_name</td>\n<td>string</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["company"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c7bc145-1e37-4915-958c-22542a55521b"},{"name":"Search company","id":"1ff07dcb-69f1-4f88-ace9-9f178e5f57c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/search_company","description":"<p>Search for a company by name.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>query</td>\n<td>string</td>\n<td>The company name to search for</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The page number of search results to return</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The number of search results per page to return</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>A json-object with keys:  <br /><strong>page</strong>: integer,  <br /><strong>page_size</strong>: integer</td>\n<td>Info about the request</td>\n</tr>\n<tr>\n<td>companies</td>\n<td>An array of json objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>org_nbr</strong>: string,  <br /><strong>jurisdiction_code</strong>: string,  <br /><strong>company_name</strong>: string</td>\n<td>The search results</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["search_company"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ff07dcb-69f1-4f88-ace9-9f178e5f57c0"},{"name":"Company directors","id":"9db94d13-6569-4b00-b7a7-d36a455e8804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/company_directors","description":"<p>Endpoint to fetch the current directors of the company. </p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>directors</td>\n<td>An array of json-objects with keys:  <br /><strong>name</strong>: string,<br /><strong>identification_number</strong>: string,  <br /><strong>function</strong>: string,  <br /><strong>appointment_date</strong>: date</td>\n<td>A list of the directors of the company. If a director has multiple roles it will have multiple entries in the directors array.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["company_directors"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"9db94d13-6569-4b00-b7a7-d36a455e8804"},{"name":"Company financials","id":"68e69fc9-bff3-44be-9fad-2f2f1c46cdd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/company_financials","description":"<p>Fetch the recent financial history of the company. The history is for at least 7 years and sometimes more.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>financials</td>\n<td>An array of json-objects for each financial year containing the keys:  <br /><strong>date_from</strong>: date,  <br /><strong>date_to</strong>: date,  <br /><strong>pl_*</strong>: entries from the profit/loss statement,  <br /><strong>bs_*</strong>: entries from the balance sheet,  <br /><strong>kr_*</strong>: key value ratios,  <br /><strong>financial_period_months</strong>: integer,  <br /><strong>financial_period_number_of_employees</strong>: integer,<br /><strong>financial_period_salary_board</strong>: integer,<br /><strong>financial_period_tantiem_board</strong>: integer,<br /><strong>financial_period_dividend</strong>: float, <br /><strong>financial_period_currency</strong>: string</td>\n<td>A list of registered financials of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["company_financials"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e69fc9-bff3-44be-9fad-2f2f1c46cdd8"},{"name":"Company events","id":"e3e4cdbd-00f0-44ac-8475-fa3fbc7f7d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/company_events","description":"<p>Endpoint to list company events for a specified company, e.g share issue, financial statements, dividends and extra dividends, bankruptcy, liquidation, name and address changes and more. Events are updated on a daily basis.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The page number of results</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The size of the page of results (default: 100)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>A json-object with keys:  <br /><strong>page</strong>: integer,  <br /><strong>page_size</strong>: integer</td>\n<td>Info about the request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>events</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>event_type</strong>: string,  <br /><strong>event_date</strong>: date,  <br /><strong>event_data</strong>: a json-object containing event-specific data</td>\n<td>A list of the company events of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["company_events"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3e4cdbd-00f0-44ac-8475-fa3fbc7f7d2d"},{"name":"Ownership","id":"b395b892-2553-41d4-9e71-9f45ed8c399b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/ownership","description":"<p>Endpoint to retrieve ownership data for a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the requested company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string</td>\n<td>The name of the requested company</td>\n</tr>\n<tr>\n<td>current_owners</td>\n<td>An array of json-objects with keys:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: \"company\" or \"person\",  <br /><strong>entity_name</strong>: string,  <br /><strong>identification_number</strong>: string,  <br /><strong>jurisdiction_code</strong>: string,  <br /><strong>nbr_shares</strong>: integer,  <br /><strong>percentage</strong>: float,  <br /><strong>associated_share_types</strong>: an array of json-objects with keys: <em>share_type</em> and <em>series</em>.</td>\n<td>A list of the owners of the company.</td>\n</tr>\n<tr>\n<td>share_capital</td>\n<td>A json-object with keys:  <br /><strong>share_capital</strong>: string,  <br /><strong>share_capital_currency</strong>: string,  <br /><strong>nbr_shares</strong>: integer,  <br /><strong>max_nbr_shares</strong>: integer,  <br /><strong>min_nbr_shares</strong>: integer</td>\n<td>A list of the owners of the company.</td>\n</tr>\n<tr>\n<td>share_types</td>\n<td>An array of json-objects with keys:  <br /><strong>share_type</strong>: string,  <br /><strong>series</strong>: string,  <br /><strong>nbr_shares</strong>: integer,  <br /><strong>voting_weight</strong>: float</td>\n<td>A list of the owners of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"eb40f32c-dadb-4b44-b1d3-e7d60821674e","name":"Ownership","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"org_nbr\": \"559240-6218\"}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2.0/ownership"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"94e8204640283e007444a3309d2fedce;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"date","value":"Tue, 04 Nov 2025 13:58:18 GMT"},{"key":"server","value":"Google Frontend"},{"key":"Content-Length","value":"846"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"_status\": \"success\",\n    \"company_id\": \"695d725d-5895-44d6-a6ab-c5256ee8199e\",\n    \"org_nbr\": \"5592406218\",\n    \"company_name\": \"Eivora AB\",\n    \"current_owners\": [\n        {\n            \"entity_id\": \"52995afe-7a9d-45d7-aa26-d0dd7d66af02\",\n            \"entity_type\": \"person\",\n            \"entity_name\": \"Oliver Gäfvert\",\n            \"identification_number\": \"__personal_nbr__\",\n            \"country\": \"\",\n            \"country_code\": null,\n            \"nbr_shares\": 50000,\n            \"associated_share_types\": [],\n            \"percentage\": 0.5\n        },\n        {\n            \"entity_id\": \"dc80f5a7-5c7b-44f8-a0c6-5a9727cd5a26\",\n            \"entity_type\": \"person\",\n            \"entity_name\": \"Daniel Andersson\",\n            \"identification_number\": \"__personal_nbr__\",\n            \"country\": \"\",\n            \"country_code\": null,\n            \"nbr_shares\": 50000,\n            \"associated_share_types\": [],\n            \"percentage\": 0.5\n        }\n    ],\n    \"share_capital\": {\n        \"share_capital\": 25000,\n        \"share_capital_currency\": \"SEK\",\n        \"nbr_shares\": 100000,\n        \"max_nbr_shares\": 400000,\n        \"min_nbr_shares\": 100000\n    },\n    \"share_types\": []\n}"}],"_postman_id":"b395b892-2553-41d4-9e71-9f45ed8c399b"},{"name":"Ownership transactions","id":"50e28a90-65e4-4f3d-a270-f0c254aa53d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_transactions","description":"<p>This endpoint returns the detected ownership transactions of a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>transactions</td>\n<td>An array of json-objects where each object has the keys:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: \"company\" or \"person\",  <br /><strong>entity_name</strong>: string,  <br /><strong>identification_number</strong>: string,  <br /><strong>country</strong>: string,  <br /><strong>transaction_date</strong>: date,  <br /><strong>nbr_shares</strong>: integer,  <br /><strong>share_transaction_type</strong>: string,  <br /><strong>share_transaction_value</strong>: float</td>\n<td>The detected ownership transactions of the requested company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_transactions"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"50e28a90-65e4-4f3d-a270-f0c254aa53d4"},{"name":"Ownership request","id":"3a7dbaef-5a46-4944-9712-317f0a291fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_request","description":"<p>Endpoint to order ownership data for a company. If ownership data does not already exist in our database for a specified company it is possible to use this endpoint to order ownership data. Once this endpoint is called, we order company documents from Bolagsverket and process them for ownership data. The order can be tracked using the order_id returned by this endpoint and calling /ownership_status. The estimated time to process the documents can vary from a few minutes to a couple of days.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>string</td>\n<td>The order id of the submitted order</td>\n</tr>\n<tr>\n<td>order_status_code</td>\n<td>integer</td>\n<td>see /ownership_status</td>\n</tr>\n<tr>\n<td>order_status_message</td>\n<td>string</td>\n<td>see /ownership_status</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_request"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"c7b77b83-9f15-40ef-aca5-bedbc792e18e","name":"Ownership request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"org_nbr\": \"5569689846\",\n    \"priority\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2.0/ownership_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"692fdd0441cda12d89b73abdee8007eb;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Date","value":"Fri, 16 Aug 2024 08:44:17 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"140"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_status\": \"success\",\n    \"priority\": 3,\n    \"order_status_code\": 10,\n    \"order_status_message\": \"Order is under processing\",\n    \"order_id\": \"7c7af5a8-3965-4ff4-ab15-c88ff9d0d4f8\"\n}"}],"_postman_id":"3a7dbaef-5a46-4944-9712-317f0a291fc6"},{"name":"Ownership status","id":"7bef4376-b1df-4514-a3dc-9f01e5e65273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_status","description":"<p>Checks the status of an ownership order by specifying its order id.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>string</td>\n<td>The order id of the requested ownership order</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>string</td>\n<td>The order id of the submitted order</td>\n</tr>\n<tr>\n<td>is_done</td>\n<td>boolean</td>\n<td>Is True if the order is done otherwise False</td>\n</tr>\n<tr>\n<td>order_status_code</td>\n<td>integer</td>\n<td>Order status code of request</td>\n</tr>\n<tr>\n<td>order_status_message</td>\n<td>string</td>\n<td>Order status message of request</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>timestamp</td>\n<td>The UTC timestamp of when the order was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>timestamp</td>\n<td>The UTC timestamp of when the order status was last updated</td>\n</tr>\n<tr>\n<td>completed_at</td>\n<td>timestamp</td>\n<td>The UTC timestamp of when the order was completed (only present if is_done is True)</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"order-status-codes\"><strong>Order status codes</strong></h3>\n<p><strong>10</strong>: Order is under processing<br /><strong>12</strong>: Order has been sent as manual request to Bolagsverket<br /><strong>15</strong>: Order is partially ready (ownership data is available through /ownership)<br /><strong>18</strong>: Order is partially ready and has been sent as manual request to Bolagsverket<br /><strong>20</strong>: Order is done<br /><strong>21</strong>: Order is done but failed to meet &gt;90% ownership representation criteria due to share issue<br /><strong>22</strong>: Order is done but failed to meet &gt;90% ownership representation criteria due to share structure change<br /><strong>23</strong>: Order is done but failed to meet &gt;90% ownership representation criteria after processing all available protocols<br /><strong>50</strong>: Failed to find any company protocols<br /><strong>51</strong>: Failed to process company since it's listed with Euroclear</p>\n<h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>400</strong>: invalid order id</p>\n<p><strong>404</strong>: order not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_status"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"763e686f-2712-4894-9254-066652f67ce3","name":"Ownership status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"77b5b9fb-be38-47cf-b547-0fa595c2cbc5\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2.0/ownership_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"5d18cfb604daed24d18701bfbbebe26a;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Date","value":"Fri, 16 Aug 2024 08:02:52 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"150"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_status\": \"success\",\n    \"order_id\": \"77b5b9fb-be38-47cf-b547-0fa595c2cbc5\",\n    \"is_done\": true,\n    \"order_status_code\": 20,\n    \"order_status_message\": \"Order done\",\n    \"priority\": 2,\n    \"created_at\": \"2024-08-16 08:02:30.938080\",\n    \"updated_at\": \"2024-08-16 08:02:31.938080\",\n    \"completed_at\": \"2024-08-16 08:02:31.938080\"\n}"}],"_postman_id":"7bef4376-b1df-4514-a3dc-9f01e5e65273"},{"name":"Ownership subscribe","id":"e8978fb5-f5a7-4057-838d-b1414d4dc221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_subscribe","description":"<p>Endpoint to subscribe to ownership updates of a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>subscription_id</td>\n<td>string</td>\n<td>The id of the ownership subscription</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_subscribe"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"21002ab4-5dc5-44a7-832c-d3a890e78f94","name":"Subscribe","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"org_nbr\": \"5592406218\",\n    \"priority\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2.0/subscribe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"eb6e98b464f3951f19644bac173fe5ae;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Date","value":"Fri, 16 Aug 2024 08:03:03 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"22"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_status\": \"success\",\n    \"priority\": 2\n}"}],"_postman_id":"e8978fb5-f5a7-4057-838d-b1414d4dc221"},{"name":"Ownership unsubscribe","id":"b619341a-4d8f-4b0a-b41e-6a56c46e0f87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_unsubscribe","description":"<p>Unsubscribe to ownership updates of a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_unsubscribe"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"a6bb0e7f-ff03-41e5-8cdb-e3762550bf3f","name":"Unsubscribe","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"org_nbr\": \"5592406218\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2.0/unsubscribe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"db705ba327d40afc3c9d13f3b8654558;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Date","value":"Fri, 16 Aug 2024 08:23:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"22"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_status\": \"success\"\n}"}],"_postman_id":"b619341a-4d8f-4b0a-b41e-6a56c46e0f87"},{"name":"Ownership events","id":"b6a83d32-20c5-4bb5-a4d0-fdc3a5bd92e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/ownership_events","description":"<p>Endpoint to list change events to subscribed companies.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The current page (default: 1) of the paginated change events</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The page size (default: 1000) if the change events</td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>datetime string on the format 'YYYY-MM-DDT00:00:00'</td>\n<td>From what date and time to search for change events</td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>datetime string on the format 'YYYY-MM-DDT00:00:00'</td>\n<td>To what date and time to search for change events</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>events</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>org_nbr</strong>: string,  <br /><strong>ts</strong>: timestamp (UTC),  <br /><strong>update_type</strong>: string</td>\n<td>A list of the returned change events ordered by timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["ownership_events"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6a83d32-20c5-4bb5-a4d0-fdc3a5bd92e4"},{"name":"List ownership subscribed","id":"519b1e3a-967e-4683-8357-227d5d849be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eivora.com/v2.0/list_ownership_subscribed","description":"<p>Endpoint to list change events to subscribed companies.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The current page (default: 1) of the paginated change events</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The page size (default: 1000) if the change events</td>\n</tr>\n<tr>\n<td>from_date</td>\n<td>datetime string on the format 'YYYY-MM-DDT00:00:00'</td>\n<td>From what date and time to search for change events</td>\n</tr>\n<tr>\n<td>to_date</td>\n<td>datetime string on the format 'YYYY-MM-DDT00:00:00'</td>\n<td>To what date and time to search for change events</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>events</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>org_nbr</strong>: string,  <br /><strong>ts</strong>: timestamp (UTC),  <br /><strong>update_type</strong>: string</td>\n<td>A list of the returned change events ordered by timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_ownership_subscribed"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"519b1e3a-967e-4683-8357-227d5d849be6"},{"name":"Portfolio","id":"97ecfd81-7368-403e-856c-4017e890b4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eivora.com/v2.0/portfolio","description":"<p>Endpoint to retrieve the portfolio companies of a specified company. The 'current_portfolio' field lists the current ownerships of the specified company as detected by Eivora based on our data sources.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company</td>\n</tr>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the requested company</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>string</td>\n<td>The name of the requested company</td>\n</tr>\n<tr>\n<td>current_portfolio</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>company_name</strong>: string,  <br /><strong>org_nbr</strong>: string,  <br /><strong>jurisdiction_code</strong>: string,  <br /><strong>nbr_shares</strong>: integer,  <br /><strong>percentage</strong>: float,  <br /><strong>estimated_value</strong>: float</td>\n<td>A list of the current portfolio companies.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["portfolio"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"97ecfd81-7368-403e-856c-4017e890b4b3"},{"name":"Beneficial owners","id":"69223795-c9f4-4e1c-a50f-e17e25b20d6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/beneficial_owners","description":"<p>Returns the current beneficial owners of the company, as registered with Bolagsverket.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>beneficial_owners</td>\n<td>An array of json-objects with keys:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: \"company\" or \"person\",  <br /><strong>entity_name</strong>: string,  <br /><strong>identification_number</strong>: string,  <br /><strong>percentage_votes_min</strong>: float,  <br /><strong>percentage_votes_max</strong>: float,  <br /><strong>ownership_code</strong>: string,  <br /><strong>control_codes</strong>: string[],  <br /><strong>updated_at</strong>: date</td>\n<td>The currently registered beneficial owners</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["beneficial_owners"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"69223795-c9f4-4e1c-a50f-e17e25b20d6f"},{"name":"Alternative beneficial owners","id":"e11e7ae5-e072-4074-8ed6-c9f48adb80e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/alt_beneficial_owners","description":"<p>Returns an alternative set of entities that could be considered as beneficial owners based on the ownership structure of the specified company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>alt_beneficial_owners</td>\n<td>An array of json-objects with keys:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: \"company\" or \"person\",  <br /><strong>entity_name</strong>: string,  <br /><strong>identification_number</strong>: string,  <br /><strong>total_ownership</strong>: float,  <br /><strong>total_ownership_beneficial</strong>: float,  <br /><strong>total_ownership_controlling</strong>: float</td>\n<td>The detected alternative beneficial owners</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["alt_beneficial_owners"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"e11e7ae5-e072-4074-8ed6-c9f48adb80e1"},{"name":"Group structure","id":"ea8793b5-2867-4a93-980d-cee9da60184f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/group_structure","description":"<p>Returns a list of all group companies in the group structure of the specified company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>group_structure</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>company_name</strong>: string,  <br /><strong>company_level</strong>: integer,  <br /><strong>owned_percent</strong>: float,  <br /><strong>owner_company_id</strong>: string</td>\n<td>A list of the group companies where the company_level indicates level in the group and owner_company_id is the direct owner of the listed company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["group_structure"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea8793b5-2867-4a93-980d-cee9da60184f"},{"name":"List documents","id":"1b3b08eb-68bc-4447-9d97-2eda34888e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/list_documents","description":"<p>List all available documents of a company.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the requested company. Only one of the org_nbr and company_id should be specified. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company id of the company</td>\n</tr>\n<tr>\n<td>company_documents</td>\n<td>An array of /document_metadata response objects</td>\n<td>A list of available documents</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>401</strong>: user_id not found</p>\n<p><strong>404</strong>: company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_documents"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b3b08eb-68bc-4447-9d97-2eda34888e5b"},{"name":"Document","id":"18ff9cba-6e74-4f7a-9ef8-429eb8e719cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/document","description":"<p>Returns a download link to the document.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>document_id</td>\n<td>string</td>\n<td>The document_id of the requested document protocol</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>download_link</td>\n<td>string</td>\n<td>A GET-request download link (expires after 60min).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: document not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["document"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[{"id":"538c335d-5bae-4ca7-a7d0-8730cf28a976","name":"Document","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"document_id\": \"6d42e013-2c0b-488b-a8db-d3b90147d545\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eivora.com/v2/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"x-cloud-trace-context","value":"30e3084b882b4fff32bb56ad1f039915;o=1"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Date","value":"Fri, 16 Aug 2024 08:21:00 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"26561"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_status\": \"success\",\n    \"download_link\": \"https://storage.googleapis.com/euroclear_processed_output/files/EC556907007020231229/EC556907007020231229.pdf?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=337796082725-compute%40developer.gserviceaccount.com%2F20240911%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20240911T103916Z&X-Goog-Expires=3600&X-Goog-SignedHeaders=host&X-Goog-Signature=538bb86b9c9e621f271f699b014435a26498121e09a8f840e3d049e16d6792fe8d38cd4c24915033a524883d2c2f2593ec6191e48620e550a1622d3b920f0926dc3f15d32d0e6d1bd1ac1a431802a10c5c9d7784a9d2fe3b4ef1be089977bae066376a5b96ebe9318eabdd9a7787a38fd87efeebf991e9e4704dc47cacd835d218db9d56d5e6bae267458ec5f550424647f07c60243f83bddfbb43532befb056f0fa42b4d0133dbcfa37a6a8f0f1928dc1ebf8abe10b8ca3dd4580a7cb3a29e3bf98abef65625d4a99c14addadc8e181b7dddea8b733e58f4b6cdf4752f83d1241765423fef9a2fba154629de56a8af0cc16ddb533bfddc5550ced09bbb61a8d\"\n}"}],"_postman_id":"18ff9cba-6e74-4f7a-9ef8-429eb8e719cb"},{"name":"Document metadata","id":"09665b64-6f8f-418f-99a7-9bb94d3bc1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/document_metadata","description":"<p>Returns metadata for a specific document.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>document_id</td>\n<td>string</td>\n<td>The document_id of the requested document protocol</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>document_id</td>\n<td>string</td>\n<td>The id of the document</td>\n</tr>\n<tr>\n<td>document_name</td>\n<td>string</td>\n<td>The name of the document</td>\n</tr>\n<tr>\n<td>document_date</td>\n<td>date</td>\n<td>The date at which the document was registered as Bolagsverket</td>\n</tr>\n<tr>\n<td>document_meeting_date</td>\n<td>date</td>\n<td>The date at which the document was written/meeting was held</td>\n</tr>\n<tr>\n<td>document_type</td>\n<td>an array containing the values \"general_meeting\" and/or \"board_meeting\" and/or \"other\"</td>\n<td>The type meeting protocol.</td>\n</tr>\n<tr>\n<td>document_filetype</td>\n<td>\"pdf\", \"xhtml\" or \"xlsx\"</td>\n<td>The filetype of the document.</td>\n</tr>\n<tr>\n<td>document_source</td>\n<td>\"bolagsverket\" or \"euroclear\"</td>\n<td>The source of the document.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: document not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["document_metadata"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"09665b64-6f8f-418f-99a7-9bb94d3bc1ed"},{"name":"User lists","id":"667774a4-d66a-4dbf-a6f5-50c7c0698df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eivora.com/v2.0/user_lists","description":"<p>Returns all Eivora lists that the user has access to in the Eivora App.</p>\n<h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>lists</td>\n<td>A list of json-objects with keys:  <br /><strong>list_id</strong>: string,  <br /><strong>list_name</strong>: string, <br /> <strong>user_role</strong>: string</td>\n<td>The Eivora lists of the user</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["user_lists"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"667774a4-d66a-4dbf-a6f5-50c7c0698df8"},{"name":"List subscribe","id":"bdb0c176-ad85-45dc-80fe-b59f07f12188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/list_subscribe","description":"<p>Add a company to an Eivora list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the list</td>\n</tr>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company to be added to the list</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company_id of the company that should be added to the list. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: list or company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_subscribe"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb0c176-ad85-45dc-80fe-b59f07f12188"},{"name":"List unsubscribe","id":"c347e3eb-0a5b-436b-ac40-c8786538a695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/list_unsubscribe","description":"<p>Remove a company from a specified list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the list</td>\n</tr>\n<tr>\n<td>org_nbr</td>\n<td>string</td>\n<td>The organisation number/business id of the company to be added to the list</td>\n</tr>\n<tr>\n<td>jurisdiction_code</td>\n<td>string</td>\n<td>The A-2 ISO 3166 country code of the company (default: 'SE')</td>\n</tr>\n<tr>\n<td>company_id</td>\n<td>string</td>\n<td>The company_id of the company that should be added to the list. If the company_id is set, then the jurisdiction_code does not need to be present.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: list of company not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_unsubscribe"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"c347e3eb-0a5b-436b-ac40-c8786538a695"},{"name":"List events","id":"0a9ca91e-5972-431a-9d61-f89aca458fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/list_events","description":"<p>Returns the company events of the companies in an Eivora list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the list</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The page number</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The number of events per page</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>A json-object with keys:  <br /><strong>page</strong>: integer,  <br /><strong>page_size</strong>: integer</td>\n<td>Info about the request</td>\n</tr>\n<tr>\n<td>events</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>event_type</strong>: string,  <br /><strong>event_date</strong>: date,  <br /><strong>event_data</strong>: a json-object containing event-specific data</td>\n<td>A list of the company events of the company.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: list not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_events"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a9ca91e-5972-431a-9d61-f89aca458fc8"},{"name":"List companies","id":"4fa50913-56eb-4746-a7f8-64a89539749f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/list_companies","description":"<p>Returns a list of the companies in an Eivora list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the list</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The page number</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The number of events per page</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>A json-object with keys:  <br /><strong>page</strong>: integer,  <br /><strong>page_size</strong>: integer</td>\n<td>Info about the request</td>\n</tr>\n<tr>\n<td>companies</td>\n<td>An array of json-objects with keys:  <br /><strong>company_id</strong>: string,  <br /><strong>company_name</strong>: string,  <br /><strong>org_nbr</strong>: string,  <br /><strong>jurisdiction_code</strong>: string</td>\n<td>A list of the companies in the list.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: list not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["list_companies"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fa50913-56eb-4746-a7f8-64a89539749f"},{"name":"Create list","id":"411cde58-317b-4541-b9d3-a0b521464457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/create_list","description":"<p>Create a new Eivora list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_name</td>\n<td>string</td>\n<td>The name of the list</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the new list</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["create_list"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"411cde58-317b-4541-b9d3-a0b521464457"},{"name":"Delete list","id":"88561c01-ac80-406e-969c-0b286cb54924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/delete_list","description":"<p>Delete an Eivora list.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>list_id</td>\n<td>string</td>\n<td>The id of the list</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: list not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["delete_list"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"88561c01-ac80-406e-969c-0b286cb54924"},{"name":"Screener","id":"1863fa25-120a-412a-8905-fc47e22f2d6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/screener","description":"<p>Searches for companies/persons/events matching the specified screener filter criteria. A filter can be created in the Eivora App under the /screener tab. The id of the created filter can then be used with this endpoint to fetch results programatically.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter_id</td>\n<td>string</td>\n<td>The id of the filter as defined in the Eivora App.</td>\n</tr>\n<tr>\n<td>page</td>\n<td>integer</td>\n<td>The page number</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>integer</td>\n<td>The page size of each page</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>_meta</td>\n<td>A json-object with keys:  <br /><strong>page</strong>: integer,  <br /><strong>page_size</strong>: integer</td>\n<td></td>\n</tr>\n<tr>\n<td>results</td>\n<td>list of json-objects:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: company or person,  <br /><strong>entity_name</strong>: string,  <br /><strong>filter_values</strong>: a json object with the filter keys and values for the specified entity</td>\n<td>A list of companies/persons/events matching the filter criteria</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["screener"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"1863fa25-120a-412a-8905-fc47e22f2d6b"},{"name":"User screener filters","id":"65129dd9-6cbf-452f-b34e-833679562a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eivora.com/v2.0/user_screener_filters","description":"<p>Lists the saved screener filters of the user.</p>\n<h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>filters</td>\n<td>an array of json-objects with keys:  <br /><strong>filter_id</strong>:string,  <br /><strong>filter_name</strong>: string,  <br /><strong>filter_values</strong>: a list of applied filters</td>\n<td>A list of the users screener filters.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["user_screener_filters"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"65129dd9-6cbf-452f-b34e-833679562a36"},{"name":"Screener notifications","id":"040b3736-d724-47f4-9502-c515d80e01a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.eivora.com/v2.0/screener_notifications","description":"<p>Returns new matches that have been identified for the filter with the specified filter_id.</p>\n<h3 id=\"input\"><strong>Input</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter_id</td>\n<td>string</td>\n<td>The id of the filter</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"returns\"><strong>Returns</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_status</td>\n<td>\"success\" if successful otherwise error message</td>\n<td>Return status of request</td>\n</tr>\n<tr>\n<td>notifications</td>\n<td>A list of json-objects with keys:  <br /><strong>entity_id</strong>: string,  <br /><strong>entity_type</strong>: company or person,  <br /><strong>entity_name</strong>: string,  <br /><strong>created_at</strong>: datetime,  <br /><strong>filter_values</strong>: a json-object with the filter keys and values for the entity</td>\n<td>A list of new companies/persons/events matching the filter criteria</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"error-codes\"><strong>Error codes</strong></h3>\n<p><strong>404</strong>: document not found</p>\n<p><strong>500</strong>: internal error</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","id":"a36feb4c-80e7-405a-b172-6e51403cb7d7","name":"Eivora External API v2.0","type":"collection"}},"urlObject":{"path":["screener_notifications"],"host":["https://api.eivora.com/v2.0"],"query":[],"variable":[]}},"response":[],"_postman_id":"040b3736-d724-47f4-9502-c515d80e01a9"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"eb28d186-06ed-4f25-9636-bfbf8c17d739","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"a369ddb5-5ecf-4541-860f-36338a324d74","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.eivora.com/v2.0"}]}