Pular para o conteúdo principal
GET
/
dashboard
/
funnel
/
{event_id}
Obter funil de um evento
curl --request GET \
  --url https://api.thatsme.com.br/api/dashboard/funnel/{event_id} \
  --header 'Authorization: Bearer <token>'

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

event_id
string
obrigatório

ID do evento

Resposta

200

Dados do funil retornados com sucesso