Skip to content

Instantly share code, notes, and snippets.

@jsedlacek
Last active April 10, 2017 12:36
Show Gist options
  • Save jsedlacek/22d1d647cd7ff228c032e3e205d9b1e0 to your computer and use it in GitHub Desktop.
Save jsedlacek/22d1d647cd7ff228c032e3e205d9b1e0 to your computer and use it in GitHub Desktop.
Create response API

REST API for adding new responses to project

POST https://app.satismeter.com/api/responses

Request headers:

Content-Type: application/json

Request body:

{
	"userId": "007",
	"rating": 10,
	"feedback": "All is fine!",
	"writeKey": "****************"
}

Note: You can find your write key in Settings/Integrations/API keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment