Skip to content

Export Decision History

Request

Exports decision history based on searchId.

Security
bearerToken
Bodyapplication/jsonrequired
searchIdstringrequired

The unique identifier for the search

Example:"23979b50-5499-4878-b15b-5ebd3657c08d"
curl -i -X POST \
  https://connect.sandbox.creditsafe.com/v1/decisionEngine/decisionHistory/export \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "searchId": "23979b50-5499-4878-b15b-5ebd3657c08d"
  }'

Responses

Successfully exported decision history

Bodyapplication/json
dataobject

Export data

Response
{ "data": {} }