Available Requests Methods
API commands may be send by two request methods:
POST - for getting object data using OAuth2
GET - for getting object data with OAuth2 disabled
Note, if you are using the OAuth2 authentication, you must use POST requests since only POST requests provide the support needed for OAuth2 authentication. By default OAuth2 authentication is enabled. If you manually disable OAuth2, not recommended, then you can use a web browser to access the REST API and GET requests can be used. How to disable OAuth2 is discussed in the Manual Installation chapter.
See also
Go to:
Go back to the REST API chapter.
Go back to the main Advanced Features Usage page.