Lists
Follow a List
Causes a User to follow a List.
post/2/users/{id}/followed_lists
Path parameters
idstring required
Unique identifier of this User. The value must be the same as the authenticated user.
Example:2244994945
The ID of the authenticated source User that will follow the List.
Request body
Example request
{
"list_id": "1146654567674912769"
}Response
The request has succeeded.