Configuration

Create an API key

Returns the full plaintext API key once. The backend stores only the SHA-256 hash. Store your key securely immediately.

post/config/api-keys

Request body

namestring required
type'http' | 'smtp' required

Response

API key created (includes full plaintext key).

idinteger
namestring
keystring

Full plaintext API key (shown once).

type'http' | 'smtp'
created_atstring date-time

Changes