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.organizations.listInvitations({ query: {}, })
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "invitedByUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "token": "<string>", "expiresAt": "<string>", "revokedAt": "<string>", "revokedByUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "<string>" } ], "total": 123, "nextCursor": "<string>", "prevCursor": "<string>" }
asc
desc
Success
Show child attributes