API

Mobiniti offers a REST API.

M
Written by Mobiniti Developer
Updated over a week ago

The Mobiniti API is a REST API. It is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, HTTP verbs, which can be understood by off-the-shelf HTTP clients. JSON will be returned in all responses from the API, including errors (though if you’re using one of our libraries, we will use exceptions to indicate an error).

How to create an API Key (recommended method)?

Step 1: Navigate to Settings > Integrations.

Step 2: Scroll down to Personal Access Tokens and hit the Create New Token button on the right hand side.

Step 3: Name your API Key, select your scope(s), and create your new API Key.

Step 4: Contact your account manager or support to get your API key provisioned and properly activated for use.

How to setup a new OAuth Client?

Step 1: Navigate to Settings > Integrations.

Step 2: Scroll down to OAuth Clients and hit the Create New Client button on the right hand side.

Step 3: Name your OAuth Client and enter your Redirect URL.

Did this answer your question?