Skip to main content
View as Markdown

Mobile Next Cloud Public API

Public REST API for Mobile Next Cloud. Used by mobilewright reporters and dashboard clients. All endpoints require a Bearer token starting with mob_. Org-scoped requests act on the caller's active organization; to act on a different organization the caller belongs to, send its id in the X-Organization-Id header.

Base URL

https://api.mobilenexthq.com

Authentication

All endpoints require a Bearer token that starts with mob_:

Authorization: Bearer mob_...

Org-scoped requests act on the caller's active organization. To act on a different organization you belong to, send its id in the X-Account-Id header.