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
Name
Type
Description
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
{
"status": "success",
"messageCode": null,
"message": null,
"result": "active"
}
{
"status": "success",
"messageCode": null,
"message": null,
"result": "inactive"
}
{
"status": "success",
"messageCode": null,
"message": null,
"result": "subtle"
}
Postman Collection
Last updated
Was this helpful?