Skip to main content
POST
/
api
/
v2
/
organizations
/
{organizationId}
/
integrations
/
create
Create integration
curl --request POST \
  --url https://api.landerlab.dev/api/v2/organizations/{organizationId}/integrations/create \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "type": "<string>",
  "data": {}
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Body

application/json
type
string
required

Integration type identifier (e.g. "redtrack", "clickflare", "brevo", "metapixel")

data
object
required

Type-specific config (e.g. { name, apiKey } for credential-based types)

Response

Created

message
string
required