API Reference
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
201
Successful operation
application/json
401
Failed because the authentication token was not sent or it has already expired.
application/json
409
It already exists a user with this info
application/json
post
/auth/registerpost
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
201
Successful Operation
application/json
401
Failed because the authentication token was not sent or it has already expired.
application/json
422
The maximum number of email verification requests has been exceeded.
application/json
post
/auth/verification-emailLast updated
Was this helpful?