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
}
Client ID for which to retrieve login information
Program ID for which to retrieve login information
Session ID for the current user session (optional)
Login information retrieved successfully
The response is of type object
.
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
}