Skip to main content
GET
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

Response

200 - application/json
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).