Skip to main content
GET
/
sub-account
/
{subAccountId}
cURL
curl --request GET \
  --url https://api.covenance.com/sub-account/{subAccountId} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "balance": {
    "amountCents": 123
  },
  "spend": {
    "amountCents": 123
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

subAccountId
string
required

Response

OK

id
string
name
string
balance
object
spend
object