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": [ … ] } }