This repository was archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Representatives API Endpoints
BeeXiong edited this page Jul 13, 2021
·
5 revisions
- What you call:
- What you get:
- Returns a List of JSON objects with Representative information based on zip code.
{
"name": "",
"title": "",
"city": "",
"state":"",
"mail":"",
"twitter":"",
"facebook":"",
"contactPage": "",
"photoUrl":"",
}
- Example Implementation:
Campaigns - Deprecated refer to Campaign Endpoint
- What you call:
- What you get:
- Returns a List of JSON object with Campaign information.
{
"id": 1,
"organization": "M4BL",
"name": "The Breath Act",
"cause": "Civic Rights",
"type": "Grant",
"page_url": "www.thebreatheact.org",
"letters_sent": 0}
};
- Example Implementation:
- Home
- API Quick Reference
- Amplify API reference
- Lob Mailing API integration
- Stripe API integration