v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
Platform API

Run provider setup step

Run a supported follow-up setup step for a connected provider, such as CRM mappings or webhook setup.

post/api/integrations/setup-step

Request body

provider'hubspot' | 'attio' | 'slack' | 'fireflies' | 'granola' | 'google-calendar' | 'google-mail' | 'posthog' | 'stripe' | 'supabase' | 'clerk' | 'pylon' required

Public integration provider ID.

stepstring required
configobject

Example request

{
  "step": "mappings"
}

Response

Step-specific setup response.

object required