// Replace API_KEY with your api key and :voteId with vote id
curl --location 'https://api.supahub.com/api/v1/votes/:voteId' \
--header 'Authorization: Bearer API_KEY'
GET
method
/votes/:voteId
path

Path Parameters

Below are the query parameters available for customizing the response:

voteId
string
required

Identifier of the vote being requested.

// Replace API_KEY with your api key and :voteId with vote id
curl --location 'https://api.supahub.com/api/v1/votes/:voteId' \
--header 'Authorization: Bearer API_KEY'