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. Get your API key
  • Personal API Key: Found under Account Settings in your Kadoa account.
  • Team API Key: Found under Team Settings, grants access to all workflows and data belonging to that team.
  1. Create your first workflow on Kadoa.com
  2. Fetch the data by using our API.

Authentication

All API endpoints are authenticated using an API key.

"headers":  {
    "x-api-key": "your-api-key"
}