API Access
API access allows external systems to read and create selected Cloudflow resources.
Generate an API Key
API keys are managed in Settings > API Access. API access is currently gated to the Business plan in the app.
The key uses the cfk_ prefix. Send it as a bearer token:
Authorization: Bearer cfk_your_api_keyScope
API keys are organization-scoped. Requests authenticated with an API key operate on the organization that owns the key. Do not send keys from browser code, mobile apps distributed to customers, or public repositories.
Rotate or Revoke
Regenerate a key when you suspect exposure or when handing off integration ownership. Revoke a key to immediately stop all applications that depend on it.
Current Public API
The first public API set includes services, customers, statuses, service types, service contacts, and market availability. Internal cron, webhook processor, mobile-only, and provider-specific integration routes are not part of the initial public contract.
Updated 12 days ago

