Registration Endpoint

Learn how to create an endpoint for user registration.

This lesson focuses on implementing the endpoint.

Building the endpoint for registering users

In this lesson, we’ll finally finish setting up the minimum requirements needed for us to register a user.

The registration endpoint is the URL that we use to submit the user registration data with a POST request. The request gets processed by the RegistrationView, which returns a response. In our case, it returns the email of the registered user.

Get hands-on with 1200+ tech skills courses.