/user/{username}/follows
- GET
Returns the list of accounts the user is following.
Responses
200 - Success
Content - JSON:
Field |
Description |
accounts |
A list of (username, userid) pairs. |
403 - Error: Forbidden
Blocked for security reasons.
404 - Error: Not Found
The user wasn't found.