Introduction
Introduction to the Pepvote API
API Basics
Pepvote API currently gives you access to only read operations via the GET METHOD. It allows you to get saved data about an election on Pepvote and customize its presentation in your application.
Before you do anything, you should Create a Pepvote Account and setup an Election or Poll which you can test the API against.
We will provide you with an API KEY which you can use to make API calls.
Sample Requests
We provide sample API calls next to each method and you can use cURL or POSTMAN as well to test. POSTMAN is an easy to use API development environment for making HTTP requests.
// to be continued ...
Last updated