openapi: 3.2.0 info: title: Value Proposition Features API version: 0.1.0 x-api-evangelist-source: https://api.xfactor.io/v1/value-proposition/openapi.json servers: - url: https://api.xfactor.io description: Production API host (Auth0 audience of the Xfactor.io web application) tags: - name: features paths: /v1/value-proposition/features: get: tags: - features summary: Get the features by account id description: Endpoint for reading the feature by account id operationId: get_baseline_types_v1_value_proposition_features_get responses: '200': description: Successful Response content: application/json: schema: {} security: - HTTPBearer: [] components: securitySchemes: HTTPBearer: type: http description: Access token in the form of a JWT scheme: bearer