Skip to main content
POST
List all

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
additionalProperties
string[]
required

An array of strings representing additional properties to include in the list retrieval.

processingTypes
string[]
required

An array of strings specifying the types of processing to apply to the request.

after
string

A string used as a paging cursor token to retrieve the next set of results.

count
integer<int32>

An integer specifying the number of results to retrieve.

objectTypeId
string

A string representing the unique identifier for the object type of the lists.

Response

successful operation

results
object[]
required

An array of PublicObjectListSearchResult objects representing the individual search results.

paging
object
total
integer<int64>

An integer representing the total number of results available in the search, formatted as a 64-bit integer.

Last modified on August 6, 2026