Prerequisites

Check the following to evaluate whether integration with a third-party component can be configured via the generic API integration interface:

It is recommended to familiarize with the swagger definition prior to configuring an import. You can use a swagger editor, for example https://editor.swagger.io, to view the content with enhanced usability. The following example shows part of a swagger file from GITHub® in a swagger editor. You can see the different types of data, like issues and projects, and the RESTful service endpoints for import or export of data for the data type. Endpoints using the method GET are defined for export of data while endpoints using the method POST are defined for import of data. The swagger definition provides detailed information about which attributes of a specific data type can be exported, and which attributes must be provided to import data.

swagger 

You will see the information about each endpoint with the path and the method. If you expand an endpoint, the parameters to be set in the request header as well as JSON body fields of the request and the response are listed.