cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/team/member \ --header 'X-Team-ApiKey: <api-key>'
[ { "id": "member_JkL012MnO345PqR678", "email": "[email protected]", "userName": "johndoe", "fullName": "John Doe", "avatarUrl": "https://example.com/avatar.jpg", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" } ]
Retrieves all team members.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
✅ Tags retrieved successfully
"member_JkL012MnO345PqR678"
"[email protected]"
"johndoe"
"John Doe"
"https://example.com/avatar.jpg"
Was this page helpful?