Skip to main content

Authenticate user

Authenticate user

Request Body REQUIRED
email string

User email

password string

User password

Responses
200

Successful response

Schema OPTIONAL
success boolean OPTIONAL

Indicates if the authentication was successful

message string OPTIONAL

A message indicating the result of the authentication

token string OPTIONAL

The authentication token

workspaces object[] OPTIONAL
uuid string OPTIONAL

The UUID of the workspace

name string OPTIONAL

The name of the workspace

description string OPTIONAL

The description of the workspace

current integer OPTIONAL

Indicates if the workspace is the current one

created_at date-time OPTIONAL

The creation date of the workspace

updated_at date-time OPTIONAL

The last update date of the workspace

deleted_at date-time OPTIONAL

The deletion date of the workspace

user_id integer OPTIONAL

The ID of the user associated with the workspace