Hi
I have attached image . I am getting error - "message": "Missing required request parameters: [Authorization]"
Thanks
Thanks
Hi
I have attached image . I am getting error - "message": "Missing required request parameters: [Authorization]"
Thanks
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak TewatiaPosted Dec 19, 2022, 6:05 PM
Hi Ramco,
please use bearer Token which you received in API response.Data field contains the token that was generated
I tried in my postman its working fine using your JWT Token.
use below mention steps:-
Ramco RamcoPosted Dec 20, 2022, 2:50 AM
Hi deepak
How we can use it in c#
Thanks