Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Decision History
Return Decision Log
Update Decision Log
Return Decision History
Returns a log of all previously ran decisions that the user has permission to access, optionally filtered.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/decisionEngine/usageLog
- Production serverhttps://connect.creditsafe.com/v1/decisionEngine/usageLog
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/decisionEngine/usageLog?provenirId=repoObj_0ed6a4aa_16e17d977e9_07ffb16e17d977e9&companyId=US001-X-US60521352&companyName=CREDITSAFE&status=1&fromDate=2019-08-24T14%3A15%3A22Z&toDate=2019-08-24T14%3A15%3A22Z&page=1&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalCount": 3108, "usageLog": [ { … } ] }