get https://api.reevoocloud.com/v4/conversations/
GET /v4/conversations/:id?trkref=:trkref
Response Attributes
Attribute | Description |
---|---|
id | identifier for the conversation |
first_name | name of the person that asked the question |
question | the question asked in this conversation |
created_at | the time at which the question was asked |
helpful | count of users who have flagged this question helpful |
unhelpful | count of users who have flagged this question not helpful |
embeddable | if this conversation is embeddable for SEO usage |
retailer_locale | the locale of the retailer |
answers | an array of customers answers to the question |
fast_responses | an array of retailer answers to the question |
curl --request GET \
--url https://api.reevoocloud.com/v4/conversations/383368?trkref=D10 \
--header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='