Skip to main content
POST
TypeScript

Authorizations

Authorization
string
header
required

A partner-scoped API key (trdrs_sk_…), issued to a trdrs Connect partner firm and accepted only under /api/partner/. Same format as the firm (tenant) key, different scope: a firm API key is refused here, and this key is refused everywhere else.

Body

application/json

PartnerAccountsCreateRequest. A batch of 1 to 20 accounts to issue on the trdrs venue; each item carries your own referenceId, so a retried batch re-answers instead of re-creating.

accounts
object[]
required
Required array length: 1 - 20 elements

Response

Per-item results, in request order (PartnerAccountsCreateResponse)

PartnerAccountsCreateResponse. One result per requested item, in request order. An ok: false item names its reason and never voids the items around it — check every result, not just the status code.

firm
string
required

Your firm’s name, as trdrs holds it.

results
object[]
required

Per-item outcomes, in the order you sent them.