Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { TxAgentKitClient } from '@tx-agent-kit/sdk' const client = new TxAgentKitClient({ token: process.env.TX_AGENT_KIT_TOKEN }) const response = await client.traceLearn.completeTraceLearnBillingCheckout({ body: {}, })
{ "subscription": { "id": "<string>", "payerKind": "tutor", "payerId": "<string>", "planId": "<string>", "startedAt": "<string>", "trialEndsAt": "<string>", "nextBillingDate": "<string>", "cancelledAt": "<string>", "seatsPurchased": 123 }, "entitlementSummary": { "activeSeatCount": 123, "learnerLimit": 123, "diagnosticOnlyCount": 123, "managedBy": "tutor" }, "message": "<string>" }
a string at most 128 character(s) long
1 - 128
Success
Show child attributes