Skip to main content
POST
/
donations
/
request-link
Request donation management link
curl --request POST \
  --url https://api.fluxer.app/v1/donations/request-link \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "code": "ACCESS_DENIED",
  "message": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "code": "<string>"
    }
  ]
}

Body

application/json
email
string<email>
required

Email address to send the magic link to

Maximum string length: 254

Response

No Content