< back to index

HTTP request

GET https://api.wevoteusa.org/apis/v1/issueFollow (Jump to "Try It Now")

Required Parameters

Parameter name Value Description
voter_device_id string An 88 character unique identifier linked to a voter record on the server
api_key string (from post, cookie, or get (in that order)) The unique key provided to any organization using the WeVoteServer APIs
issue_we_vote_id string The unique identifier for the issue that the voter wants to follow.
follow boolean Voter wants to follow or stop following this issue.
ignore boolean Voter wants to ignore this issue.

Response

{
  "status": string,
  "success": boolean,
  "voter_device_id": string (88 characters long),
}

Response Status Codes

Code Description
VALID_VOTER_DEVICE_ID_MISSING Cannot proceed. A valid voter_device_id parameter was not included.
VALID_VOTER_ID_MISSING Cannot proceed. A valid voter_id was not found.

Try It Now: API Variables

Parameter name Value  
voter_device_id:
issue_we_vote_id:
follow: True
False
ignore: True
False

(opens in new window)