API reference
API reference index
For the complete API reference, select an endpoint from the list.
List members lookup
Returns a list of members from a specified List | GET /2/lists/:id/members |
Returns all Lists a specified user is a member of | GET /2/users/:id/list_memberships |
Manage List members
Add a member to a List that the authenticated user owns | POST /2/lists/:id/members |
Removes a member from a List the authenticated user owns | DELETE /2/lists/:id/members/:user_id |