Skip to content

Token

Cookie-less endpoint to obtain access and refresh tokens with email and password.

Info
MethodPOST
Route groupauth
Path{auth}/token
TypeTokenEndpoint<TUser>
AuthenticationNo

Request body

NameTypeDescription
Emailstring
Passwordstring

Response body

NameTypeDescription
access_tokenstringJWT Bearer token.
refresh_tokenstringJWT Bearer token.
expires_innumberToken expiration time in seconds.
token_typestringBearer