POST
Create an application

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment (sandbox/prod) are read from the token.

Body

application/json
isCompany
boolean
required

false for an individual (KYC), true for a company (KYB).

Example:

false

email
string<email>

Optional email for the primary applicant.

affiliateId
string

Optional affiliate/referral id.

Response

Application created

success
boolean
Example:

true

data
object