Log In

Authentication

MOCA API Version 2 uses OAuth 2.0 for authenticating all API requests.

The first step to use the API is to generate an Access Token, which is then included in all subsequent requests to the server.

🚧

Generating an Access Token

Please note that the access to the API is only available for MOCA clients and MOCA Partners. Depending on MOCA product contracted the usage of the API may be subject to additional fees.

If you need an Access Token to access our API, please make a request at [email protected]

Once an Access Token is obtained, the following header must be added to all requests:

Authorization: Bearer XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

This token will represent the user that generated it, and will allow access to all resources available to them.