Auth
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
namestringRequired
passwordstringRequired
confirm_passwordstringRequired
Responses
201
User created
application/json
400
Validation error
application/json
post
/signup/Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
Responses
200
OTP sent if email exists
No content
post
/password-reset/request/200
OTP sent if email exists
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstring · emailRequired
new_passwordstringRequired
confirm_passwordstringRequired
Responses
200
Password changed
No content
post
/password-reset/change-password/200
Password changed
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
old_passwordstringRequired
new_passwordstringRequired
confirm_passwordstringRequired
Responses
200
Password changed
No content
401
Unauthorized – missing or invalid access token
application/json
put
/change-password/No content
Last updated

