GET
/
frontend
/
forgot_username
/
{client_id}
/
{program_id}
/
{session_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/frontend/forgot_username/{client_id}/{program_id}/{session_id}
{
  "status": "success",
  "data": {
    "session_id": "<string>",
    "client_id": 123,
    "program_id": 123
  }
}

Path Parameters

client_id
integer
required

Client ID associated with the user account

program_id
integer
required

Program ID associated with the user account

session_id
string
required

Session ID for the process (optional)

Response

200 - application/json
Username recovery initiated
status
string
Example:

"success"

data
object