Gather all the fluxes for a given model Change how we grab fluxes depending on the model passed in
GET
/api/v2/flux
curl \
--request GET 'https://api.plannrcrm.com/api/v2/flux' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"model_type":"circle","model_uuid":"f3eea310-f28d-41bc-9a1a-7779473551bd","start_date":"2025-07-29","end_date":"2025-08-05"}'
Request examples
{
"model_type": "circle",
"model_uuid": "f3eea310-f28d-41bc-9a1a-7779473551bd",
"start_date": "2025-07-29",
"end_date": "2025-08-05"
}
Response examples (401)
{
"message": "Unauthenticated."
}