# 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[​](#base-url "Direct link to Base URL")

```
https://api.mobilenexthq.com
```

## Authentication[​](#authentication "Direct link to 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.
