Complete the Twilio Connect authorization
Imports
Complete the Twilio Connect authorization
OAuth redirect target for the Twilio Connect flow. Validates the CSRF state and PKCE verifier, exchanges the authorization code for Twilio credentials, encrypts them into an opaque envelope, and redirects the browser back to the import wizard with the envelope attached. Twilio calls this URL directly after the user approves access — it is not invoked from an SDK, and the raw access token is never returned to the browser.
GET
Complete the Twilio Connect authorization
Authorizations
Dashboard JWT token from Clerk
Response
Redirect back to the import wizard (no body). The encrypted credentials envelope rides the Location URL as a query parameter so the wizard can advance to the dry-run step.