Polls API
  • Polls API Documentation
  • API Introduction
  • API
    • Create poll
    • Get poll by Id
    • Get all polls
    • Get polls by identifer
    • Create Vote
    • Get Vote by Id
    • Get all votes on a poll
    • Get all votes with identifier
    • Remove vote
    • Remove Poll
Powered by GitBook
On this page

Was this helpful?

API Introduction

PreviousPolls API DocumentationNextCreate poll

Last updated 4 years ago

Was this helpful?

Polls API provides API functions to cover all the scenarios that you may have for integration Polls in your Application.

Here is the list of methods in our API.

All of the endpoints require the header api-key containing your account's api-key.

Create Poll
Get Poll by Id
Get all Polls
Get all Polls with Identifier
Remove Poll
Add Vote
Get Vote by Id
Get all votes on Poll
Get all votes by identifier
Delete Vote