Getting started
Multitenant Access Control
Sending requests to the public API can be done with any HTTP client since the public API is a RESTful API. You will need a client ID and secret to authenticate your requests, which you can obtain by creating a module in Multitenant Access Control. See Creating a new Multitenant Access Control Module for instructions on how to do this.
Authentication is done using the OAuth 2.0 protocol, so you will need to use the client ID and secret to obtain an access token. See Requesting an access token for more information on how to do this as well as the Multitenant Access Control dev guide. Once you have the token, use it in the Authorization
header of your requests with the prefix "Bearer".