Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://payments.oaknetwork.org/api/auth/signup/verify-email/resend \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com" } '
{ "msg": "Email Verification Token Updated!, Sent Verification Email!", "data": null }
Resends the email verification link to the specified email address.
Email address to resend verification to
"user@example.com"
Verification email resent successfully
Human-readable message describing the result
Response payload (null on error)