Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Subscription Details
Return List Of Active Users
Return Logged In User Details
Return Subscription Detai...
Returns the available countries in your subscription - Company Report, Director Report, Offline Reports and Monitoring.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/access
- Production serverhttps://connect.creditsafe.com/v1/access
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/access \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "string", "countryAccess": { "creditsafeConnectOnlineReports": [ … ], "creditsafeConnectOfflineReports": [ … ], "creditsafeConnectMonitoring": [ … ], "creditsafeConnectDirectorReports": [ … ], "creditsafeConnectImageDocuments": [ … ], "creditsafeConnectBankValidation": [ … ], "creditsafeConnectBankVerification": [ … ] } }