Skip to main content
GET
/
v1
/
config_flow
/
{flowId}
Poll the current state of a Config Flow
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

flowId
string
required

ID do flow

Response

Current flow state

type
string

Tipo do passo atual (ex: form, external, abort, create_entry)

flowId
string
handler
string
stepId
string
errors
object
data_schema
any[] | null
url
string | null

URL OAuth2 para redirecionamento externo