API Documentation > Getting started > Making HTTP Requests.

When sending POST requests with body, please make sure that the header Content-type is set to application/json. Otherwise the input data you send will not be applied correctly.

Parameters can be used when requiring API endpoints to refine the results.

Trying Endpoints

NOTE: In this site, you can test these endpoints by using the Try it functionality. To do it, choose the correct Target Server option according to your server region. For more information, read this article.
To use this option follow this instructions:

For this authentication method follow the instructions below:

  1. Click “Try it”.
  2. Choose the correct “Target Server” option according to your server region.
  3. In the “Security” section, into “Authorization” enter the Authorization API Key.
  4. In the “Parameters” section choose the desired query parameters.
  5. Finally, press “Send”.
  6. The result will be displayed in the “Response” tab of the code window.