How to use API

How to invoke API

curl -X 'POST' \
  'https://api.e-verify.openresumesolutions.com/api/v1/user-verify?email=nileshxbhosale%40gmail.com&first_name=nilesh&last_name=bhosale&cin=U01403PN2015PTC153736&din=07065317&api-secret-key=<api-secret-key>' \
  -H 'accept: application/json' \
  -H 'api-secret-key: <api-secret-key>' \
  -d ''
  1. API Secret key can be passed through a header and URL path parameter, perferred is the header way.

  2. The mandatory fields are

    1. email

    2. first_name

    3. last_name

  3. The optional fields are

    1. cin

    2. din

POST https://api.e-verify.openresumesolutions.com/api/v1/user-verify

Query Parameters

Name
Type
Description

email*

String

first_name*

String

last_name*

String

cin

String

din

String

api-secret-key

String

Headers

Name
Type
Description

accept

String

api-secret-key

String

Last updated