Skip to main content
POST
Error

Body

application/json
phone
string
required
Example:

"+34612345678"

full_name
string
required
Example:

"Cati Owner"

Response

Assistant registered successfully with security code and access token.

status
string
Example:

"success"

message
string
Example:

"Operation completed successfully"

code
string

Security code for mobile app connection.

Example:

"AbC1dE2fG3"

access_token
string

JWT Access Token for the registered assistant.

Example:

"eyJ..."

user_id
integer

The user ID of the newly registered assistant.

Example:

101