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
externalReferencestring · uuid · nullableOptional

External unique prospect reference on partners platform

externalAccountReferencestring · uuid · nullableOptional

External unique account reference on partners platform

firstNamestringOptionalExample: John
middleNamestring · nullableOptionalExample: James
lastNamestringOptionalExample: Doe
emailstringRequiredExample: [email protected]
addressone of · nullableOptional
or
dateOfBirthstring · dateOptional
phoneNumberstringOptional

Phone number with no special characters or spaces

Example: +447101231111
identificationNumberstring · nullableOptional

National Id Number, SSN or similar

Responses
chevron-right
200

Creates a personal prospect.

application/json
idstring · uuidRequired

Unique identifier of the account

Example: a2b9649e-df7f-4349-adff-1c57283fef10
externalReferencestring · nullableRequired

External unique reference on partners platform

firstNamestring · nullableRequiredExample: John
middleNamestring · nullableRequiredExample: James
lastNamestring · nullableRequiredExample: Doe
emailstringRequiredExample: [email protected]
addressone of · nullableOptional
or
dateOfBirthstring · date · nullableRequired
phoneNumberstring · nullableRequiredExample: +447101231111
createDatestring · date-timeRequired
identificationNumberstring · nullableOptional
post
/v1/partner/prospects/personal

Last updated

Was this helpful?