Auto Login
AutoLogin is a functionality that enables you to use your Login system and get users validated at Conscent.ai System.
A temporary token is generated using an API and this token needs to be stored at Client's end.
POST
{API_URL}/client/generate-temp-token
Authorization:
Client API Key and API Secret must be passed in Authorization Headers using Basic Auth. With API Key as the Username and API Secret as the password.
Request Body
Name
Type
Description
email*
String
email of the user
phoneNumber*
String
phone number of the user
clientId*
String
Client Id of the client
You need to pass either the phone number or email of the user from which they have made the purchase.
Last updated