Client ID and Secret for Management API

This question comes from a customer:

Hi, I can’t find where in your interface the clientId and clientSecret for the management API as described here: auth0 - npm. Can you point me to the correct part of your UI to get these for an API (not an Application). Thanks

The default Management API resides under “APIs” section, see below:

Note that Management API is a machine-to-machine application (also known as non-interactive application). This means, if you have authorised your application to consume Management API, then this will appear under “Machine to Machine Applications” tab, shown below:

Click on an authorised application, and from there, you will find the Client ID and Client Secret, shown below:

Alternatively, you can get the info from “Applications” tab (shown above), but make sure it is a machine-to-machine application and that it has been authorised by the Auth0 Management API.

2 Likes

Thanks a lot Eva for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.