# Render a zimarker code's marker image (PNG) Returns the marker for the given zimarker code as a 1-bit, 600x600 black-and-white PNG, identical to the image the allocation endpoint returns inline for that code. Public (no authentication), stateless, and deterministic — the same code always yields the same image. Endpoint: GET /integration/rest/api/v1/zmarker-code/image/{code}.png Version: v0 Security: X-AUTH-KEY ## Path parameters: - `code` (string, required) The zimarker code to render. Example: 123456 ## Response 404 fields (image/png): - `code` (string) Error code - `message` (string) Error message - `timeStamp` (integer) Timestamp - `correlationId` (string) Correlation id