Vote

Vote on posts or comments using the following endpoint.

POST https://api.scored.co/api/v2/action/vote

Parameters

ValueTypeRequiredDescription
idinttrueID of target content
typestringtrue"true" (post) or "false" (comment)
directionbooleantrueUpvote (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.