Base URL: https://trading.fusionfund.in
This page lists available controllers and endpoints with examples. Use POST requests with Content-Type: application/json when sending JSON payloads.
| Method | Path | Description | Parameters / Example | Response |
|---|---|---|---|---|
| GET | /Register/CheckSponser?id={sponsor_id} |
Check whether a sponsor id exists. | id (string) — required |
JSON (sponsor info or error) |
| POST | /Register/Registration |
Create a new member. | |
JSON { "Success": "1", "Message": "..." , ... } |
| GET | /Register/LoadCountry?f={format} |
Return mobile codes for countries. | f = json or html |
JSON array (json) or <option> elements (html) |
| Method | Path | Description | Parameters / Example | Response |
|---|---|---|---|---|
| POST | /LogIn/LogInUser |
Authenticate user and return a token. | |
JSON { "Success": "1", "TokenValue": "..." } |
| POST | /LogIn/ForgetPassword |
Send password via mobile or email. | |
JSON { "Success": "1", "Message": "..." } |
{ "Success": "1", "Message": "Success" }.Success: "0" with a descriptive Message./LogIn/LogInUser. Store tokens securely on the client and send them with subsequent requests as required.If you need more examples or machine-readable API metadata (OpenAPI/Swagger), consider adding a JSON schema or Swagger generation to this project.