Skip to content
Ryan Wold edited this page Nov 18, 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, Touchpoints can use it. Or, you can create a new api.data.gov API key from Touchpoints.

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

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

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

https://api.data.gov/TEST/touchpoints/responses.json?API_KEY=YOUR-API-DATA-GOV-KEY

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

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