Find the KYC/KYB API sample code

Voidan Kardalev
bronID
Published in
2 min readFeb 19, 2020

The easiest way to find the bronID API sample code is to visit our website at bronid.com and go to the Features > ID Verification menu.

On the ID Verification page you can do two things:

  • Use the curl command
  • Use the Postman examples

Curl command

The quickest way to see how the API works is copying the curl command and running it in your terminal.

Sample curl command on the website
Executing the curl command

Postman examples

If you don’t want to use the curl command, another option is to use the Postman examples. You can find them by clicking on the Postman examples button or by going to the page directly at docs.bronid.com. Then just click on the orange Run in Postman button.

Postman examples page (docs.bronid.com)

Clicking on the Run in Postman button will import the collection in your Postman application under the Collections tab.

Postman collection

To run a verification open one of the sample requests e.g. “Verify (USA — individual)”. You can see/change the data that will be submitted in the Body tab. To run the verification click the blue “Send” button.

After runing the Postman request, you will get the verification response in the bottom half of your screen.

Verification result

If you would like to read more about the KYC/KYB API you can check out the KYC/KYB API Walkthrough series:

  • Where to find sample code
  • The API documentation
  • Setup a sample project
  • Implement the API
  • Run a KYC verification
  • Run a KYB verification

--

--