Pular para o conteúdo principal
GET
/
dashboard
/
export
/
csv
Exportar dados em CSV
curl --request GET \
  --url https://api.thatsme.com.br/api/dashboard/export/csv \
  --header 'Authorization: Bearer <token>'
"<string>"

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Resposta

200 - text/csv

Arquivo CSV gerado com sucesso

The response is of type file.