cURL
curl --request GET \ --url https://api.fathom.ai/external/v1/teams \ --header 'X-Api-Key: <api-key>'
{ "limit": 123, "next_cursor": "<string>", "items": [ { "name": "Sales", "created_at": "2023-11-10T12:00:00Z" } ] }
Documentation IndexFetch the complete documentation index at: https://developers.fathom.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.fathom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Include your API key in the X-Api-Key header of every request.
X-Api-Key
Cursor for pagination.
Paginated list of teams.
Show child attributes