Available Methods
Both TypeScript and Python SDKs support all Fathom API operations.Core Methods
TypeScript | Python | Description |
---|---|---|
listMeetings() | list_meetings() | List meetings with filtering and pagination |
listTeams() | list_teams() | List teams accessible to the user |
listTeamMembers() | list_team_members() | List members of a specific team |
createWebhook() | create_webhook() | Create webhook for real-time notifications |
deleteWebhook() | delete_webhook() | Delete an existing webhook |
Quick Examples
For complete parameter documentation including types, examples, and detailed descriptions, see API Reference.