curl --request GET \
--url http://0.0.0.0:3000/v1/config_flow/{flowId} \
--header 'Authorization: Bearer <token>'{
"type": "external",
"flowId": "flow_abc123",
"handler": "tuya",
"stepId": "wait_oauth"
}Used by the frontend to detect when an OAuth2 callback has been received.
curl --request GET \
--url http://0.0.0.0:3000/v1/config_flow/{flowId} \
--header 'Authorization: Bearer <token>'{
"type": "external",
"flowId": "flow_abc123",
"handler": "tuya",
"stepId": "wait_oauth"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID do flow