Create a Connect token for a user
A short-lived OAuth access token for server-side requests. Generate one via the Generate OAuth Token flow or automatically when initializing the SDK client.
The environment in which the server client is running
development, production The project ID, which starts with proj_.
Request object for creating a connect token
Your end user ID, for whom you're creating the token
List of allowed origins for CORS
URI to redirect to on error
Token TTL in seconds (max 14400 = 4 hours). Defaults to 4 hours if not specified.
Space-separated scopes to restrict token permissions. Defaults to 'connect:*' if not specified. See https://pipedream.com/docs/connect/api-reference/authentication#connect-token-scopes for more information.
URI to redirect to on success
Webhook URI for notifications