Company Filings

Company Filings Verification

POST {{baseurl}}/v2/api/verifications/ci/company-filings

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Field
Type
Description

registrationNumber*

String

Registration number (RCCM) of the company

isConsent*

Boolean

Indicate you have consent. Must be true

metadata

Object

Optional metadata object

Company History Verification

With this endpoint, you have access to the verification of the client's company history .

{
    "registrationNumber": "CI-ABJ-03-2023-B17-00120",
    "isConsent": true,
    "metadata": {}
}

Last updated

Was this helpful?