cURL
curl --request GET \ --url https://api.fathom.ai/external/v1/team_members \ --header 'X-Api-Key: <api-key>'
{ "limit": 123, "next_cursor": "<string>", "items": [ { "name": "Bob Lee", "email": "bob.lee@acme.com", "created_at": "2024-06-01T08:30:00Z" } ] }
Include your API key in the X-Api-Key header of every request.
X-Api-Key
Cursor for pagination.
Team name to filter by.
Paginated list of team members.
The response is of type object.
object