# Get api v2 flux **GET /api/v2/flux** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **model_type** (string) The model type. Can be: account, plan, or circle. - **model_uuid** (string(uuid)) The model UUID - **start_date** (string(date)) Filter them down by choosing the start date. This will return all fluxes between the start and end date. - **end_date** (string(date)) Filter them down by choosing the end date. - **filter.include_inactive** (boolean) Include transactions from inactive plans. When true, only transactions that occurred before the plan became inactive are included. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)