--- swagger: "2.0" info: version: 1.0.0-rev2 title: Password Grant description: Password Grant--GCB x-ibm-name: password-grant basePath: /api/password/oauth2/token schemes: - https x-ibm-configuration: enforced: true phase: realized testable: true 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 Client Secret: type: apiKey name: X-IBM-Client-Secret in: header description: "" Client Secret (Query): type: apiKey name: client_secret in: query description: "" paths: /au/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /au/vma: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /hk/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /ph/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /sg/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /us/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /vn/gcb: post: description: "" tags: [] summary: "" parameters: - schema: [] description: "" name: body in: body responses: 200: description: "" headers: ConsumerOrg: description: "" type: string AppName: description: "" type: string EnvName: description: "" type: string security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] x-ibm-endpoints: - endpointUrl: https://aspac.sandbox.api.citi.com/gcbap description: Custom Gateway API Endpoint type: - production - development ...