Skip to main content
POST
/
get-code
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully",
  "code": "XyZ9wV8uT7"
}

Body

application/json
token
string
required

JWT Access Token of the assistant user.

Example:

"eyJ..."

Response

Security code generated successfully.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

code
string

Security code for connecting to this assistant.

Example:

"XyZ9wV8uT7"