Getting started
Sending requests to the public API can be done with any HTTP client since the public API is a RESTful API. You will need an client ID and secret to authenticate your requests, which you can obtain by creating a module in Multitenant Access Control. See Registering GPO as 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’s developer guide. Once you have the token, use it in the Authorization
header of your requests with the prefix "Bearer ".