sources

Create Connect Session

Create a Nango connect session for the frontend OAuth flow.

The frontend uses this token to open Nango's Connect UI, which handles the OAuth flow and creates the connection. Nango sends a webhook when the connection is complete.

post/v1/sources/nango/connect-session

Request body

workspace_idstring uuid required
user_idstring required
user_emailstring nullable
user_display_namestring nullable
integration_idstring nullable

Response

Successful Response

tokenstring required
expires_atstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.