Trying to use my identity url to get an access token so I can create leads in python. Repeatedly getting an error saying that the url doesn't exist and that the nodename or servname is not known. I'm unable to use any of the REST endpoints because of this. Even when I manually create an access token through the admin panel and try and hit the 'create lead' endpoint, I get the same DNS error.
Do I need to somehow 'activate' my API url or something? Am I missing a step?
Solved! Go to Solution.
URL = https://503-ICE-271.mktorest.com/identity
Trying to get access token by using this url structure:https://503-ICE-271.mktorest.com/identity/oauth/token?grant_type=client_credentials&client_id=<Client Id>&client_secret=<Client Secret>