query { contactItems( apiKey: "tellscp_sk_YOUR_API_KEY" take: 20 search: "acme" ) { items { id name email company title totalFeedbacks lastInteraction } total }}
Copy
curl -X POST https://api.tellscope.io/graphql \ -H "Content-Type: application/json" \ -d '{ "query": "query { contactItems(apiKey: \"tellscp_sk_YOUR_API_KEY\", take: 20, search: \"acme\") { items { id name email company } total } }" }'
Contacts are read-only via the public API. To create or update contacts, use the Tellscope dashboard or integrations.