Skip to main content
POST
User login

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Body

application/json
email
string<email>
required
Example:

"john@example.com"

password
string<password>
required
Example:

"secret123"

Response

Login successful

token
string
Example:

"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."

token_type
string
Example:

"Bearer"

expires_at
string<date-time>
Example:

"2026-05-27T12:00:00+00:00"

user
object