Verifies the DSA report email and creates a report ticket for legal compliance.
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}