Skip to main content
GET
TypeScript

Path Parameters

customerIntegrationId
string<uuid>
required

Customer integration unique identifier

Query Parameters

pageSize
integer
default:100

Number of results per page (max 100)

Required range: 1 <= x <= 100
pageCursor
string

Cursor for pagination (from previous response)

Response

Supported assets retrieved successfully

Paginated list of supported assets with partner capability flag

data
object[]
required

List of supported assets

partnerCanHandleAnyAsset
boolean
required

Whether partner can handle any asset (not just explicitly listed ones)

Example:

true

note
string
required

Note about asset support capabilities

Example:

"Partner can handle assets beyond those explicitly listed"

paging
object