This guide shows you how to register your own app with Fathom to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their Fathom account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a Fathom account
If you don’t have a Fathom account, sign up for a free account at fathom.ai.
Register your application
- Navigate to the create app form.
- Fill in all the required details for your application.
- For the Redirect URLs field, add:
https://api.nango.dev/oauth/callback - Submit the form to create your application.
- After creation, note your Client ID and Client Secret for both production and development environments. You’ll need these when configuring the integration in Nango.
Currently, the only available OAuth scope is
public_api.Next
Follow the Quickstart to connect your first account.