Flows
Get User Flow State
Get the state of a User in all Flows
GET
/
v1
/
public
/
flowStates
Authorizations
Authorization
string
headerrequiredAuthentication header of the form Bearer: <token>
, where <token>
is either your public or private API key. See when to use which
Query Parameters
userId
string
requiredThe ID of the user
groupId
string
Optional ID of the group
Response
200 - application/json
eligibleFlows
object[]
List of Flows that the user is eligible for as well as the user's state in each Flow
ineligibleFlows
string[]
List of Flow IDs that the user is ineligible for (for instance if a Flow is turned off)