Links

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"