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.
Handles the activation of a user based on the provided user ID and activation code.
cURL
curl --request POST \ --url https://api.helpyousponsor.com/v1/user/email/verification \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "activationCode": "<string>" } '
{ "message": "<string>", "attached": true }
Data required for user activation
User activation status