Skip to main content

Findings File API

This is an API to request the data associated with an applicant.

API

Sandbox API
https://auth.sandbox.conductiv.co/findings
Production API
https://auth.developer.conductiv.co/findings
POST Request

Get Your API Keys

Log in to the platform and find your keys.

Add a header to the request with the name "X-Keys" with a value of <Key ID>:<Key Secret>

Payload

You can request a PDF Findings File for one applicant at a time. The body of the request should be a single RequestID as text like the following:

bb57f9be-5683-4818-bcd4-4a040af384b2

RequestID

The RequestID property corresponds to the Request ID passed to us during the token call.

Response

The response will be a PDF. The response type is application/pdf.


If you have any other questions, please reach out to implementation@conductiv.co for help.