diff --git a/index.html b/index.html index b49a9300041..6fbe8152c03 100644 --- a/index.html +++ b/index.html @@ -612,7 +612,7 @@
We offer several APIs to customers to cover different integration use cases.
JSONP API Unauthenticated API designed to be consumed by javascript clients written by front-end engineers. Quickly display public information about petitions, efforts, and users on external sites.
JSONP API Unauthenticated API designed to be consumed by javascript clients written by front-end engineers. Quickly display public information about petitions, efforts, and events on external sites.
Webhooks Get notified when changes happen so external systems can react.
Bulk Data Integrate your ControlShift instance with a data warehouse like Redshift for SQL access and reporting.
Authenticated REST Server Side API integration option for more advanced scenarios than are possible with the JSONP API. Uses OAuth2 to allow third-party developers to create applications and customers to grant access.
We publish various pieces of open source code on Github which you may find useful.
The JSONP API is a simple way to embed ControlShift petition content in external sites. It's intended for use by a front-end developer embed content on web pages outside of the platform. For example, a developer could:
+The JSONP API is a simple way to embed ControlShift petition content in external sites. It's intended for use by a front-end developer to embed content on web pages outside of the platform. For example, a developer could:
Many of the endpoints can be consumed as JSONP instead of JSON by adding callback or variable parameters to the URLs.