API Reference and Documentation Updates
· 4 min read
API Reference and Documentation Updates - June 8, 2026
This batch adds a developer-facing API reference at /api/, plus new and updated pages for the v1.9.11.0 release — the Home Dashboard, the Axia Frakt freight integration, Production Site devices, sensitive fields, Card Template domain sharing, and Duo ID handling.
Breeze API (new developer section)
A new top-level API section documents the partner GraphQL API for external integrators. It sits alongside the user docs and release logs in the top navigation.
New Documentation:
- Breeze API Overview — what the API is, who it is for, and where to start.
- Getting Started — prerequisites, getting a token, and your first call.
- Authentication — OAuth 2.0 client-credentials flow, token use, caching, and expiry.
- Error Handling — error response shape and the common error codes.
- Rate Limiting — request limits and how to handle them.
- Operation Reference — index of documented operations and types.
- CredentialOrderV1 — mutation to issue a credential from a template.
- CredentialTemplatesV2 — query to discover templates and their required fields.
- Data Fields — field list and value types for ordering.
- Me — query to verify your token and identify the authenticated client.
- Order a Credential — end-to-end use-case guide from token to created credential.
Home Dashboard
New Documentation:
- Home Dashboard — overview of the widget-based portal landing page: pending approvals, Duo ID reminders, quick actions, and recent activity.
Axia Frakt Integration
New Documentation:
- Axia Frakt Overview — what the freight integration does and who it is for.
- Setting Up Axia Frakt — enabling the Domain feature and configuring it per Production Site.
- Managing Parcel Profiles — reusable dimension presets for the Create Consignment dialog.
- Creating Freight Consignments — creating shipping labels and tracking entries from an order.
Updated Documentation:
- Integrations Overview — added Axia Frakt to the integrations list.
Card Templates
New Documentation:
- Sharing Card Templates Across a Domain — sharing Domain main Tenant templates with an allowlist or blacklist model.
- Configuring Sensitive Fields in Card Templates — marking text fields as encrypted and choosing a mask pattern.
- Handling Duo ID Requests — batch photo verification in the approval dialog.
- Duo ID Reminders — automatic reminder emails for pending Duo ID requests.
Updated Documentation:
- Editing Card Templates — added automatic background removal and Duo ID reminder settings.
- Editing Mobile Credential Templates — added the same background removal and reminder settings.
- Approval Workflows — clarified Duo ID approval routing.
Credential Management
New Documentation:
- Sensitive Fields — how encrypted fields appear, the mask patterns, and the Sensitive Data Viewer role.
Updated Documentation:
- Credential Statuses — added the Expired Retention status.
Production Site Devices
New Documentation:
- Managing Production Site Devices — creating and managing printing devices scoped to a Production Site, with per-device Domain access control.
User Administration
New Documentation:
- Managing User Profiles — the tabbed profile layout and role editing via the side drawer.
Updated Documentation:
- Roles and Permissions — added the Sensitive Data Viewer role.
- OAuth Client Management — cross-linked to the new API authentication guide.
Tenant Administration
Updated Documentation:
- Tenant Settings — documented the tabbed layout that replaces the accordion panels.
- Production Site — updated for device management.
Documentation Structure Improvements
- Added a top-level API section at
/api/, served from its own sidebar and linked in the top navigation. - Added new sections for the Home Dashboard, the Axia Frakt integration, and Production Site Devices.
- Cross-linked the API authentication guide with the existing OAuth client management page.