/
Legal entities reports

Legal entities reports

Table of Contents


How to order and get a report

Call to POST /v1/legal/reports/available to get a list of available reports.

Use id of the selected report as key to call POST /v1/legal/reports and place a report order.

Call GET /v1/legal/reports/{id} with the id received from the POST /v1/legal/reports response to get the report order status and other details.

Once the order status is Finished, a request to download the report can be made.

To get a report file once it is delivered call GET /v1/legal/reports/{id}/file with id of the order.


Endpoints (in a sequence of process)

Endpoint

Description

Endpoint

Description

1

POST /v1/legal/reports/available

Get a list of available reports.

2

POST /v1/legal/reports

Order a report by its id in the list of available reports.

3

GET /v1/legal/reports/{id}

Check the status of the ordered report.

4

GET /v1/legal/reports/{id}/file

Get the report that has been delivered.

5

POST /v1/legal/reports/filter

List all the ordered reports (the same as the list of reports in OS).

In the request header, Application-Id is mandatory. It is unique to each project and environment. Application IDs are provided by Ondato once the service is configured.


Swagger


Related content

Legal entities data
Legal entities data
Read with this
Natural entity to legal entity relations
Natural entity to legal entity relations
More like this
Available data per country
Available data per country
Read with this
AML Screening API (v2)
AML Screening API (v2)
Read with this
KYC Identifications API
KYC Identifications API
Read with this
Webhooks
Webhooks
Read with this