Skip to main content
Kadoa is built as an API-first platform. Everything you can do on your Kadoa Dashboard is also possible with our flexible API.

Quickstart

  1. Generate your API key from Settings > General
  2. Create your first workflow on Kadoa.com
  3. Fetch the data by using our API.

Authentication

All API endpoints are authenticated using your workspace API key.
"headers":  {
    "x-api-key": "tk-your-api-key"
}
First time using the API? You need to generate your API key first:
  1. Go to Settings > General
  2. Click Generate API Key
  3. Copy and securely store your key (it starts with tk-)