Skip to content
CConsultFlow

Developers

API Reference

Programmatic access to ConsultFlow — planned for a future release.

Status

The public API is not available yet. The shape below is illustrative — endpoints, parameters, and auth scopes are placeholders and will change before release.

Example request

Once available, requests will look roughly like this:

curl https://api.consultflow.net/v1/requests \
  -H "Authorization: Bearer YOUR_API_KEY"

{
  "id": "req_1a2b3c",
  "status": "new",
  "flow": "pergola-consultation",
  "customer": { "email": "[email protected]" },
  "created_at": "2026-07-12T09:14:00Z"
}