production
development
https://apigateway.bankalfalah.com/bankalfalah/sb
Paths
/v1
post /v1
clientIdHeader
X-IBM-Client-Id
(apiKey located in header)
requestbody
Required in body
object
Content-Type
Optional in header
string
application/json
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
POST https://apigateway.bankalfalah.com/bankalfalah/sb/oauthgeneratetokenupdated/v1
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"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"
}
}