Connecting to api

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.

Good afternoon,

Could you provide the complete code without the access_token value?

Thanks!

2 Likes

Thanks for response,
issue has been fixed actually the endpoint needed “GET” request but as i copy pasted from link it was set to “POST”

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.