Polls API
Home
Login
Search
⌃K
Links
Polls API Documentation
API Introduction
API
Create poll
Get poll by Id
Get all polls
Get polls by identifer
Create Vote
Get Vote by Id
Get all votes on a poll
Get all votes with identifier
Remove vote
Remove Poll
Powered By
GitBook
Get Vote by Id
With this API you can retrieve a particular vote by it's Id
get
https://api.pollsapi.com/v1
/get/vote/{vote_id}
Get Vote by Id
Example cURL Request
curl
https://api.pollsapi.com/v1/get/vote/5f9fa6186477891e5bc646a5
\
-H
"content-type: application/json"
\
-H
"api-key:
$API_KEY
"
API - Previous
Create Vote
Next - API
Get all votes on a poll
Last modified
2yr ago