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(**kwargs) -> Representative { data, meta, response_type }
POST/v1/representatives
List representatives
embed.representatives.list(**kwargs) -> PageNumberSchema<{ id, account_id, created_at, 15 more}>
GET/v1/representatives
Update a representative
embed.representatives.update(representative_id, **kwargs) -> Representative { data, meta, response_type }
PUT/v1/representatives/{representative_id}
Lookup a representative
embed.representatives.get(representative_id, **kwargs) -> Representative { data, meta, response_type }
GET/v1/representatives/{representative_id}
Retrieve unmasked representative details
embed.representatives.unmask(representative_id, **kwargs) -> Representative { data, meta, response_type }
GET/v1/representatives/{representative_id}/unmask