Get Vote by Id
With this API you can retrieve a particular vote by it's Id
Get Vote by Id
GET
https://api.pollsapi.com/v1/get/vote/{vote_id}
This endpoint allows you to fetch your vote by ID
Path Parameters
Name | Type | Description |
---|---|---|
vote_id | string | ID of the Poll to fetch |
Headers
Name | Type | Description |
---|---|---|
api-key | string | API KEY for your account |
Example cURL Request
Last updated