Create pod API key
Mint an API key scoped to this pod. The key can only read and send from the pod’s inboxes and can never manage pods or reach another pod’s data. The full token is returned once, here — store it securely, it cannot be retrieved again. Requires an account-wide key (a pod-scoped key cannot mint keys).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Pod ID or your own clientId
Body
Human-readable label to identify the key later.
255Response
API key created
API key created
OpenMail API key ID
Human-readable label for the key, if set.
ID of the pod this key is scoped to. A key can only access resources in this pod.
Non-secret leading characters of the token, to help you identify it.
Last 4 characters of the token, shown alongside the prefix.
When the key last authenticated a request, or null if never used.
The secret API key. Store it securely — it is shown only once and cannot be retrieved later.