JWT
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenstringRequired
Reset password JWT token
Responses
200
Token is valid
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/jwt/verify-reset-passwordAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenstringRequired
Registration JWT token
Responses
200
Token is valid
application/json
400
Invalid token data structure
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
post
/jwt/verify-registrationAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Current user retrieved successfully
application/json
401
Unauthorized access
application/json
500
Internal server error
application/json
get
/jwt/current-userLast updated