Documentation

API Usage

Getting Started

To access and use the API's you'll need the following:

  1. API account to access the portal and retrieve your OCP keys.

  2. App registration to generate a JBearer token using Client ID / Secret.

Contact REMA to be provided with both of these.

API Information

The table below shows the two required headers for almost all API's in the REMA API portal. These values are required to access the API's.
More information on how to aquire the values for these headers can be found in the tabs above.

Example:

OAuth Documentation

  1. Open your REST Client

  2. Make a POST call to the following URL

    https://login.microsoftonline.com/bbf77a8f-7fa8-45a0-81db-7ad345a349c0/oauth2/token

  3. Provide the headers below in the body of the request with "Content-Type" set to "application/x-www-form-urlencoded".

Postman Example: