### GET /healthcheck Source: https://autocat-v2.sft.product-europe.sftapi.com/docs Returns the health status of the application ```markdown ### Responses #### 200 - Application is healthy Empty response body #### 503 - Application is unhealthy Application is unhealthy #### default - OpenAPI Schema OpenAPI Schema ### Example Usage ```bash curl -X GET "https://api.example.com/healthcheck" ``` ``` -------------------------------- ### API Overview: OpenAPI Autocat Source: https://autocat-v2.sft.product-europe.sftapi.com/docs GraphQL to read and write to Catalog and other APIs ```yaml # OpenAPI Autocat # Version: 1.0.0 GraphQL to read and write to Catalog and other APIs # Base URL: Not specified ``` -------------------------------- ### POST /transform Source: https://autocat-v2.sft.product-europe.sftapi.com/docs Transforms a search query into a mutation ```markdown ### Request Body **Content-Type:** application/json - **search** (array (object)) ### Responses #### 200 - Mutation - **programs** (array (object)) ### Example Usage ```bash curl -X POST "https://api.example.com/transform" \ -H "Content-Type: application/json" \ -d '{ "search": [ "value" ] }' ``` ``` -------------------------------- ### Security: softonic_auth Source: https://autocat-v2.sft.product-europe.sftapi.com/docs OAuth 2.0 Softonic server authorization. ```markdown ## Security: softonic_auth **Description:** OAuth 2.0 Softonic server authorization. **Type:** oauth2 **Scheme:** bearer **Bearer Format:** JWT **OAuth Flows:** - **clientCredentials**: https://oauth-v5.softonic.com/realms/softonic/protocol/openid-connect/token - Scopes: ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.