production
development
https://aspac.sit.api.citi.com/gcbap
Paths
/v1/dummy
get /v1/dummy
client_id
X-IBM-Client-Id
(apiKey located in header)
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Definitions
{
"properties": {
"dummyString": {
"description": "Dummy string.",
"type": "string"
}
}
}
{
"properties": {
"type": {
"description": "Invalid - Request did not confirm to the specification and was unprocessed and rejected. Please fix the value and try again",
"enum": [
"error",
"warn",
"invalid",
"fatal"
],
"type": "string"
},
"code": {
"description": "Error code which qualifies the error",
"type": "string"
},
"details": {
"description": "Human readable explanation specific to the occurrence of the problem",
"type": "string"
},
"location": {
"description": "The name of the field that resulted in the error",
"type": "string"
},
"moreInfo": {
"description": "URI to human readable documentation of the error",
"type": "object"
}
},
"required": [
"type",
"code"
]
}