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
externalReferencestring · uuid · nullableOptional
External unique prospect reference on partners platform
externalAccountReferencestring · uuid · nullableOptional
External unique account reference on partners platform
firstNamestringOptionalExample:
JohnmiddleNamestring · nullableOptionalExample:
JameslastNamestringOptionalExample:
DoeemailstringRequiredExample:
[email protected]addressone of · nullableOptional
or
dateOfBirthstring · dateOptional
phoneNumberstringOptionalExample:
Phone number with no special characters or spaces
+447101231111identificationNumberstring · nullableOptional
National Id Number, SSN or similar
Responses
200
Creates a personal prospect.
application/json
idstring · uuidRequiredExample:
Unique identifier of the account
a2b9649e-df7f-4349-adff-1c57283fef10externalReferencestring · nullableRequired
External unique reference on partners platform
firstNamestring · nullableRequiredExample:
JohnmiddleNamestring · nullableRequiredExample:
JameslastNamestring · nullableRequiredExample:
DoeemailstringRequiredExample:
[email protected]addressone of · nullableOptional
or
dateOfBirthstring · date · nullableRequired
phoneNumberstring · nullableRequiredExample:
+447101231111createDatestring · date-timeRequired
identificationNumberstring · nullableOptional
400
Input validation error
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
/v1/partner/prospects/personalLast updated
Was this helpful?