Handles user logout by terminating the session and clearing related data.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/logout/{client_id}/{program_id}/{session_id}{
"message": "You have successfully logged out.",
"status": "success"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
Client ID for the logout
Program ID for the logout
Session ID to be terminated
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/logout/{client_id}/{program_id}/{session_id}{
"message": "You have successfully logged out.",
"status": "success"
}