--- swagger: "2.0" info: version: 1.0.0-rev1 title: ClientCredentials description: API for Client Credential Token x-ibm-name: clientcredentials basePath: /api/clientCredentials/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: /ru/gcb: post: description: Client Credential for Russia tags: [] summary: Russia parameters: - schema: [] description: "" name: body in: body responses: 201: description: "" security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /pl/gcb: post: description: "" tags: [] summary: Poland parameters: - schema: [] description: "" name: body in: body responses: 201: description: "" security: - Client ID (Query): [] Client Secret (Query): [] - Client ID: [] Client Secret (Query): [] - Client ID (Query): [] Client Secret: [] - Client ID: [] Client Secret: [] /ae/gcb: post: description: "" tags: [] summary: UAE parameters: - schema: [] description: "" name: body in: body responses: 201: description: "" 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://emea.sandbox.api.citi.com/gcb description: Custom Gateway API Endpoint type: - production - development ...