Get poll by Id
Endpoint to fetch a Poll by Id
Last updated
Endpoint to fetch a Poll by Id
Last updated
You have a poll created, but how do you fetch it?
Well, this is the reason this endpoint exists. Just pass in the poll id that you want to retrieve and let the magic happen.
GET
https://api.pollsapi.com/v1/get/poll/{poll_id}
This endpoint allows you to fetch your poll by ID
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
poll_id
string
ID of the Poll to fetch
api-key
string
API KEY for your account