Discussions
Error: getaddrinfo ENOTFOUND {{authurl}}
10 months ago by Ghania A
Hi,
When trying to test the connection in Postman using the given API, I get the following error:
Error: getaddrinfo ENOTFOUND {{authurl}}
I have populated the following:
{
"grant_type": "password",
"username": "",
"password": "",
"client_id": "",
"client_secret": ""
}
Once I hit send i get the Error: getaddrinfo ENOTFOUND {{authurl}}
Do I need to replace the the Post URL ({{authUrl}}/oauth2/token) with something else?
Thanks