Hi I am new to Peerboard and using Postman to explore the API. I can do a GET call to
/communities and /spaces OK. When I do a call to members I get a 405. I am using
https://api.peerboard.com/v1/members? and have tried a number of different URL
Query Params including id, email, identifier etc.
For example:
https://api.peerboard.com/v1/members?identifier=1234567890 (with and without the trailing /) but I keep getting a 405 error or a 404 (but the user does exist).
Do you have a an example of how the GET should be formatted?