API Reference

Getting started

Overview

The CoCredo application-programming interface (API) is a set of programming instructions and standards for accessing our worldwide company index and company credit reports.

The status of CoCredo services and be checked on our status page

Get a test account

To start your integration of the CoCredo API please contact your account manager for access credentials to the test environment. Call on +44 1494 790600.

Environments

Production environment URL: <https://apigw.cocredo.com/>
User acceptance testing environment: [Coming soon]

Versioning

Any non-breaking changes made to the API will be done under the current version number. Non-breaking changes would include additions and bug fixes. It is important that integrations using this API do not rely on the sequence in which items get returned. This ensures that updates can be applied without affecting existing functionality.

Any changes made to the API service that would break customer integrations will be done under a new version number. Such changes would be communicated to all stakeholders. The original API version will continue to be available during a transitional period.

Authentication

All requests to this API will require a token to be included in the Authorization header. The token is generated from the /token method and is valid for 1 hour.