Skip to main content

Get Data API

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

API

Sandbox API
https://auth.sandbox.conductiv.co/data
Production API
https://auth.developer.conductiv.co/data
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 data for one or more applications at a time. Do this by passing a list of requestIDs like the following:

[
"bb57f9be-5683-4818-bcd4-4a040af384b2",
"473eb6ee-50dd-4580-ba92-7de0bcae7111",
]

RequestIDs

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

Response

The response will be in the form of a list of Unified Responses.


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