Skip to main content

Make an API Request

Once you have an API token, you can make an API request via a selected endpoint as follows.

  1. Select a specific endpoint, and then click Try it out.
    Figure 1. Selected endpoint

    When you click Try it out, an "Execute" button will appear between the Parameters and Responses sections.

  2. Set the available parameters as you like, and then click Execute to make the API request.
    Figure 2. Execute the call

Upon submitting the API request, an example Curl request appears, which represents the API request, as well as the server response. The response includes the status code, response body and response headers.