v1 · Stable
CurrentThe stable contract for new integrations. Breaking changes will ship under a new version.
https://mobitr.ee/api/v1
Ship profile experiences, links, campaigns, analytics, and team workflows with one documented REST contract that has a stable version path.
The reference below is rendered from the same OpenAPI contract that powers the MCP documentation tools.
Import openapi.json into your API client, then use the endpoint cards below for the human explanation and integration notes.
Keep credentials in your server environment. Never expose a personal API key in browser code.
Use a read-only key for inspection or an explicitly write-scoped key for mutations. Browser-session writes still require CSRF protection.
curl https://mobitr.ee/api/v1/profile \ -H 'Authorization: Bearer <personal-api-key>'
Choose an explicit version so your integration stays predictable as Mobitree grows.
The stable contract for new integrations. Breaking changes will ship under a new version.
https://mobitr.ee/api/v1
The original unversioned base remains available while you migrate to /api/v1.
https://mobitr.ee/api
Browse every documented operation. Search by route, feature, method, or tag.
/api/v1/auth/register
Public
Create an account. Browser sessions require CSRF and accepted terms.
/api/v1/auth/login
API key
/api/v1/auth/2fa
API key
/api/v1/auth/logout
API key
/api/v1/auth/password-reset/request
Public
/api/v1/auth/password-reset/confirm
Public
/api/v1/profile
API key
/api/v1/profile
API key
/api/v1/profile/avatar
API key
/api/v1/links
API key
/api/v1/links
API key
/api/v1/links/{id}
API key
/api/v1/links/{id}
API key
/api/v1/links/reorder
API key
/api/v1/business-blocks/upload
API key
/api/v1/profiles/{profile_id}/variants
API key
/api/v1/profiles/{profile_id}/variants
API key
/api/v1/profiles/{profile_id}/variants/{variant_id}
API key
/api/v1/profiles/{profile_id}/variants/{variant_id}
API key
/api/v1/profiles/{profile_id}/campaigns
API key
/api/v1/profiles/{profile_id}/campaigns
API key
/api/v1/profiles/{profile_id}/campaigns/{campaign_id}
API key
/api/v1/profiles/{profile_id}/campaigns/{campaign_id}
API key
/api/v1/profiles/{profile_id}/versions
API key
/api/v1/profiles/{profile_id}/versions
API key
/api/v1/profiles/{profile_id}/versions/{version_id}
API key
/api/v1/profiles/{profile_id}/versions/{version_id}
API key
/api/v1/profiles/{profile_id}/versions/{version_id}/restore
API key
/api/v1/profiles/{profile_id}/doctor
API key
/api/v1/profiles/{profile_id}/doctor/analyze
API key
/api/v1/profiles/{profile_id}/doctor/runs/{run_id}/recommendations/{recommendation_id}/apply
API key
/api/v1/profiles/{profile_id}/doctor/actions/{action_id}/undo
API key
/api/v1/profiles/{profile_id}/ai-content
API key
/api/v1/profiles/{profile_id}/ai-content/generate
API key
/api/v1/profiles/{profile_id}/smart-alerts
API key
/api/v1/profiles/{profile_id}/smart-alerts/preferences
API key
/api/v1/profiles/{profile_id}/smart-alerts/read
API key
/api/v1/workspaces
API key
/api/v1/workspaces
API key
/api/v1/workspaces/{workspace_id}
API key
/api/v1/workspaces/{workspace_id}
API key
/api/v1/workspaces/{workspace_id}
API key
/api/v1/workspaces/{workspace_id}/profiles
API key
/api/v1/workspaces/{workspace_id}/summary
API key
/api/v1/workspaces/{workspace_id}/invites
API key
/api/v1/workspaces/{workspace_id}/members/{member_id}
API key
/api/v1/workspaces/{workspace_id}/members/{member_id}
API key
/api/v1/workspaces/{workspace_id}/transfers
API key
/api/v1/workspaces/{workspace_id}/transfers/{transfer_id}
API key
/api/v1/forms/submissions
API key
/api/v1/forms/{form_id}/submissions
API key
/api/v1/billing/plans
Public
/api/v1/billing/checkout
API key
/api/v1/billing/portal
API key
/api/v1/billing/customer-portal
API key
/api/v1/billing/apply-voucher
API key
/api/v1/analytics/overview
API key
/api/v1/analytics/heatmaps
API key
/api/v1/analytics/variants
API key
/api/v1/analytics/campaigns
API key
/api/v1/analytics/links
API key
/api/v1/admin/users
API key
/api/v1/admin/users/{id}/block
API key
/api/v1/admin/users/{id}/unblock
API key
/api/v1/admin/profiles
API key
/api/v1/admin/profiles/{id}/block
API key
/api/v1/admin/profiles/{id}/unblock
API key