Skip to main content
POST
Create marketplace integration

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header (e.g. JWT / Cognito access token).

Headers

Tenant-Id
string
required

ID of the tenant (current tenant context).

Body

application/json

Payload to create a marketplace (catalog) integration.

name
string
required
description
string
required
overview
string
required
instructions
string
required
category
enum<string>
required

Integration marketplace category.

Available options:
PAYMENT,
CRM,
MARKETING,
ACCOUNTING,
OTHER
website_url
string<uri>
required
company
string
required
is_free
boolean
doc
string
support_url
string
privacy_policy_url
string
icon
string<uri>
env_variables
object[]
is_active
boolean

Response

Created

Integration attached to a project (marketplace metadata + env vars).

name
string
required
description
string
required
overview
string
required
instructions
string
required
category
enum<string>
required

Integration marketplace category.

Available options:
PAYMENT,
CRM,
MARKETING,
ACCOUNTING,
OTHER
website_url
string<uri>
required
company
string
required
id
string
sk
string
type
string
created_at
string<date-time>
is_free
boolean
doc
string
support_url
string
privacy_policy_url
string
icon
string<uri>
is_active
boolean
env_variables
object[]