POST /notemaps/:notemap_id/followers
Description | Follow a notemap and return http status |
Method & URL | POST https://api.findery.com/v2/notemaps/:notemap_id/followers |
Scope | 'read' for public-only content or 'readall' for all content |
Parameters |
|
Example Request |
curl -X POST -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/notemaps/743030454305/followers |
Example Response |
{ "meta": { "http_status": 201 } } |