Skip to main content
GET
/
api
/
v2
/
nps
Retorna métricas de dashboard NPS filtradas por período e cliente
curl --request GET \
  --url https://app.tarefy.com/nodeapi/api/v2/nps \
  --header 'Authorization: Bearer <token>'
{}

Documentation Index

Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Query Parameters

period
enum<string>
Available options:
30,
90,
custom,
all
startDate
string<date>
endDate
string<date>
clientId
integer

Response

200 - application/json

Dashboard NPS retornado com sucesso

The response is of type object.