Lists
View and manage lists. See also: /api/v1/timelines/list/id for loading a list timeline.
https://docs.joinmastodon.org/methods/lists/
| Endpoint | Status | Comments |
|---|---|---|
GET /api/v1/listsView your lists | ![]() | Fully supported. |
GET /api/v1/lists/:idShow a single list | ![]() | Fully supported. |
POST /api/v1/listsCreate a list | ![]() | Fully supported. |
PUT /api/v1/lists/:idUpdate a list | ![]() | Fully supported. |
DELETE /api/v1/lists/:idDelete a list | ![]() | Fully supported. |
GET /api/v1/lists/:id/accountsView accounts in a list | ![]() | Fully supported. |
POST /api/v1/lists/:id/accountsAdd accounts to a list | ![]() | Fully supported. |
DELETE /api/v1/lists/:id/accountsRemove accounts from list | ![]() | Fully supported. |
