cURL
curl --request GET \ --url https://api.open.cx/csat/scores/{score_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "organization_id": "<string>", "session_id": "<string>", "score": 123, "comment": "<string>", "channel": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "contact": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "phone_number": "<string>", "name": "<string>", "custom_data": {} } }
Retrieve details of a specific CSAT score. Use when integrating CSAT results into a downstream BI or analytics pipeline.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes
Was this page helpful?