Representatives
Representatives are individuals who have legal authority or significant responsibility within a business entity associated with a Straddle account. Each representative undergoes automated verification as part of KYC/KYB compliance. Use representatives to collect and verify beneficial owners, control persons, and authorized signers required for account onboarding. Representatives also determine who can legally operate the account and make important changes.
Create a representative
embed.representatives.create(RepresentativeCreateParams**kwargs) -> Representative
POST/v1/representatives
List representatives
embed.representatives.list(RepresentativeListParams**kwargs) -> SyncPageNumberSchema[Data]
GET/v1/representatives
Update a representative
embed.representatives.update(strrepresentative_id, RepresentativeUpdateParams**kwargs) -> Representative
PUT/v1/representatives/{representative_id}
Lookup a representative
embed.representatives.get(strrepresentative_id, RepresentativeGetParams**kwargs) -> Representative
GET/v1/representatives/{representative_id}
Retrieve unmasked representative details
embed.representatives.unmask(strrepresentative_id, RepresentativeUnmaskParams**kwargs) -> Representative
GET/v1/representatives/{representative_id}/unmask