API Reference
cURL
curl --request GET \ --url https://api.usefathom.com/v1/account \ --header 'Authorization: Bearer <token>'
{ "id": 123, "object": "account", "name": "Homer Simpson", "email": "[email protected]" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account details
The response is of type object.
object