Add a representative
Add a representative (a beneficial owner or officer) to a business entity. Set is_primary to mark the primary representative (signer); exactly one primary is required before the application can be submitted. Verify the representative separately by submitting their KYC data or minting a self-serve verification link. This is allowed only before the application is submitted for review.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Path Parameters
Body
Email address of the representative.
"felix@catnipcoffee.com"
The representative's job title.
chief executive officer, chief financial officer, chief operating officer, finance manager, general partner, managing member, president Whether this person owns 25% or more of the business.
Ownership percentage; required when is_beneficial_owner is true.
25 <= x <= 100"50"
Legal first name.
"Felix"
Legal last name.
"Whiskers"
Whether this representative is the primary representative (signer) for the application. Setting this demotes any existing primary; exactly one primary is required before the application can be submitted.
Response
Successful Response
ID of the created representative. Use it to submit the representative's KYC or mint a verification link.
Representative's email address.
The representative's job title.
chief executive officer, chief financial officer, chief operating officer, finance manager, general partner, managing member, president Whether they are a beneficial owner.
Ownership percentage, if any.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Whether they are the primary representative (signer).