Skip to main content
POST
/
api
/
v1
/
mail
/
send
Send email
curl --request POST \
  --url http://localhost:3001/api/v1/mail/send \
  --cookie nut-session=
{
  "success": true,
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

501 - application/json

Not yet implemented

success
boolean
required
error
object
required