Hello,
I am a beginner so question may seem to be a simple one.
I was connecting API(NodeJS) referring link. But on making request for using access tokens i get this error :- {“statusCode”:400,“error”:“Bad Request”,“message”:“Bad HTTP authentication header format”,“errorCode”:“Bearer”}
On making request in management api for retrieving user info by user_id also i am getting error that no user with that id exist although it do exist.
Any help is appreciated.