API endpoints for managing manifests and their associated assets/tracks.
A manifest is a container that groups assets/pallets for tracking purposes.
Allocate zimarker code(s) on demand for the calling organization, each with a printable, inline base64 marker image. Allocation is synchronous, atomic, and exactly-once per organization.
Render a zimarker code's marker image on demand. Public, stateless, and addressable by code at a stable URL — no authentication required.
https://docs.zimark.link/_mock/api/integration/rest/api/v1/audit-log
https://your-org.zimark-staging.link/integration/rest/api/v1/audit-log
https://your-org.zimark.link/integration/rest/api/v1/audit-log
curl -i -X GET \
'https://docs.zimark.link/_mock/api/integration/rest/api/v1/audit-log?createDateAfter=0&createDateBefore=0&auditType=AGENT&severity=ERROR&eventName=AGENT_CREATE&author=string&user=string&localManager=string&location=string&agent=string&manifest=string&gate=string&pageNumber=0&pageSize=100&sort.sortBy=string&sort.direction=ASC' \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'