Is postman Api working?

It seems like your version of api is V3.
However everything in postman example is V1.

I added my app-id and api-token but keep getting this error.
Error: getaddrinfo ENOTFOUND

Ok.
I found that you need to change your url from
https://api-{{APP_ID}}.calls.sendbird.com/v1/users
to
https://api-{{APP_ID}}.sendbird.com/v3/users

Please correct me if I am worng.

thanks

Hello @growthon_dev Welcome to the Sendbird community!

You are right. You need to use this https://api-{application_id}.sendbird.com/v3/users/{user_id} to view a user and it’s v3 only as mentioned in our docs as well.

More details here: User | Chat Platform API | Sendbird Docs

Let me know if this helps.

Thanks for the help.
Since there is a link to the postman example, i think it confuse people.
:smiley:

@growthon_dev,

I think it’s important to note that our Postman examples have different collections for Calls, Chat and Desk. Each having unique URL structures. I double checked the Chat collection, and all of the URLs appear correct there.

Oh, my bad.
Thank you :smiley: