Creating Personal Prospects

Create personal prospect

post
Header parameters
authorizationstringOptional

Authorization header containing your API Token

x-alg-noncestringOptional

Nonce used to generate the payload signature

x-alg-signaturestringOptional

Payload signature

datestringOptional

Date of the request un UTC/GMT

Body
externalIdstring · uuid | nullableOptional

External unique prospect identifier on partners platform

externalAccountIdstring · uuid | nullableOptional

External unique account identifier on partners platform

firstNamestringRequiredExample: John
middleNamestring | nullableOptionalExample: James
lastNamestringRequiredExample: Doe
emailstringRequiredExample: [email protected]
addressone of | nullableOptional
or
dateOfBirthstring · dateRequired
phoneNumberstringRequired

Phone number with no special characters or spaces

Example: +447101231111
identificationNumberstring | nullableOptional

National Id Number, SSN or similar

Responses
200

Creates a personal prospect.

application/json
post
/v1/partner/prospects/personal

Last updated

Was this helpful?