Documentation Index
Fetch the complete documentation index at: https://clearlayer.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Register an investor
POST /v1/investors
Creates a new investor record. The investor’s KYC status, accreditation status, and country are used by the decision engine when evaluating compliance against a policy.
Request body
The investor’s full legal name.
The investor type. Must be
"individual" or "entity".The investor’s country of residence or incorporation as a 2-letter ISO 3166-1 alpha-2 code (e.g.
"US", "GB").The result of the investor’s KYC check. Must be
"verified", "pending", or "failed".Whether the investor is accredited. Set to
true if accreditation has been confirmed.The manual review state of the investor record. Must be
"approved", "pending", or "rejected". Defaults to "pending".Response fields
Unique investor ID. Format:
inv_...The investor’s full name.
"individual" or "entity".2-letter ISO country code.
"verified", "pending", or "failed".Whether the investor is accredited.
"approved", "pending", or "rejected".ISO 8601 timestamp of when the investor was created.