POST
/
connect
/
magic-link

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Body

application/json
connectionId
string | null

Filter managed connections by connection id

connectorNames
string | null

Filter integrations by comma separated connector names

customerId
string

Anything that uniquely identifies the customer that you will be sending the magic link to

Minimum length: 1
displayName
string | null

What to call user by

integrationIds
string | null

Filter integrations by comma separated integration ids

redirectUrl
string | null

Where to send user to after connect / if they press back button

theme
enum<string> | null

Magic Link display theme

Available options:
light,
dark
validityInSeconds
number
default:
2592000

How long the magic link will be valid for (in seconds) before it expires

view
enum<string> | null

Magic Link tab view

Available options:
manage,
manage-deeplink,
add,
add-deeplink

Response

200 - application/json
url
string
required