Mailmus

Mail settings

GET
/projects/{projectId}/mail/settings
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://example.com/projects/string/mail/settings"
{  "enabled": true}
PATCH
/projects/{projectId}/mail/settings
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/projects/string/mail/settings" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{  "enabled": true}