--- swagger: "2.0" info: x-ibm-name: oauthgeneratetokenupdated title: OAuthGenerateTokenUpdated version: 1.0.0 for Sandbox description: "" schemes: - https basePath: /oauthgeneratetokenupdated consumes: - application/json produces: - application/json securityDefinitions: clientIdHeader: type: apiKey description: "" in: header name: X-IBM-Client-Id security: - clientIdHeader: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /v1: post: responses: 200: description: 200 OK parameters: - name: requestbody required: true in: body schema: $ref: '#/definitions/RequestData' definitions: RequestData: description: "" type: object properties: SecretKey: type: string ClientId: type: string GrantType: type: string Scope: type: string example: SecretKey: yF1kQ1rW0cO2wI0gJ1uC8qK6wC7iK5bE6sQ6cU1gN4lJ1cD0uD ClientId: 0dc3cb64-fde0-45bd-9701-6903e45d98e3 GrantType: client_credentials Scope: GetToken tags: [] x-ibm-endpoints: - endpointUrl: https://apigateway.bankalfalah.com/bankalfalah/sb type: - production - development ...