Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Display name
Example:
"John Doe - Individual"
End user type
Available options:
individual, business Dynamic attributes based on type
Example:
{
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone_number": "+14155551234"
}
