Skip to content

Company Image Documents

Request

Returns the available Images for a given Company connectId.

Security
bearerToken
Query
pageinteger

Starting page number.

Default:1
pageSizeinteger

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

idstring

The company's connectId.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/images/companies?page=1&pageSize=0&id=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
correlationIdstring

Unique identifier for tracing this request, enabling tracking and debugging.

totalSizeinteger

Total number of image records available based on the query criteria.

dataArray of objects
Response
{ "correlationId": "string", "totalSize": 0, "data": [ {} ] }