/sendLink

Send sms to mobile with the link for OPT verifications.

This API is used to send a link to the authorizer mobile number, we need the Base URL of the client application, which is required to create your request-login link where the authorizer clicks on it to provide access to the requestor.

The important point to note here is, you need to put one script file which will be provided by Faceki, this file is used to create socket connection between client and server, once socket connection is created requestor should not close or refresh the browser window until the Authorizer gives access to the requestor.

User will get SMS on his mobile Number

POST https://sdk.faceki.com/facelink/request/sendLink

Headers

Request Body

{
  "status": "Success",
  "link": "Please click on the link below to grant access of your account  https://app.faceki.com/request-login/?auth=Bearer                     eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiJpamRjc2RkY3NkY3NkY3NkIiwiZW1haWwiOiJ2YXJ1bkBpbmFncmFiLmNvbSIsImlhdCI6MTYxMTYwNjY0OCwiZXhwIjoxNjExNjEwMjQ4fQ.KjwJzfPLQwquHFdq_yIhzKxLeSPPZHFonu8NrQBP1dQ&token=a641fb96-5a98-41f5-9d31-a3b795e449ae"
}

Last updated