openapi: 3.0.3 info: title: Open edX agreements mfe_context API description: APIs for access to Open edX information contact: email: dl@kaznu.kz version: v1 servers: - url: https://open.kaznu.kz/api security: - Basic: [] tags: - name: mfe_context paths: /mfe_context: get: operationId: mfe_context_list description: 'Returns - dynamic registration fields - dynamic optional fields - the context for third party auth providers - user country code - the currently running pipeline.' tags: - mfe_context responses: '200': description: '' components: securitySchemes: Basic: type: http scheme: basic