Sign in
Authenticates a user based on valid credentials and returns JWT token and refresh token
Request body
Example request
{
"email": "user@example.com",
"password": "Password123!"
}Response
User has been successfully authenticated
Changes
Changed in 2 of the 7 revisions of this API.22
- ○
the request property
passwordbecame optionalrequest-property-became-optional
- ○
the
passwordrequest property's minLength was decreased from8to0request-property-min-length-decreased
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the request property
passwordbecame requiredrequest-property-became-required
- ▲
the
passwordrequest property's minLength was increased from0to8request-property-min-length-increased
This revision also has 62 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲