curl https://app.demeterrr.com/api/v1/responses/aa0e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"surveyId": "990e8400-e29b-41d4-a716-446655440000",
"contactId": "550e8400-e29b-41d4-a716-446655440000",
"npsScore": 9,
"csatScore": null,
"cesScore": null,
"isPromoter": true,
"isDetractor": false,
"status": "completed",
"createdAt": "2026-02-10T14:00:00.000Z"
}
}
Retrieve response details
curl https://app.demeterrr.com/api/v1/responses/aa0e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"surveyId": "990e8400-e29b-41d4-a716-446655440000",
"contactId": "550e8400-e29b-41d4-a716-446655440000",
"npsScore": 9,
"csatScore": null,
"cesScore": null,
"isPromoter": true,
"isDetractor": false,
"status": "completed",
"createdAt": "2026-02-10T14:00:00.000Z"
}
}
responses:read scope.
curl https://app.demeterrr.com/api/v1/responses/aa0e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "aa0e8400-e29b-41d4-a716-446655440000",
"surveyId": "990e8400-e29b-41d4-a716-446655440000",
"contactId": "550e8400-e29b-41d4-a716-446655440000",
"npsScore": 9,
"csatScore": null,
"cesScore": null,
"isPromoter": true,
"isDetractor": false,
"status": "completed",
"createdAt": "2026-02-10T14:00:00.000Z"
}
}