Retrieves login information and related details for a specific client and program.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/login/{client_id}/{program_id}/{session_id}{
"session_id": "<string>",
"client_id": 123,
"program_id": 123,
"disable_program_link": "<string>",
"organization": "<string>",
"logo": "<string>",
"login": "<string>",
"currency_symbol": "<string>",
"total": 123
}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 which to retrieve login information
Program ID for which to retrieve login information
Session ID for the current user session (optional)
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/login/{client_id}/{program_id}/{session_id}{
"session_id": "<string>",
"client_id": 123,
"program_id": 123,
"disable_program_link": "<string>",
"organization": "<string>",
"logo": "<string>",
"login": "<string>",
"currency_symbol": "<string>",
"total": 123
}