Approve Applicant Documents

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

string

required

data_keys

array of strings

required

Array of data field keys associated with the documents to approve

data_keys* ADD string

``200 OK

``401 Unauthorized

``422 Unprocessable Entity - Missing Documents


Example Request

curl --request POST \
     --url https://api.fountain.com/v2/applicants/id/secure_documents/approve \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Response Codes

200 401 422