curl --request GET \
--url https://api.covenance.com/sub-account \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"balance": {
"amountCents": 123
},
"spend": {
"amountCents": 123
}
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}Get all sub accounts
curl --request GET \
--url https://api.covenance.com/sub-account \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "<string>",
"name": "<string>",
"balance": {
"amountCents": 123
},
"spend": {
"amountCents": 123
}
}
],
"metadata": {
"nextCursor": "<string>",
"count": 123
}
}OK