Pre-collection eligibility check
Minimum-input check on age, country, and optional account type before collecting full PII. Stores nothing — use this to confirm a prospective user is supportable before onboarding forms.
Authorizations
HTTP Basic Authentication using the API Key as username and API Secret as password.
Body
Minimum-input pre-collection eligibility check. Stores nothing; confirms a prospective user is supportable before collecting full PII.
Applicant date of birth (YYYY-MM-DD).
"1990-05-15"
ISO 3166-1 alpha-2 country code of tax residence.
"US"
Optional account type hint. Only individual and trading
(legacy alias) are supported via this endpoint.
individual, joint, corporate, trading "individual"
Response
Eligibility result.
Eligibility check result (no persisted resource id).
The resource type discriminator.
eligibility_check "investor"
Whether this resource was created against a live API key.
Test-mode keys always return false.
false
True when no blocking reasons were found.
Human-readable blockers when eligible is false.
Prefixed public id (e.g. inv_…, ord_…, dep_…).
"inv_01j9x8m2k7qpzwv3t5r6y8n0ab"
Unix-seconds timestamp of resource creation.
1747776000
Partner-set key/value map for cross-referencing.