Skip to content

Utils

SendEmail

Method: POST

Endpoint: /utils/send-email

Authentication: bearer

Request Body

{
  "toEmail": "subaquatic.pierre@gmail.com",
  "body": "Message sent from postman",
  "subject": "Cool rust email service"
}

GetFile

Method: POST

Endpoint: /utils/get-file

Authentication: bearer

Request Body

{
  "filename": "default/confirm_email.html",
  "storageType": "s3"
}