Skip to content

User Administration

Endpoints for user management.

Return Subscription Details

Request

Returns the available countries in your subscription - Company Report, Director Report, Offline Reports and Monitoring.

Security
bearerToken
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/access \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
correlationIdstring
countryAccessobject
Response
{ "correlationId": "string", "countryAccess": { "creditsafeConnectOnlineReports": [], "creditsafeConnectOfflineReports": [], "creditsafeConnectMonitoring": [], "creditsafeConnectDirectorReports": [], "creditsafeConnectImageDocuments": [], "creditsafeConnectBankValidation": [], "creditsafeConnectBankVerification": [] } }