serveCommonFile
serveCommonFile
Query Parameters
fileKey string required
Responses
- 200
- 400
- 401
- 500
OK
*/*
Schema
Schema
string
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
GET /kpayment/v1/file
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
go / native
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/file' \
-H 'Accept: */*'