Custom Authentication
Custom Authentication is an add-on to help you connect & and sync your users with chat users on CX Genie


Last updated
Custom Authentication is an add-on to help you connect & and sync your users with chat users on CX Genie


Last updated
<script src="https..://widget.cxgenie.ai/widget.js" data-aid="227b289e-bb0b-49cc-a9c8-fd9bcafddf18" data-token="%USER_TOKEN%" data-lang="en"></script>curl --request POST \
--url https://testing.com/ \
--header 'Authorization: HEADER_TOKEN Bearer' \
--header 'Content-Type: application/json' \
--data '{
"access_token": "USER_TOKEN"
}'{
"status": true,
"message": "Successfully!",
"data": {
"name": "Sample User",
"phone_number": "090XXXXXXX",
"country_code": "+84",
"email": "[email protected]",
"avatar": "https://...",
"label": "Your custom label for chat user"
}
}