Get asset
GET{{API_BASE_URL}}/assets/v1/assets/:key?context=orderItem:{{ORDER_ITEM}}
Request
This endpoint makes an HTTP GET request to retrieve an asset with the given key and in the specified context.
Parameters
-
key(string, required): identifier for the asset: Name of the asset / document -
context(string, required): context to retrieve the asset in, see above for available contexts.
Response
The response will be the asset as a file. Will be displayed inline, when the file format allows it.
Authentication#auth
This endpoint does not require authentication.
Query parameters#query
contextorderItem:{{ORDER_ITEM}}optional
Schema: "{type}:{id}"
Responses#responses
No example responses on file.