Skip to main content
POST
/
reports
/
dsa
/
email
/
verify
Verify DSA report email
curl --request POST \
  --url https://api.fluxer.app/v1/reports/dsa/email/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "code": "<string>"
}
'
{
  "ticket": "<string>"
}

Body

application/json
email
string<email>
required
code
string
required

Verification code received via email

Response

Success

ticket
string
required

A temporary ticket token for subsequent operations