I am trying to use Create client API as mentioned in Auth0 Management API v2.
Now issue is that I dont have any sample response body for creating a new client app. Is there a way I can get my old Client app in json format.
I am trying to use Create client API as mentioned in Auth0 Management API v2.
Now issue is that I dont have any sample response body for creating a new client app. Is there a way I can get my old Client app in json format.
You can create a client using the dashboard mimicking the desired application type and options (if you don’t have one created already) and then use the GET /api/v2/clients/{client_id}
endpoint to get a sample client definition.
Did the same, thanks it worked
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.