Versions

This page shows the API Method/Request of the Digital Footprint

Version 1

POST API Request

POST https://okaydbdemo.innov8tif.com/ekyc/api/digital-footprint/v1

This is the Digital Footprint API Request Parameter

Request Body

NameTypeDescription

apiKey*

string

API License Key that will be provided by Innov8tif

email*

string

Email address of the targeted user

phoneNoCountryCode*

string

Country code of the targeted user phone number (included symbol "+")

phoneNo*

string

Phone number of the targeted user

Targeted user is active
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "result": "active"
}
Targeted user is inactive
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "result": "inactive"
}
Targeted user is subtle
{
    "status": "success",
    "messageCode": null,
    "message": null,
    "result": "subtle"
}

Postman Collection

Last updated