Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return US Consumers Search Criteria
US Consumer Report
Return US Consumers Searc...
Returns country specific fields that can be used to search for a US Consumer TryReport. Use this endpoint to discover all supported search criteria query parameters and validation rules for the /consumers/tryReport endpoint.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/consumers/tryReport/searchcriteria
- Production serverhttps://connect.creditsafe.com/v1/consumers/tryReport/searchcriteria
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/consumers/tryReport/searchcriteria?countries=US' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "countries": [ … ], "criteriaSets": [ … ] } ]