Sub Account Holders
Retrieve a Sub Account Holder
Retrieve a Sub Account Holder
GET
/
v2
/
accounts
/
sub_account_holder
/
{sub_account_holder_id}
Headers
api-key
string
requiredAPI key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Path Parameters
sub_account_holder_id
string
requiredResponse
200 - application/json
id
string
unique id of the sub account holder
client_id
string
unique id of the client that created the sub account
master_account_holder_id
string
unique id of the master account holder
master_account_id
string
unique id of the master account
person
object
business
object
ofac
object
external_reference_id
string
unique id to cross-reference records with external systems
purpose
string
purpose of sub account holder
attachments
object[]
metadata
object
Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}
status
enum<string>
status of sub account holder
Available options:
pending_activation
, activated
, suspended
, deactivated
, locked
timestamps
object