cURL
curl --request GET \ --url https://api.nango.dev/connect/session \ --header 'Authorization: Bearer <token>'
{ "data": { "token": "<string>", "expires_at": "2023-11-07T05:31:56Z", "connect_link": "<string>" } }
Retrieve a connect session
The secret key from your Nango environment.
Successfully retrieved a connect session
Show child attributes
The connect session token
When the token expires
The URL to directly connect the user to the integration. This can be used as a magic link.
Was this page helpful?