Download PDF Business Search Report

Gets an individual search report for the current logged in user's customer based on search id Retrieves data using the POST method to allow inclusion of request payload

SecuritybearerToken
Request
path Parameters
searchId
required
string
Request Body schema: application/json

Supply a list of hit Id's from the searchId supplied for the PDF to be created.

Array
string
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

post/compliance/kyc-protect/searches/individuals/{searchId}/download
Request samples
application/json
[
  • "3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
Response samples
application/json
{
  • "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
  • "downloadUrl": "string",
  • "fileName": "string",
  • "expiresAt": "2019-08-24T14:15:22Z"
}