Generate an API Key

Get your Fathom API Key

Head to the Integrations section of your User Settings and generate an API key.
API keys are created at the user level. This means your key can only access meetings recorded by you, or those shared to your Team. If you’re an Admin, your API key does not provide access to other users’ unshared meetings.

List recent meetings

List the 10 most recent meetings recorded by you or shared to your team.
curl https://api.fathom.ai/external/v1/meetings \
     -H "X-Api-Key: YOUR_API_KEY" \
     -d include_transcript=false
Replace YOUR_API_KEY with the API key you generated above.

Next steps

Now that you you’ve made your first API call, time to go deeper: