Skip to content
Ryan Wold edited this page Dec 2, 2020 · 26 revisions

⚠️ DRAFT (not in production)⚠️

Touchpoints API

Touchpoints API requires an api.data.gov API Key. If you have an existing api.data.gov API key, enter it on your Touchpoints profile page.

The API gateway is: https://api.gsa.gov/analytics/touchpoints/

Requests through this gateway are routed to the Touchpoints app at /api/v0/*.

Available API endpoints
  • GET /api/v1/forms
  • GET /api/v1/forms/:id - also returns responses
Example Requests

https://api.gsa.gov/analytics/touchpoints/forms.json https://api.gsa.gov/analytics/touchpoints/forms/FORM-SHORT-UUID.json

In production, the API_KEY should be passed using the header X-Api-Key as described here.

For a quick test, try https://api.gsa.gov/analytics/touchpoints/forms.json?API_KEY=YOUR-API-DATA-GOV-KEY

Feedback regarding this API

Please provide feedback at feedback-analytics@gsa.gov, or to the feedback form at https://touchpoints.digital.gov, or https://github.com/gsa/touchpoints/issues/new.

Clone this wiki locally