Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

live_connection_slug
string
required

The slug of the live connection

Body

A time-limited link that lets someone without a Nekt account configure this connection.

expires_in_seconds
integer
write-only
Required range: x >= 1
connector_config_fields
any | null

Restricts which connector config fields are visible/editable through this setup link. Same shape as the config: true/false, a list of field names, or a nested object. NULL means no restriction (the whole config template).

Response

201 - application/json

A time-limited link that lets someone without a Nekt account configure this connection.

id
string<uuid>
required
read-only
token
string
required
read-only
expires_at
string<date-time>
required
read-only
created_at
string<date-time>
required
read-only
created_by
integer
required
read-only
connector_config_fields
any | null

Restricts which connector config fields are visible/editable through this setup link. Same shape as the config: true/false, a list of field names, or a nested object. NULL means no restriction (the whole config template).