Auth Controller

User login

Authenticate user with email and password

post/auth/login

Request body

emailstring required

User email address

passwordstring required

User password

Example request

{
  "email": "admin@landregistry.com",
  "password": "admin@123"
}

Response

Login successful

access_tokenstring required

JWT access token

refresh_tokenstring required

JWT refresh token

Changes

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