Creating and Getting Client Grant

Learn how to create and get a client grant using Auth0 API.

In Auth0, a client grant is a means of granting a specific client application access to a particular set of API resources. This is particularly useful when the client application requires access to the API on behalf of the user. We can use the https://{{DOMAIN}}/api/v2/client-grants endpoint to create and retrieve client grants for a client application. To create a client grant, we need to make a POST request, whereas to retrieve a list of client grants for our client, we need to make a GET request.

Get hands-on with 1200+ tech skills courses.