--- swagger: "2.0" info: x-ibm-name: aplicaciones title: PSD2 - Aplicaciones version: 1.0.0 description: "" schemes: - https basePath: /getaplicaciones consumes: - application/json produces: - application/json security: - [] x-ibm-configuration: testable: false enforced: true phase: realized paths: /aplicaciones: get: responses: 200: description: 200 OK parameters: - name: organizationId type: string required: false in: query /altaTPP: post: responses: 200: description: 200 OK parameters: - name: certificado required: false in: body schema: type: string - name: applicationId required: false in: body schema: type: string - name: applicationName required: false in: body schema: type: string /getDatosTPP: get: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://apis-i.redsys.es:20443/psd2/xs2a description: Endpoint entorno Integracion type: - production - development ...