Skip to main content
POST
User login with password

Body

application/json
identifier
string
required

Email or phone number

password
string<password>
required

User password

Example:

"SecurePassword123!"

Response

Authentication successful

user
object
required
token
string
required

JWT authentication token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

expires_at
string<date-time>
required

Token expiration timestamp

Example:

"2024-01-02T00:00:00.000Z"

selected_company
object