Webchat
WebChat
1. Init And Refresh Token For Client
Request URI
URI
Content-Type
application/json
Method
POST
Request Headers
x-api-key
Y
Api Key AWS
xp-api-key
Y
XBot will generate an xp-api-key and provide it to you. This key is used for authentication when XBot interacts with your system.
Request param
Key
Description
id
User's unique identifier
name
User's full name
User's email address
phone
User's phone number
address
User's physical address
avatarUrl
URL of the user's avatar image
extData
Additional data related to the user, which can be extended with more fields as needed
Request Sample
Response
Key
Description
status
The status of the response (e.g., 0 for success)
data
Contains detailed information about the response
conversationId
Unique identifier for the conversation
userId
Unique identifier for the user
token
Authentication token for the session
expiresIn
Token expiration time in seconds
Data Populated in the Table Format:
Response Sample
Note: In the production environment, you will need to provide a list of the IP addresses that your application will use to make API requests. This ensures that only authorized IPs can access your APIs, enhancing security
Last updated