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" } ] }
Include your API key in the X-Api-Key header of every request.
X-Api-Key
Cursor for pagination.
Paginated list of teams.
The response is of type object.
object