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 GET \ --url https://payments.oaknetwork.org/api/auth/signup/verify-email
{ "msg": "Email Verification Successful!", "data": null }
Verifies the user’s email address using a token sent during signup.
JWT verification token sent to the user's email
Email verification successful
Human-readable message describing the result
Response payload (null on error)