Swagger is a tool that simplifies the creation, documentation, and consumption of APIs (Application Programming Interface). It provides an interactive interface that allows developers and external consumers to view, test, and interact with the API endpoints in an intuitive way. Through Swagger, it's possible to automatically generate API documentation from the source code, ensuring that the documentation is always up-to-date and synchronized with the implementations. Additionally, Swagger supports a wide range of programming languages and frameworks.
We have several authentication methods within Swagger, and the commonly used ones are:
To access some of T6's APIs, the user must be authenticated (with a login and password or another method).
To open Swagger, we will use the endpoint: URL.../swagger/index.html
qablue.tech6cloud.com/swagger/index.html
; (in this case, qablue is your domain name.)(IIS server)/(application name in IIS)/swagger/index.html
The URL preceding the API will depend on your cloud domain, or, in the case of a local environment, on the configurations provided in your IIS (Internet Information Services).
When accessing the endpoint, a page containing all the system APIs will be displayed. Click on to expand the selected API.
For more information and ways to consume the APIs, visit our help center: Data Integration