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/gate/{gateExternalId}/manifest/activate
https://your-org.zimark-staging.link/integration/rest/api/v1/gate/{gateExternalId}/manifest/activate
https://your-org.zimark.link/integration/rest/api/v1/gate/{gateExternalId}/manifest/activate
curl -i -X POST \
https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/GATE-A1/manifest/activate \
-H 'Content-Type: application/json' \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE' \
-d '{
"manifestExternalIds": [
"MAN-2024-001",
"MAN-2024-002"
]
}'Activated. Returns the gate's active manifests.
Current status of the manifest.
Planning view: total tracks (assets) currently included in this manifest, regardless of loading state. For Total/Loaded execution counts use totalAssetsCount and loadedAssetsCount.
Total assets attached to this manifest, excluding invalid loadings (WRONGLY_LOADED, UNKNOWN_LOADING).
Successfully loaded assets in this manifest, excluding invalid loadings.
Custom key–value fields attached to the manifest.
Validation errors related to this manifest, if any.
Public URL to the Shipment Summary page for this manifest. Present only when manifest status is COMPLETED. Does not expire.
https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/{gateExternalId}/issue/{issueId}/resolve
https://your-org.zimark-staging.link/integration/rest/api/v1/gate/{gateExternalId}/issue/{issueId}/resolve
https://your-org.zimark.link/integration/rest/api/v1/gate/{gateExternalId}/issue/{issueId}/resolve
curl -i -X POST \
'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/GATE-A1/issue/{issueId}/resolve' \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate
https://your-org.zimark-staging.link/integration/rest/api/v1/gate
https://your-org.zimark.link/integration/rest/api/v1/gate
curl -i -X GET \
'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate?externalIdentifier=string&gateType=SINGLE_MANIFEST&q=string&createDateAfter=0&createDateBefore=0&pageNumber=0&pageSize=100&sort.sortBy=string&sort.direction=ASC' \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/{gateExternalId}/manifest
https://your-org.zimark-staging.link/integration/rest/api/v1/gate/{gateExternalId}/manifest
https://your-org.zimark.link/integration/rest/api/v1/gate/{gateExternalId}/manifest
curl -i -X GET \
https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/GATE-A1/manifest \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'Ok
Current status of the manifest.
Planning view: total tracks (assets) currently included in this manifest, regardless of loading state. For Total/Loaded execution counts use totalAssetsCount and loadedAssetsCount.
Total assets attached to this manifest, excluding invalid loadings (WRONGLY_LOADED, UNKNOWN_LOADING).
Successfully loaded assets in this manifest, excluding invalid loadings.
Custom key–value fields attached to the manifest.
Validation errors related to this manifest, if any.
Public URL to the Shipment Summary page for this manifest. Present only when manifest status is COMPLETED. Does not expire.
https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/{gateExternalId}/issue
https://your-org.zimark-staging.link/integration/rest/api/v1/gate/{gateExternalId}/issue
https://your-org.zimark.link/integration/rest/api/v1/gate/{gateExternalId}/issue
curl -i -X GET \
https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/GATE-A1/issue \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/{gateExternalId}/asset-loading
https://your-org.zimark-staging.link/integration/rest/api/v1/gate/{gateExternalId}/asset-loading
https://your-org.zimark.link/integration/rest/api/v1/gate/{gateExternalId}/asset-loading
curl -i -X GET \
'https://docs.zimark.link/_mock/api/integration/rest/api/v1/gate/GATE-A1/asset-loading?q=string&status=NOT_LOADED&manifest=string' \
-H 'X-AUTH-KEY: YOUR_API_KEY_HERE'