/
US
uselotus
/
Lotus API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
api
21
app
84
get
/app/actions/
get
/app/api_tokens/
post
/app/api_tokens/
delete
/app/api_tokens/{prefix}/
post
/app/api_tokens/{prefix}/roll/
get
/app/backtests/
post
/app/backtests/
get
/app/backtests/{backtest_id}/
get
/app/balance_adjustments/
post
/app/balance_adjustments/
post
/app/balance_adjustments/{adjustment_id}/update/
post
/app/balance_adjustments/{adjustment_id}/void/
get
/app/cost_analysis/
get
/app/customer_summary/
get
/app/customer_totals/
get
/app/customers/
post
/app/customers/
get
/app/customers/{customer_id}/
patch
/app/customers/{customer_id}/
post
/app/demo_login/
post
/app/demo_register/
get
/app/draft_invoice/
get
/app/events/
post
/app/external_plan_links/
delete
/app/external_plan_links/{external_plan_id}/
get
/app/features/
post
/app/features/
post
/app/import_customers/
post
/app/import_payment_objects/
get
/app/invoices/
get
/app/invoices/{invoice_number}/
patch
/app/invoices/{invoice_number}/
post
/app/login/
post
/app/logout/
get
/app/metrics/
post
/app/metrics/
get
/app/metrics/{metric_id}/
patch
/app/metrics/{metric_id}/
post
/app/organization/invite/
get
/app/organization_settings/
get
/app/organization_settings/{setting_id}/
patch
/app/organization_settings/{setting_id}/
get
/app/organizations/
post
/app/organizations/
patch
/app/organizations/{organization_id}/
get
/app/payment_providers/
post
/app/payment_providers/
get
/app/period_metric_revenue/
get
/app/period_metric_usage/
get
/app/period_subscriptions/
post
/app/plan_versions/
patch
/app/plan_versions/{version_id}/
get
/app/plans/
post
/app/plans/
get
/app/plans/{plan_id}/
patch
/app/plans/{plan_id}/
get
/app/plans_by_customer/
get
/app/pricing_units/
post
/app/pricing_units/
get
/app/products/
post
/app/products/
get
/app/products/{product_id}/
post
/app/register/
get
/app/session/
get
/app/subscriptions/
post
/app/subscriptions/
post
/app/subscriptions/add/
post
/app/subscriptions/cancel/
post
/app/subscriptions/update/
post
/app/switch_organization/
post
/app/transfer_subscriptions/
get
/app/usage_alerts/
post
/app/usage_alerts/
get
/app/usage_alerts/{usage_alert_id}/
delete
/app/usage_alerts/{usage_alert_id}/
post
/app/user/password/reset/
post
/app/user/password/reset/init/
get
/app/users/
post
/app/users/
get
/app/webhooks/
post
/app/webhooks/
get
/app/webhooks/{webhook_endpoint_id}/
delete
/app/webhooks/{webhook_endpoint_id}/
patch
/app/webhooks/{webhook_endpoint_id}/
stripe
1
app
A simple ViewSet for viewing and editing Backtests.
get
/app/backtests/
Response
BacktestSummary[]
required
backtest_name
string
required
start_date
string
date
required
end_date
string
date
required
time_created
string
date-time
kpis
object
status
'running'
|
'completed'
|
'failed'
backtest_id
string
required
Changes