+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


REST API for the MobileFirst runtime

The REST API for the MobileFirst runtime provides several services for mobile clients and confidential clients to call adapters, obtain access tokens, get Direct Update content, and more.

All the APIs in the following classes access the REST API of the runtime behind the scenes:

Most of the REST API endpoints are protected by OAuth.


Testing the REST API for the MobileFirst runtime with Swagger UI

On a development server, we can test the runtime REST API with Swagger UI. MobileFirst Development Server exposes the runtime REST API at the /doc endpoint:

Parent topic: API reference