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": "[email protected]", "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.
Show child attributes
"Bob Lee"
"[email protected]"
"2024-06-01T08:30:00Z"