Skip to main content
POST
/
reports
/
dsa
/
email
/
send
Send DSA report email
curl --request POST \
  --url https://api.fluxer.app/v1/reports/dsa/email/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "ok": true
}

Body

application/json
email
string<email>
required

Response

Success

ok
boolean
required

Whether the operation was successful