The Signatory object captures information about a company's authorized signatory for filing purposes, including the person's name, title, and email.
{
"id": "sig_D3FeAyR6Ao3LZiO3j6d2",
"company": "com_097YZQgrXZQb8VHtI76S",
"first_name": "First",
"middle_name": null,
"last_name": "Last",
"title": "CEO",
"email": "[email protected]"
}
Attribute | Description |
---|---|
id string | Unique identifier for the Signatory |
company string | Unique identifier of the company associated with this Signatory |
first_name string | The first name of the company's signatory |
middle_name string | The middle name of the company's signatory |
last_name string | The last name of the company's signatory |
title string | The title representing the relationship of the signer to the company |
email string | The email of the signer |