Skip to main content
POST
/
api
/
integrations
/
setup-step
Run provider setup step
curl --request POST \
  --url https://app.outlit.ai/api/integrations/setup-step \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "step": "<string>",
  "config": {}
}
'
{}

Authorizations

Authorization
string
header
required

Outlit API key using the Bearer ok_... format.

Body

application/json
provider
enum<string>
required

Public integration provider ID.

Available options:
hubspot,
attio,
slack,
fireflies,
granola,
google-calendar,
google-mail,
posthog,
stripe,
supabase,
clerk,
pylon
step
string
required
Minimum string length: 1
Examples:

"mappings"

"webhooks"

config
object

Response

Step-specific setup response.

The response is of type object.