Getting started

Get Access to API

Authentication

Making your first request

Guides

Generate Doc X-Ray

Generate Bank X-Ray

Generate Financial X-Ray

Generate ESG X-Ray

Generate Manager X-Ray

Concepts

Overview

Request

Reports

Medium

Doc X-Ray

Bank X-Ray

Financial X-Ray

ESG X-Ray

Manager X-Ray

Resources

API versioning

Webhooks

Uploading a media

Request

The request contains all information related to a company analysis


During the analysis request, you will be able to generate a multitude of Reports and assign them to a request.

<aside> ๐Ÿ“š For a complete list of fields, checkout the API Reference (Request API Reference)

</aside>

Here are the explanations of the most important fields:

Code

{
  "code": {
    "type": "kvk",
    "id": "24288945"
  }
}

The code is the unique identifier of a company.

Collaborators

This field lists the users that are involved in the request. It will contain the user who created the request (automatically added).

It can also include additional partners, other collaborators (who are neither borrower nor partner) ****and October team members.

<aside> ๐Ÿ“š Learn more about the Collaborator model in the API Reference (Collaborator API Reference)

</aside>

Creator

The creator of the request will be the user responsible for the request. You can assign any of your users.

<aside> โ„น๏ธ By default, if you do not provide a creator during the request creation, we will assign the user used to communicate with the API.

</aside>

The value of the creator field is the id of the user responsible for the request, to retrieve it :

Notes

The notes field of the request will hold all the business information and financial data that you will send us.

All those notes are required in order to receive an offer.

Name Description Type Possible values Mandatory
holding Is the company a holding? boolean Yes
workforceNumber How many people are working in the company? number Minimum 1 Yes
equity Equity of the company number (euros) Yes
revenue Revenue of the company for the last year number (euros) Yes
amortizationDepreciation Amount of amortization and depreciation number (euros) Yes
netIncome Net income of the company/holding for the last year number (euros) Yes
interestExpense Interest payable on any borrowings (bonds, loans, convertible) number (euros) Yes
cashAvailable Amount of cash available number (euros) Yes
totalFixedAssets Total amount of fixed assets number (euros) Yes
totalAssets The sum of the companyโ€™s assets number (euros) Yes
shortTermDebt Financial debt which must be repaid within at max one year number (euros) Yes
totalDebt Total debt amount number (euros) Yes
currentLiabilities Financial obligations that are expected to be paid off within a year number (euros) Yes
esgGenderDiversity What is the percentage of women in the workforce of the company? enum 0-20%, 21-40%, 41-60%, 61-80%, 81-100% No
esgEmployeeProtection Number of current employees that, thanks to the October financing, the company would be able to retain instead of potentially laying off (e.g. ability to pay wages, continue operations, etc.) enum 0, 1, 2-5, 6-10, 10+ No
esgJobCreation Number of new workers that the October financing would allow the company or require the company to hire (e.g. by enlarging existing teams, creating new teams or new single positions, etc.) enum 0, 1, 2-5, 6-10, 10+ No
esgLabels Does the company have any ESG label or certification? array of text E.g: lucie, ecovadis, b-corp, โ€ฆ

If there are no labels or certification, use none | No |

โ† Previous

Concepts: Overviews

Next โ†’

Concepts: Reports