integrations

Fetch the media bytes for an integration asset

Redeems the short-lived signed delivery reference returned by an integration asset search and streams the asset's media bytes. The signed reference is the sole authorization for this endpoint; it is rejected once it expires or when the integration it names has changed.

get/integration-assets/{external_ref}

Path parameters

external_refstring required

Signed delivery reference from a search response.

Response

The asset's media bytes. The Content-Type header carries the asset's media type, and the response is never cacheable by shared caches.

Changes