angvarghese
4 years agoOccasional Contributor
Ready API Error message in Header
Hi all, I am trying to post a request in Readyapi (createmember) and getting the below error <data contentType="null" contentLength="63"><![CDATA[ExternalUserId in AuthorizationHeader either inv...
- 4 years ago
This is my readyapi request header
angvarghese_0-1632315000681.png
And below is my postman request header. well, there are hidden keys and values which i did not given in readyapi. Do you mean to give those hidden keys and values in readyapi header as well?
angvarghese_1-1632315170858.png
- 4 years ago
The issue has been solved
Missing Authorization name instead of Token.
angvarghese_0-1632316646962.png
it was given Token instead of Authorization and missing Bearer in front of actual token.
thanks