cURL
curl --request GET \ --url https://api-clients.opiny.com.br/v1/responses \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "survey_id": "<string>", "visitor_id": "<string>", "sentiment": "POSITIVE", "metadata": {}, "answers": [ { "questionId": "<string>", "value": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z" } ] }
Retorna os dados brutos das respostas coletadas.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Formato YYYY-MM-DD
Sucesso
Show child attributes