-
Notifications
You must be signed in to change notification settings - Fork 31
API
Ryan Wold edited this page Nov 19, 2020
·
26 revisions
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/*.
GET /api/v1/forms
-
GET /api/v1/forms/:id
- also returns responses
https://api.data.gov/TEST/touchpoints/forms.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.
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.