signup

Submit signup screener

Validates the screener payload (business email + business name) and starts an identity registration session. Answers the same way for an address that already has an account, which is then emailed a sign-in prompt rather than a code: this endpoint never reveals whether an address is registered.

post/signup/screener/submit

Request body

business_namestring
emailstring
first_namestring
last_namestring
rolestring

Response

OK

qualifiedboolean

Changes

Changed in 1 of the 23 revisions of this API.1

    • removed the optional property otp_session_id from the response with the 200 status

      response-optional-property-removed