Hi,
I would like to verify if there is a way to obtain the API specs of the platform in the OpenAPI standard?
The available platform documentation (https://docs.losant.com/rest-api/overview/) and SDKs cover many use cases, and it’s also possible to obtain the API specs in the bravado standard through https://api.losant.com/. However, the OpenAPI standard offers a range of functionalities/tools that can be utilized (https://openapi.tools/). How can one use this spec to import collections into tools used for testing API calls, aiding in the verification of APIs in the development process.