Skip to Content
MID 1.0 is released 🎉
DevelopersAPI ReferenceAuthentication API

Authentication API

Secure, standards-compliant authentication services for enterprise mobile applications

Last updated: October 1, 2025
v6.2
Base URL:
https://api.mobid.io/v6
Authentication:
OAuth 2.0 with JWT tokens or API Key in Authorization header
POST
/auth/login

User Authentication

Authenticate a user and receive access and refresh tokens for subsequent API calls.

No parameters required.

Headers

NameRequiredDescription
Content-TypeYesMust be application/json
X-API-KeyNoYour API key if not using OAuth
X-Device-IDYesUnique identifier for the user's device
POST
/auth/login

Headers

Query Parameters

Request Body

POST
/auth/refresh

Refresh Authentication Token

Generate a new access token using a valid refresh token.

No parameters required.

Headers

NameRequiredDescription
Content-TypeYesMust be application/json
X-API-KeyNoYour API key if not using OAuth
X-Device-IDYesUnique identifier for the user's device
POST
/auth/refresh

Headers

Query Parameters

Request Body

Last updated on