Hi @nsvsrk,
Swagger is a tool for API Development, much like Postman documenting how an API works.In terms of what is provided by the backend team will be a Swagger UI URL - /swagger/index.html
This is based out of /swagger/v1/swagger.json
{
"openapi": "3.0.1",
"info": {
"title": "Test...