Skip to main content

Welcome to Tellscope

Tellscope is a customer feedback analytics platform that aggregates, analyzes, and helps you act on feedback from multiple sources. Our API allows you to programmatically access your feedback data, contacts, and accounts.

What can you do with the API?

Feedback

Create, read, and delete customer feedback programmatically

Contacts

Access your customer contact database

Accounts

Retrieve account and company information

Integrate

Build custom integrations with your tools

Authentication

All API requests require an API key. You can generate and manage your API key from the Tellscope Dashboard.
query {
  feedbackItems(apiKey: "tellscp_sk_...") {
    items {
      id
      title
    }
  }
}
Keep your API key secure. Never expose it in client-side code or public repositories.