Back to all

Issue with Token API for rest call - WebData

I am making call as below -

curl --location 'https://

Response is as below -

{
"Code": -2,
"Msg": [
"Authentication failed, unable to log in to the Address Book with the given User ID and Password."
]
}

I checked through web that for the user UID: "maximizer",
Password: "

  1. What could be issue. Is this due to some access configuration ?
  2. How to enable logs and where to check logs for understanding the issue in more details ?