Creating a Client and Getting All Clients

Learn to create a client and get all clients using Auth0 API.

A client is an important component of the authentication process. A client makes a lot of things easier and encapsulates many low-level things at the same time. In this lesson, we'll see how we can create a client or an application and get a list of our clients using an API call.

We'll use the https://{{DOMAIN}}/api/v2/clients endpoint to achieve these tasks. Creating a client is a POST request, while getting all clients is a GET request.

Get hands-on with 1200+ tech skills courses.