User login
Request body
Example request
{
"email": "john.smith@example.com"
}Response
Successful response - the JWT token
Example response
{
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtYWdudXMuaGVyb2xkQHNsb3d0ZWMuZGUiLCJleHAiOjE2MDY4MjIyMTZ9.3lO245XVvqZ16FuKfBtHP7ybSsZZTng6HmPIKK6UBLI"
}Changes
Changed in 4 of the 50 revisions of this API.712
- ▲
the request's body type/format changed from
object/to/request-body-type-changed
- ▲
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added
Emailto theemailrequest propertyallOflistrequest-property-all-of-added
- ▲
the
emailrequest property type/format changed fromstring/to/request-property-type-changed
- ○
the
emailrequest property's minLength was decreased from3to0request-property-min-length-decreased
- ▲
- ▲
the request's body type/format changed from
/toobject/request-body-type-changed
- ▲
the
emailrequest property's minLength was increased from0to3request-property-min-length-increased
- ▲
the
emailrequest property type/format changed from/tostring/request-property-type-changed
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
- ●
removed
Emailfrom theemailrequest propertyallOflistrequest-property-all-of-removed
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲