curl --request GET \
--url https://api.open.cx/csat/scores/{score_id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"score": 3,
"comment": "<string>",
"channel": "web",
"created_at": "<string>",
"updated_at": "<string>",
"contact": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "[email protected]",
"phone_number": "<string>",
"name": "<string>",
"custom_data": {}
}
}Retrieve details of a specific CSAT score
curl --request GET \
--url https://api.open.cx/csat/scores/{score_id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"score": 3,
"comment": "<string>",
"channel": "web",
"created_at": "<string>",
"updated_at": "<string>",
"contact": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"email": "[email protected]",
"phone_number": "<string>",
"name": "<string>",
"custom_data": {}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved CSAT score
1 <= x <= 5web, email, phone_voice, slack, sms, whatsapp, instagram, messenger, api, web_voice Was this page helpful?