List login flows
GET/v1/bridges/{bridgeID}/login-flows
List connect and reconnect flow options for a bridge. Use a flowID when creating a bridge login session.
List login flows
curl http://localhost:23373/v1/bridges/$BRIDGE_ID/login-flows \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN"{
"items": [
{
"id": "id",
"description": "description",
"name": "name"
}
]
}Returns Examples
{
"items": [
{
"id": "id",
"description": "description",
"name": "name"
}
]
}