Skip to main content
GET
/
managed_accounts
/
{managed_account_token}
Get managed account by token
curl --request GET \
  --url https://api.vantage.sh/v2/managed_accounts/{managed_account_token} \
  --header 'Authorization: Bearer <token>'
{
  "token": "acct_d3f99e1941a01861",
  "name": "Tamisha Mohr",
  "contact_email": "[email protected]",
  "parent_account_token": "acct_aaa060a863c2012b",
  "access_credential_tokens": []
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

managed_account_token
string
required

Response

ManagedAccount model

token
string
name
string
contact_email
string
parent_account_token
string

The token for the parent Account.

access_credential_tokens
string[]

The tokens for the Access Credentials assigned to the Managed Account.

billing_rule_tokens
string[]

The tokens for the Billing Rules assigned to the Managed Account.

msp_billing_profile_token
string

Token of the MSP billing profile used for this managed account (MSP invoicing accounts only)

billing_information_attributes
object
business_information_attributes
object