curl https://api.usefathom.com/v1/account \
-H "Authorization: Bearer API_TOKEN_HERE"

To connect to our API, you must use the Authorization header. This can be obtained from your dashboard, under Settings -> API. Your API key has complete access to your account, so please protect it.

curl https://api.usefathom.com/v1/account \
-H "Authorization: Bearer API_TOKEN_HERE"