List custom secrets
GET /v1/credentials/custom — Returns every key in the freeform `custom` slot of `~/.minara/credentials.json` with a masked preview (never the raw val
GET /v1/credentials/custom
Returns every key in the freeform custom slot of ~/.minara/credentials.json with a masked preview (never the raw value). Backs the Settings custom-secrets section. Prefer /v1/credentials/secrets for new write paths that also accept messaging keys.
| Method | GET |
| Path | /v1/credentials/custom |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | preferences |