POST
/
v1
/
trace-learn
/
public
/
funnel
/
account-creation-started
TypeScript client
import { TxAgentKitClient } from '@tx-agent-kit/sdk'

const client = new TxAgentKitClient({
  token: process.env.TX_AGENT_KIT_TOKEN
})

const response = await client.traceLearn.recordTraceLearnAccountCreationStarted({
  body: {},
})
{
  "recorded": true
}

Body

application/json
role
enum<string>
required
Available options:
parent,
tutor
attemptId
string

a string at most 128 character(s) long

Required string length: 1 - 128

Response

Success

recorded
boolean
required