Important Notice: Changes to KYC API v2

We wish to inform you that there are some name changes being made to the KYC API v2.

Full dataset becomes Index dataset

We are rebranding the entire dataset full to index dataset. Consequently, going forward, the request parameter datasetName must be referred to as index in the company/dataset endpoint. Please note, the datasetName will also be reflected in the API response for consistency.

curl --location 'https://api.kompany.com/api/v2/company/dataset' \
--header 'Content-Type: application/json' 
--header 'user_key: {secret}' \
--data '{
    "kompanyId": "{kompanyId}",
    "datasetName":"index",
    "datasetOptions": null
}


KYB Assist becomes Business Concierge Service

Our KYB Assist service will be rebranded as the Business Concierge Service. Customers can submit requests for documents that are not accessible through live connections using the product/order/concierge endpoint.

curl --location 'https://api.kompany.com/api/v2/product/order/concierge' \

If you encounter any issues or require further assistance during this transition, please reach out to our support team: ma_kom_support@moodys.com. We are here to help and ensure a smooth transition for you and your application.