-
Notifications
You must be signed in to change notification settings - Fork 31
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/*.
GET /api/v1/forms
-
GET /api/v1/forms/:id
- also returns responses
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
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.