Hi
I’m wondering if there is a supported means by which I can make a client credentials request to this endpoint (https://auth0.com/docs/api/authentication#client-credentials-flow), with application/xml
as the Content-Type
?
Thanks in advance
Not to my knowledge; that endpoint only supports a request body using application/x-www-form-urlencoded
or application/json
.