Authorization: Bearer ********************
{
"flow_id": "ee4f2a73-4dc4-4a14-9d0e-8fce0d25dbbe",
"ref_id": ""
}
curl --location --request POST 'https://preprod.api.crego.io/v1/rego/runners/' \
--header 'Content-Type: application/json' \
--data-raw '{
"flow_id": "ee4f2a73-4dc4-4a14-9d0e-8fce0d25dbbe",
"ref_id": ""
}'
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"ref_id": "ref12345",
"flow_id": "123e4567-e89b-12d3-a456-426614174000",
"design_id": "123e4567-e89b-12d3-a456-426614174000",
"visited_nodes": {
"property1": [
{
"name": "string",
"action": "string",
"user_id": "string",
"timestamp": "string",
"data": {}
}
],
"property2": [
{
"name": "string",
"action": "string",
"user_id": "string",
"timestamp": "string",
"data": {}
}
]
},
"created_at": "2023-01-01T00:00:00Z",
"updated_at": "2023-01-01T01:00:00Z",
"user": {}
}