GET
/
frontend
/
logout
/
{client_id}
/
{program_id}
/
{session_id}
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"
}

Path Parameters

client_id
integer
required

Client ID for the logout

program_id
integer
required

Program ID for the logout

session_id
string
required

Session ID to be terminated

Response

200 - application/json
Logout successful
message
string
Example:

"You have successfully logged out."

status
string
Example:

"success"