Votes

featureOS create vote on behalf API

Introduction

This endpoint allows you to create a new upvote on behalf of a user in a specific post.

POST https://api.featureos.app/api/v3/votes_on_behalf

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
ALLOW-PRIVATEfalseSet to true if filtering out a private board’s posts.
Authorization-Generate a unique JWT token that is specific to a user

Body Parameters

Parameter Required Format Description
feature_request_idtrueIntegerThe unique id of the post.
by_emailtrueStringThe email address of the team member performing this action. It should match the JWT Token's email in the Authorization Header.
emailtrueStringThe email address of the voter.

Sample response

{
  "success": true
}
Previous
Create Vote