Https Twitter Com I Flow Signup [upd] May 2026
This is called a flow. The backend tells the frontend what to ask, and the frontend just renders the components. This allows X to change the signup process (e.g., adding a "Prompt for Newsletter signup") without pushing a new version of their iPhone app or website. They just change the Flow definition on the server. Why the weird URL? Security and Bots You might ask: "Why can't I just curl https://twitter.com/i/flow/signup and create 1,000 accounts?"
You will see the raw data. It is often gzipped and minified, but if you prettify it, you will see the exact logic: https twitter com i flow signup
If it does, you can bet those questions will be served by the same old endpoint: https://twitter.com/i/flow/signup . This is called a flow
Have you ever tried to skip giving X your phone number, only to have the "Next" button greyed out? That is the Flow engine responding to a conditional rule: IF (email_provided AND NOT phone_provided) THEN (show_phone_screen = true) . They just change the Flow definition on the server
When you first land on the page, a JavaScript file runs, generates a cryptographic nonce (number used once), and starts a session. The flow endpoint checks for that token in every request. If you try to jump from Step 1 to Step 4, the Flow engine throws a 400 Bad Request because you have violated the state machine.