Polls API
Home
Login
Search…
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
1
curl
https://api.pollsapi.com/v1/get/vote/5f9fa6186477891e5bc646a5
\
2
-H
"content-type: application/json"
\
3
-H
"api-key:
$API_KEY
"
Copied!
API - Previous
Create Vote
Next - API
Get all votes on a poll
Last modified
1yr ago
Copy link
Contents
get
Get Vote by Id
Example cURL Request