Sends a magic link email to the provided address for managing recurring donations.
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>"
}
]
}Email address to send the magic link to
254No Content
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>"
}
]
}