I have successfully POST Authenticate using postman. But have no luck using HTTPCaller? Any idea please?
Best answer by nielsgerrits
Ah sorry, because this is a POST, you need to move the parameters from the headers to the body.
In Upload Body you need
emailAdress=<emailadress>&password=<password>
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
{"message":"","error":{"fields":{"body.emailAddress":{"message":"'emailAddress' is required"},"body.password":{"message":"'password' is required"}},"status":400,"name":"ValidateError","x-request-id":"kcgXSuAoin2FBs4hVrioNOfk48s5crl0s6IIb-SDMZjCsKZXWhBawg=="}}