Onboarding API
Create onboarding by link
Start the onboarding process
POST
/
api
/
onboardings
/
{country}
/
link
Requirements to consume the endpoint.
Create and modify role
The user must have the role to create and modify.
Authorizations
x-api-key
string
headerrequiredPath Parameters
country
enum<string>
requiredCountry in which this new user will operate.
Available options:
MX
, PE
, US
Body
application/json
userType
enum<string>
requiredType of user for whom you want to initiate the onboarding process.
Available options:
business
, individual
brokerId
string
Broker id in case this user belongs to a specific broker.
referrerId
string
Id of the user who referred this new user.
Response
200 - application/json
id
string
Id of the onboarding response.
kycLink
string
KYC link for the onboarding.