Should Creditsafe Connect ever return the following message then it is indicating that the "countries=" parameter is missing from the request which is being sent:


{
    "details": "Please provide either countries (or) specialFlag query paramater",
    "correlationId": "3d44ed0-f4b2-11e9-9c70-06cf3485509a",
    "message": "Bad request"
}


The "countries=" parameter is always required by Creditsafe Connect's /companies endpoint so please revisit the URI of the original request and ensure that it's formed as follows:


URIHTTP METHOD
/companies?countries={countryCode}&{paramList}
GET


Should you require further detail with regards to Connect's /companies endpoint then please refer to the following web link:


/companies


Should you continue to experience issues then please submit a ticket.