v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Assets

List assets

This endpoint lists all assets of the campaign by asset type. The assetType parameter is required, and each request can only fetch assets of a single type. Asset metrics can also be fetched along with the assets; they are available only if start and end dates are provided.

get/marketing/campaigns/2026-03/{campaignGuid}/assets/{assetType}

Path parameters

assetTypestring required

The type of asset to fetch, required Example: MARKETING_EVENT

campaignGuidstring required

The UUID of the campaign, required Example: 9dbec438-53e2-4b28-8c0f-38f56574a6e8

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

endDatestring

End date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched. Example: 2024-01-27

limitstring

The maximum number of results to display per page.

startDatestring

Start date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched. Example: 2023-01-20

Response

successful operation