Marketo access token - GET/ POST
Hi,
I noticed Marketo has GET/POST endpoint to get access token, but both endpoints accepting query parameters only, Is there any reason?
<URL>/identity/oauth/token?client_id=<Client Id>&client_secret=<Client Secret>&grant_type=client_credentials
clientid and secret are exposed to internet when pass them as query parameters, is there any better approach to prevent from exposing clientid and secret?
Thanks,
Babu