Hi there, The Management APIv2 does not support searching for Clients by Name. You can search all clients like so https://{{auth0_domain}}/api/v2/clients?fields=name,client_id From the JSON result, you then search for your client name and get the client_id of it and then use it to get the complete client details using this endpoint.