Vote
Vote on posts or comments using the following endpoint.
POST https://api.scored.co/api/v2/action/vote
Parameters
| Value | Type | Required | Description |
|---|---|---|---|
| id | int | true | ID of target content |
| type | string | true | "true" (post) or "false" (comment) |
| direction | boolean | true | Upvote (true) or downvote (false) |
When voting on a post, set type to true. When voting on a comment, set type to false.
Do not set type to post or comment.
Next
Actions
Report