Mobile - Authentication

Login with Email/Password

Authenticate user with email and password. Returns JWT tokens and user info.

post/api/v1/mobile/auth/login

Request body

emailstring required

User email address

passwordstring required

User password

Response

Successful Response

access_tokenstring required

JWT access token

refresh_tokenstring required

JWT refresh token

expires_atinteger required

Token expiration timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.