v1
latestOpenAPI 3.0.32026-07-24707482.9 KBFlow Sessions
Create a new Flow App session
Starts a new session for the specified Flow App. Optionally target a specific app version and/or a declared start step (multi-start-step apps).
post/flow/sessions
Request body
Response
Session created
Example response
{
"stepSpec": {
"payment": {
"currency": "USDC",
"chain": "base",
"recipient": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234",
"tokenAddress": "0xAbCd1234AbCd1234AbCd1234AbCd1234AbCd1234"
}
}
}