Endpoints to order official Company Image/Filing Documents from source. Company Filings such as Annual Account Statements, Annual Returns, Liquidations and Changes of Registered Information can be downloaded as PDFs, and are typically used as a resource in extended company auditing/compliance.
Returns the available Images for a given Company connectId.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/images/companies
- Production serverhttps://connect.creditsafe.com/v1/images/companies
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/images/companies?page=1&pageSize=0&id=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "string", "totalSize": 0, "data": [ { … } ] }