Creating Requests


Pre-Requisites

IDMkyc offers a single API to access more than 400+ different sources across 175+ countries. To access this APIs, please make sure you have access to following items:

  • Developer Portal Credentials

  • A valid and approved Production or Sandbox Tier Subscription.

  • A valid Bearer Token


IDMkyc API URL Path

IDMkyc source-wise or API wise path could be found on "try-out" page under "Servers" tab.

Understanding API path:

Request Body

When using the POST method, parameters can be sent in the request body. Ensure that request body parameters are properly encoded and structured using the x-www-form-urlencoded Content-Type format.

Request cURL

IDMkyc portal can also generate a sample/test request cURL. Use the steps of Try-out API to generate a sample cURL.

Sample cURL

Sample Request URL

Sample Sandbox Test

USA Source 1

post

Official Civil Register And Consumer Credit

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
first_namestringRequiredExample: CLFNAME
middle_namestringOptionalExample: CLMNAME
last_namestringRequiredExample: CLLNAME
dobstringOptionalExample: 1995-08-01
yobstringOptionalExample: 1995
genderstringOptionalExample: F
addressstringOptionalExample: CLADDRESS 1
citystringOptionalExample: CLCITY
statestringRequiredExample: CLSTATE
zipstringOptionalExample: 9999
phonestringOptionalExample: 8888888888
marital_statusstringOptionalExample: M
request_idstringRequiredExample: 0000-DOC-EXAMPLE-REQUEST
Responses
200

An example full-match response

text/html; charset=UTF-8
post
/us-1/2.1
200

An example full-match response

  • Ensure that all required parameters are included and formatted correctly according to the API's specifications.

  • Refer to the API country-wise API details for required and supported parameters, and expected responses.

Last updated

Was this helpful?