Pepvote Support Center
  • What is Pepvote?
  • FAQ
  • Getting Started
    • Election or Poll
    • Voting Entities
    • Voting Status
    • Voting Countdown
  • Voting Settings
    • PARTY MODE
    • PUBLIC VOTING
    • PCPV Aliasing
    • Self Registration
    • Voting Time Limit
    • Other Voting Settings
  • Voting URL
    • Set Voting URL
    • Share Voting URL
    • Embed Voting Page
    • Voting Format
  • Voting Result
    • Live Result
    • Publish Voting Result
    • Download Voting Result
    • Print Voting Result
    • Verify Votes
  • Email Notifications
    • Email Voting
  • API
    • Introduction
    • API V1
Powered by GitBook
On this page
  • API Basics
  • Sample Requests

Was this helpful?

  1. API

Introduction

Introduction to the Pepvote API

PreviousEmail VotingNextAPI V1

Last updated 6 years ago

Was this helpful?

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 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 or as well to test. POSTMAN is an easy to use API development environment for making HTTP requests.

// to be continued ...

Create a Pepvote Account
cURL
POSTMAN