cURL
curl --request GET \ --url https://api-clients.opiny.com.br/v1/surveys \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "cmjt5c5d00003jr0wngf8kjga", "name": "Feedback de Satisfação", "status": "active", "created_at": "2023-11-07T05:31:56Z", "metrics": { "views": 1250, "responses": 450, "sentiment_score": 85 } } ], "meta": { "total": 123, "page": 123, "limit": 123 } }
Retorna uma lista paginada de todas as pesquisas vinculadas à sua organização.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
active
draft
paused
archived
Sucesso
Show child attributes