curl --request GET \
--url https://api.woox.io/v3/account/subAccounts/all \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'
{
"success": true,
"data": {
"rows": [
{
"applicationId": "6b43de5c-0955-4887-9862-d84e4689f9fe",
"name": "sub_account_2",
"createdTime": "1606897264.994"
},
]
},
"timestamp": 1721295317627
}
Get account api key permission
curl --request GET \
--url https://api.woox.io/v3/account/subAccounts/all \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'
{
"success": true,
"data": {
"rows": [
{
"applicationId": "6b43de5c-0955-4887-9862-d84e4689f9fe",
"name": "sub_account_2",
"createdTime": "1606897264.994"
},
]
},
"timestamp": 1721295317627
}
{
"success": true,
"data": {
"rows": [
{
"applicationId": "6b43de5c-0955-4887-9862-d84e4689f9fe",
"name": "sub_account_2",
"createdTime": "1606897264.994"
},
]
},
"timestamp": 1721295317627
}
api-key
"abcdef123456"
api-signature
"signaturestring"
api-timestamp
"1718943200000"
successful operation
The response is of type object
.