Create Connect token
Create a Connect token for a user
Authorizations
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.
Headers
The environment in which the server client is running
development, production Path Parameters
The project ID, which starts with proj_.
^proj_[a-zA-Z0-9]+$Body
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
When true, end users may authorize a subset of the app's OAuth scopes; only the app's functional scopes (needed for the post-OAuth test request) are enforced. Defaults to false.
Response
connect token created