Pepvote Support Center

Get Vote Pricing

GET
/voting-events/{idOrCode}/pricing/vote

Authorization

bearerAuth
AuthorizationBearer <token>

A key in the form pepvote_api_ followed by 32 hexadecimal characters.

In: header

Header Parameters

User-Agentstringrequired

Name and version of the calling integration. Required on every request.

Path Parameters

idOrCodestringrequired

Voting event ID or code.

Response Body

application/json

curl -X GET "https://example.com/voting-events/string/pricing/vote" \  -H "User-Agent: my-app/1.0"
{
  "data": {
    "pricingMode": "per_vote",
    "prices": [
      {
        "id": "string",
        "amount": 0,
        "currency": "string",
        "positionId": "string",
        "weight": 0,
        "label": "string"
      }
    ]
  }
}
Was this helpful?

Last updated September 6, 2026