onboarding
findAccount
Internal onboarding/findAccount operation. Authentication requirements are derived from the active route allowlist.
post/onboarding/findAccount
Request body
Example request
{
"email": "owner@example.com",
"index_separator": "example_index_separator"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}