Response
string
SDR profile identifier.
string
SDR display name.
string
SDR email address.
boolean
Whether the SDR’s Gmail is connected and active via Composio.
string
The connected Gmail address, or null if not connected.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List active SDRs in the workspace with Gmail connection status.
curl https://app.leadterra.co/v1/sdrs \
-H "Authorization: Bearer sk_live_your_key"
{
"data": [
{
"id": "sdr_id",
"name": "Jordan Lee",
"email": "jordan@example.com",
"gmailConnected": true,
"gmailEmail": "jordan.sdr@gmail.com"
}
]
}