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
Representative Embed.Representatives.Create(RepresentativeCreateParamsparameters, CancellationTokencancellationToken = default)
POST/v1/representatives
List representatives
RepresentativePaged Embed.Representatives.List(RepresentativeListParams?parameters, CancellationTokencancellationToken = default)
GET/v1/representatives
Update a representative
Representative Embed.Representatives.Update(RepresentativeUpdateParamsparameters, CancellationTokencancellationToken = default)
PUT/v1/representatives/{representative_id}
Lookup a representative
Representative Embed.Representatives.Get(RepresentativeGetParamsparameters, CancellationTokencancellationToken = default)
GET/v1/representatives/{representative_id}
Retrieve unmasked representative details
Representative Embed.Representatives.Unmask(RepresentativeUnmaskParamsparameters, CancellationTokencancellationToken = default)
GET/v1/representatives/{representative_id}/unmask