ApiKey
Type: Object
A user-scoped API key for integrating external systems (estimating portals, web-to-print, automation) with the platform. Keys are stored hashed, scoped to a user, carry an optional name and expiry, and expose a validity calculation for rotation policies.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| createdAt | DateTime! | |||
| expiresAt | DateTime! | |||
| id | ID! | |||
| name | String | |||
| user | AuthUser! | The user who owns this API Key | ||
| userId | ID! | |||
| valid | Boolean |