--- swagger: "2.0" info: version: 1.0.0-rev1 title: Auth description: Authenticate User This API allows Customers to log in to their account(s) using their credentials -- User Id and Password x-ibm-name: auth basePath: /dpp schemes: - https x-ibm-configuration: enforced: true phase: realized testable: false externalDocs: [] attachments: [] tags: [] securityDefinitions: Client ID: description: "" in: header name: X-IBM-Client-Id type: apiKey Client ID (Query): description: "" in: query name: client_id type: apiKey paths: /auth: post: description: Authenticate User This API allows Customers to log in to their account(s) using their credentials -- User Id and Password tags: [] summary: Authenticate User parameters: - schema: example: |- { "user": { "userID": "user1", "password": "xevdfgl3!gkl0rof34df6gwp405kc835" }, "clientDetails": { "deviceID": "93D157D5-A0A7-46ED-8239-31EFDAE63512-2", "networkID": "network-id", "deviceType": "MOBILE", "deviceVersion": "5", "deviceName": "Nexus5", "deviceUptime": "1212145678933333333", "blackboxID": "xcvedg-dofgm", "appVersion": "1.0.234", "deviceModel": "D820", "deviceOS": "Android 5.1.1" }, "hmac": "93CDBEB681D937BAB1CED59789E02509A89BAD24078", "keyIndex": "1" } description: "" name: body in: body - description: UUID that needs to be generated for every request name: uuid type: string required: true in: header - description: Content-Types that are acceptable for the response name: Accept type: string required: true in: header - description: List of acceptable human languages for response name: Accept-Language type: string required: true in: header - description: "" name: Content-Type required: true type: string in: header - description: "" name: Authorization required: true type: string in: header - description: "" name: BizToken required: true type: string in: header responses: 201: description: "" security: - Client ID (Query): [] - Client ID: [] /auth/delete: [] security: - Client ID (Query): [] - Client ID: [] x-ibm-endpoints: - endpointUrl: https://emea.sandbox.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...