Create connect session

View as Markdown

Create a short-lived, single-use hosted connect session.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

customer_idstringRequired

Request

This endpoint expects an object.
redirect_uristringRequired

Where the hosted flow redirects on completion. Must prefix-match a URI on your registered allowlist.

platformenum or nullOptional

Platform slug to deep-link to (validated against the connectable catalog). Omit to show the picker.

Response

Successful Response
tokenstring
urlstring
expires_atstring

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error