Skip to main content

API Quickstart

This guide walks you through making your first authenticated API call. By the end, you will have listed your workflows, created a contact, and retrieved conversations — all from the command line.

Prerequisites

  • A Tedro account (sign up)
  • A workspace with at least one workflow
  • cURL installed on your machine (pre-installed on macOS and most Linux distributions)
You have now made authenticated API calls to list workflows, create a contact, and retrieve conversations. Explore the full API Reference or check out more Code Examples.

Next Steps

Authentication Details

Learn about session lifecycle, brute force protection, and Node.js authentication.

Code Examples

cURL and Node.js examples for workflows, contacts, conversations, runs, and more.