Skip to main content

Introduction

The "The KYB" API provides developers with real-time access to authentic data from government registries across 225 countries and states. The API covers key information such as company registration, officer details, filing histories and beneficial owners details.

The comprehensive documentation outlines essential aspects such as API endpoints, authentication methods, and usage guidelines, making it a valuable resource for both experienced and novice developers.

info

The KYB” uses “api.thekyb.com/api” as a base URL for every single request to perform.

Getting Started

The following is how you can setup the account:

  • The KYB Account: This is your individual user account to access The KYB’s REST API and back-office. To set up your KYB's account Click here
  • Generate API Keys: The KYB API uses API keys to authenticate requests. You can view and manage your API keys in the settings of your back-office. To obtain your API keys. Click here

The API is designed to return data in the JSON format by default. JSON is a widely supported, lightweight, and human-readable data format, ideal for creating interactive elements with excellent library support across programming languages.

Best Practice

To ensure optimal functionality, always use the latest API version and specify it in your requests. For enhanced security, exclusively utilize the HTTPS endpoint to protect your API key. It is worth noting that the use of HTTPS may become mandatory in the future, further emphasizing its importance in safeguarding your API communications.