Aller au contenu principal

Authenticate a user via passwordless login

POST 

/api/auth/passwordless

Supports passwordless authentication for agents and customers. For passwordless agents, validates the username against the account and creates the user if they do not yet exist. For passwordless customers, generates a token without account lookup. Returns a JWT app token and refresh token on success.

Request

Responses

Returns the JWT app token and refresh token.