Auth
Endpoints for authentication
Enter credentials to get JWT token.
Body
Request for user authentication
usernamestringRequiredExample:
Username of the user
john_doepasswordstringRequiredExample:
Password of the user
password123namestringRequiredExample:
Name of the user
Joe DonResponses
200
OK
*/*
401
Unauthorized
*/*
403
Forbidden
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/auth/registerEnter credentials to get JWT token.
Body
Request for user authentication
usernamestringRequiredExample:
Username of the user
john_doepasswordstringRequiredExample:
Password of the user
password123Responses
200
OK
*/*
401
Unauthorized
*/*
403
Forbidden
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/auth/loginLast updated
Was this helpful?