Votes
Votes are expressions of support or preference that users cast for submitted ideas on your Frill account.
Vote object
Endpoints
Returns a list of votes
API key in Authorization header with Bearer prefix (recommended)
Limits the number of items on a page
20The after cursor - used for pagination
A unique identifier for the idea. Only fetch votes for this idea
A unique identifier for the follower. Only fetch votes for this follower
Successfully returned a list of votes
Invalid request
Vote on an idea
API key in Authorization header with Bearer prefix (recommended)
Successfully voted on an idea
A unique identifier for the vote
vote_abcd1234The date & time the idea was created in UTC timezone
Invalid request
Unvote an idea
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Request was successfulInvalid request
Last updated