Email-settings API
Auto-generated from the OpenAPI spec. Run
node docs-site/scripts/fetch-openapi.jsto regenerate.
GET /api/v1/studio/email
Get Email Settings
Responses
- 200 — Successful Response
PUT /api/v1/studio/email
Update Email Settings
Request body
| Field | Required | Type | Description |
|---|---|---|---|
email_smtp_host | No | string | |
email_smtp_port | No | integer | |
email_smtp_user | No | string | |
email_smtp_password | No | string | |
email_from_name | No | string | |
email_from_address | No | string | |
email_smtp_tls | No | boolean |
Responses
- 200 — Successful Response
- 422 — Validation Error
POST /api/v1/studio/email/test
Send Test Email
Send a test email to the currently authenticated manager.
Responses
- 200 — Successful Response