Skip to main content
POST
/
register-assistant
Error
A valid request URL is required to generate request examples
{
  "status": "success",
  "message": "Operation completed successfully",
  "code": "AbC1dE2fG3",
  "access_token": "eyJ...",
  "user_id": 101
}

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