Rest API test invalid URL
Hi all,
We are trying to connect to our Marketo instance via API and are not able to get past the initial URL address / simple test.
We have typed the following into the address bar:
401-bvr-945.mktorest.com/identity/oauth/tokengrant_type=client_credentials&client_id=7xxxxxxx&client_secret=xxxxxxx
But are getting back:
{
"error": "invalid_url",
"error_description": "The URL invoked does not exist."
}
Is there something we are missing?