GET /v4/conversations/:id?trkref=:trkref

Response Attributes

AttributeDescription
ididentifier for the conversation
first_namename of the person that asked the question
questionthe question asked in this conversation
created_atthe time at which the question was asked
helpfulcount of users who have flagged this question helpful
unhelpfulcount of users who have flagged this question not helpful
embeddableif this conversation is embeddable for SEO usage
retailer_localethe locale of the retailer
answersan array of customers answers to the question
fast_responsesan array of retailer answers to the question
curl --request GET \
  --url https://api.reevoocloud.com/v4/conversations/383368?trkref=D10 \
  --header 'authorization: Basic VGVzdF9rZXlfMDAwOlRlc3Rfc2VjcmV0XzAwMA=='
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!