Getting user IDs?

You haven’t set the appropriate Request Header, in this case, that’s either Client-Id or an OAuth Token. You obtain a Client Id when you register an app.

In Postman’s interface, there’s a tab below the url field labeled “Headers”. There you can set key-value pairs for each Header, namely Client-Id.

1 Like