Obtain the Details for an API Call

To make an API request for any application, you must obtain the required details, such as URL, parameters, and so on, using the API documentation available for the application.

  1. Refer to the API documentation of the application for which you want to build an adapter.
  2. Identify the API requests to use in your adapter.
  3. Note the URL, parameters, and other details necessary to make those requests.