--- swagger: "2.0" info: x-ibm-name: oauthgeneratetoken title: OAuthGenerateToken version: 1.0.0 description: This API generate the OAuth Access Token. schemes: - https basePath: /oauthgeneratetoken consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /OAuthGenerateToken: get: responses: 200: description: 200 OK parameters: - name: ClientID type: string required: true in: query - name: ClientSecret type: string required: true in: query - name: GrantType type: string required: true in: query description: client_credentials tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...