GET /users/:user_id/followed_maps
Description | Get notemaps a user follows |
Method & URL | GET https://api.findery.com/v2/users/:user_id/followed_notemaps |
Scope | 'read' or 'readall' |
Parameters |
|
Example Request |
curl https://api.findery.com/v2/users/807454949847/followed_notemaps |
Example Response |
{ "data": [], "meta": { "count": 0, "nextUrl": null } } |