openapi: 3.1.0 info: title: Bank of America Accounts Banking API description: Bank of America provides developer APIs for banking services including payments, account management, and treasury services. The APIs enable corporate clients and fintech partners to integrate banking operations. version: '1.0' contact: name: Bank of America Developer Support url: https://developer.bankofamerica.com/ servers: - url: https://api.bankofamerica.com description: Production security: - bearerAuth: [] tags: - name: Banking description: Banking operations paths: /status: get: operationId: getStatus summary: Get API status description: Returns the current status of the API. tags: - Banking responses: '200': description: Success content: application/json: schema: type: object properties: status: type: string version: type: string '401': description: Unauthorized '429': description: Too many requests components: securitySchemes: bearerAuth: type: http scheme: bearer externalDocs: description: Documentation url: https://developer.bankofamerica.com/