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/lists View your lists | ![]() | Fully supported. |
GET /api/v1/lists/:id Show a single list | ![]() | Fully supported. |
POST /api/v1/lists Create a list | ![]() | Fully supported. |
PUT /api/v1/lists/:id Update a list | ![]() | Fully supported. |
DELETE /api/v1/lists/:id Delete a list | ![]() | Fully supported. |
GET /api/v1/lists/:id/accounts View accounts in a list | ![]() | Fully supported. |
POST /api/v1/lists/:id/accounts Add accounts to a list | ![]() | Fully supported. |
DELETE /api/v1/lists/:id/accounts Remove accounts from list | ![]() | Fully supported. |