{
"query": {
"clientId": 6824000000,
"companyFullName": "abc***"
},
"pagination": {
"current": 1,
"size": 10
}
}
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/user-account/sub-account/api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": {
"clientId": 6824000000,
"companyFullName": "abc***"
},
"pagination": {
"current": 1,
"size": 10
}
}'
{
"header": {
"success": true
},
"resultList": [
{
"clientId": 6824030006,
"companyFullName": "CTH",
"clientStatus": "Active",
"apiKey": {
"apiKey": "KjGGh5W4dq1gGP3VtK8mkBAMf******",
"apiSecret": "**********",
"signKey": "HIvxvaYexIix0cMHCy******","
}
},
{
"clientId": 6825060174,
"companyFullName": "ea4a7ad3",
"clientStatus": "Pending KYC"
},
{
"clientId": 6825060191,
"companyFullName": "ea4a7ad3",
"clientStatus": "Pending KYC"
},
{
"clientId": 6825060192,
"companyFullName": "ea4a7ad3",
"clientStatus": "Pending KYC"
}
],
"pagination": {
"current": 1,
"size": 10,
"pages": 1,
"total": 4
}
}