INOVENSE
Resources

Programmatic control over every layer.

This page covers the current API shape available in product preview. It focuses on workflow runs, approval decisions, connector events, and webhooks.

API surface

Current endpoints and event model.

Workflow runs

/v1/workflow-runs

  • POST /v1/workflow-runs
  • GET /v1/workflow-runs/:id
  • GET /v1/workflow-runs?status=awaiting_approval

Approval events

/v1/approvals

  • GET /v1/approvals
  • POST /v1/approvals/:id/approve
  • POST /v1/approvals/:id/skip

Connector events

/v1/connectors

  • GET /v1/connectors
  • POST /v1/connectors/:id/test
  • POST /v1/connectors/:id/resync

Webhooks

/v1/webhooks

  • POST /v1/webhooks
  • GET /v1/webhooks
  • DELETE /v1/webhooks/:id

Authentication

All API requests require a Bearer token. Generate yours in Settings > API keys. Full endpoint docs will expand as the public API stabilizes.

Get your API key.