Hi
I am struggling with this API call any ideas on where I am going wrong?
Here is associated documentation:
Solved! Go to Solution.
Hi @bmillrine,
I believe that the issue is just that fields username and password contain double quotes. As a result credentials value is "username":"password" where it should only be username:password.
Kind regards,
Paul Noirel
Customer Support Engineer
Thanks Paul, that was it