Polls
View and vote on polls attached to statuses. To discover poll ID, you will need to GET a Status first and then check for a poll property.
https://docs.joinmastodon.org/methods/polls/
| Endpoint | Status | Comments |
|---|---|---|
GET /api/v1/polls/:idView a poll | ![]() | Fully supported. |
POST /api/v1/polls/:id/votesVote on a poll | ![]() | Fully supported. |
