It's important to note that the current collection for Butlr APIs is open for the world to see. Therefore, we recommend that users exercise caution when entering their credentials and make sure that they have downloaded the Qodex collection before doing so. This will help ensure that their login information remains secure and is not visible to anyone who may have access to the current collection. Taking precautions such as this can help protect against potential security threats and ensure that user information remains safe.
Butlr APIs are a set of APIs that are based on GraphQL, a query language for APIs, and require JWT authentication for access. To retrieve a JWT token, users can make a POST
request to https://api.butlr.io/api/v2/login
with a JSON body containing their email and password. Once authenticated, users can use the APIs to perform various actions such as retrieving data, updating information, and more. The use of GraphQL allows for more efficient querying and retrieval of data, while the JWT authentication helps ensure secure access to the APIs.