POST /users/:user_id/followers
Description | Follow a user |
Method & URL | POST https://api.findery.com/v2/users/:user_id/followers |
Scope | contacts |
Parameters |
|
Example Request |
curl -X POST -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/users/807454949847/followers |
Example Response |
{ "meta": { "http_status": 201 } } |