Download PDF Business Search Report

Returns a business search report for the 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

Id of the search

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/businesses/{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"
}