Get all votes with identifier
Retrieve all the votes by using the custom identifier property
We love our servers, like everyone else, which is why this API sends our paginated response. You can pass in offset & limit to fetch votes in bulk as pages.There is a max limit of 100, so even if you pass?limit=150
it will only send at max 100.
get
https://api.pollsapi.com/v1
/get/votes-with-identifier/{identifier}?offset=0&limit=25
Get all votes
curl "https://api.pollsapi.com/v1/get/votes-with-identifier/user_12" \
-H "content-type: application/json" \
-H "api-key: $API_KEY"
Last modified 2yr ago