The Credit Assist API is ideal for any business that would gain from receiving current, easy to understand and accurate business credit information on demand. A business that needs to make credit decisions quickly or a sales and marketing business that needs to identify potential sales prospects would greatly benefit from using the Credit Assist API.
Prerequisites
REST Webservice
Transport
Endpoints
Production API: api.creditassist.co.uk
Development API: dev-api.creditassist.co.uk
Authentification
Credit Assist uses sessionless authentication. For each request an API Key and API Secret has to be included into the request-header. On receiving any post we will go through several stages of checking what is being sent and authenticating the sender. In all cases an JSON response will be sent (even if the initial post wasn't JSON). Authentication will be performed through a combination of a API Key and API Secret.
Supplying Basic Auth headers
- Build a string of the form apikey:apisecret
- Base64 encode the string
- Supply an "Authorization" header with content "Basic " followed by the encoded string, e.g. "Basic YWRtaW46YWRtaW4="
Example Request
curl -D- -X GET -H "Authorization: Basic ZnJlZDpmcmVk" -H "Content-Type: application/json" https://creditassist.co.uk/v1/companySearch/?searchTerm=creditassist&countrycode=GB