Trigger file recollection for an applicant

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

applicant_id

string

required

External ID of the applicant

data_key

string

required

The data field key for the file

recollect_reason

string

enum

required

Reason for recollection

blurrycorruptincorrectexpiredcustom

Allowed:

blurry corrupt incorrect expired custom

email_subject

string

Custom email subject (optional)

email_content

string

Custom email content (optional, defaults to reason-specific content)

send_sms

boolean

Whether to send SMS notification (optional, defaults to false)

falsetruefalse

sms_content

string

Custom SMS content (optional, defaults to existing SMS template)

notify_owner

boolean

Whether to notify owner when file is resubmitted (optional, defaults to false)

falsetruefalse

``201 File recollection request created successfully

``401 Unauthorized

``404 Applicant not found

``422 Invalid parameters

Updated 3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://api.fountain.com/api/v2/applicants/applicant_id/file_upload_requests \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"recollect_reason": "blurry"

}

'

application/json

201401404422

Updated 3 months ago