Creating Personal Prospects
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:
JohnmiddleNamestring | nullableOptionalExample:
JameslastNamestringRequiredExample:
DoeemailstringRequiredExample:
[email protected]addressone of | nullableOptional
or
dateOfBirthstring · dateRequired
phoneNumberstringRequiredExample:
Phone number with no special characters or spaces
+447101231111identificationNumberstring | nullableOptional
National Id Number, SSN or similar
Responses
200
Creates a personal prospect.
application/json
400
Input validation error
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/v1/partner/prospects/personalLast updated
Was this helpful?