GET /notemaps/:notemap_id/followers
Description | Get the followers for a notemap |
Method & URL | GET https://api.findery.com/v2/notemaps/:notemap_id/followers |
Scope | 'read' for public-only content or 'readall' for all content |
Example Request |
curl https://api.findery.com/v2/notemaps/743030454305/followers |
Example Response |
{ "data": [ { "avatar": { "hasAvatar": false, "hash": "5d67a569d76e810d2d9755451601322a", "urlRoot": "https://s3-us-west-1.amazonaws.com/avatars1.dev.findery.com/default/" }, "description": null, "id": 257699140080, "link": "https://findery.com/MRMAN", "name": null, "username": "MRMAN" } ], "meta": { "http_status": 200 } } |