Passa al contenuto principale

Email-settings API

Auto-generated from the OpenAPI spec. Run node docs-site/scripts/fetch-openapi.js to regenerate.

GET /api/v1/studio/email

Get Email Settings

Responses

  • 200 — Successful Response

PUT /api/v1/studio/email

Update Email Settings

Request body

FieldRequiredTypeDescription
email_smtp_hostNostring
email_smtp_portNointeger
email_smtp_userNostring
email_smtp_passwordNostring
email_from_nameNostring
email_from_addressNostring
email_smtp_tlsNoboolean

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