Login Admin
POST
https://market-mfund-development.herokuapp.com/api/admin/authentication/login/
This endpoint allows user to login and get JWT tokens from Node Server. Before making this request, firebase authentication must be made from admin app and Firebase JWT token is send in body for verification.
Request Body
Password of the respective admin
Copy {
"status": "success",
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MzcsImVtYWlsIjoidmlyYWxzQGdlZWt5YW50cy5jb20iLCJpc0FkbWluIjp0cnVlLCJpYXQiOjE2MDg3MjAzNDQsImV4cCI6MTYwODgwNjc0NCwiYXVkIjoibWFya2V0LW1mdW5kLXVzZXJzIiwiaXNzIjoiZ2Vla3lhbnRzIn0.mxZ52tCdBPZyi567mkp68dwouI_hEjOMP40ym0nawmkrxp5mgdzMrD83as_inp5suqhopcoGVDhKZc3wEXTpmAkVHYownl19vqzqXLVe8tb8x_mWQrMtp_SNRifKYseanriLW6_LotXaQarfehZ-__-1GHGLbmWSbZjFmE6zUSvdJUxSiGtZd0K6CIKMZoBwQKTHCoYqRUAAyUlVue5Q4EZJFC8BU2NBKY_RrcvTlh9qRewwRiCfha4dZBbb22vbQNsON0OITLdvNIPsEavHYh54J8NvItFfuReNP9gJQkjSVbUZwImldQBbmTwEynMaR8bGDxboRQ14ktq-47mvIY0dYAUwiyDLjK_Tyg1EvswYDLOweUpW6KWWnTJh3xM2VhZPMkmeyjnYa_vUyuwNdc3uP28i9VEhr4uyTkCfzlCJJ_rZx-1h-lq1bNWNpDkW6ZItO0m_rD-OWP8svjqpuKjwc7S2xWsxMJlr6sfyBKQHPqMr7BDlWilp7PRLUBt_FXj-7_Fnk8Df9zBIC8oWvg-WwbMo6ES9zD6vt7fHag91fPuwFpALcwqp2N2qrrZGtTCowowYHgP6SmDo-P0Z_CCCyh3plZqB5e8eFNQVhSulRuZnv_o8ylF_kJCEdBr7cecPrCBF-YF9_wIPVg8BApJL5iHBgk6dXxPOdtUVbrE",
"refresh_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MzcsImVtYWlsIjoidmlyYWxzQGdlZWt5YW50cy5jb20iLCJpc0FkbWluIjp0cnVlLCJpc1JlZnJlc2hUb2tlbiI6dHJ1ZSwiaWF0IjoxNjA4NzIwMzQ0LCJleHAiOjE2MDkzMjUxNDQsImF1ZCI6Im1hcmtldC1tZnVuZC11c2VycyIsImlzcyI6ImdlZWt5YW50cyJ9.xqrYvwui25QKLdr0s6iWMM0h3xuQmden5Aa_iZvZGM5IG0dxOV59_GNF9geRvpZ7Hjqy7bn0V8vcCqTpH9f4WJGJxN53kawpuzbehH_PxMVMHe8GpuSdCm4tW_LnPQiJ6Y0w8vYrUf5aYzlXWn4p-2YLqEKWEVoEvov_RDzddZAGxVoaSHNOF9rcDDgLyPmxCHd8L2DnyrFkhclYXQ5bu7YEgaiQiVcbllEjWWUH94nyzX3x_TyB-odnIXLEGoJZdkZuaFG3iTlB46W8muZgzU5ey6QaT0V3ZiiQDjfUPlXbR2Hx0trbXMtUAXZnXnlXmB6eKPKqGoC23hLfUsrtiatwAqH5qMuFavHL4tCMfEofKwdiJcL3msVw3sD9eBxrTtdYCiLo1JTyAm7gFhJpflwVIEYwGLSBxBWCMctB_eO9j_v4CM3s6QSra-XVzOe_EjBbwjFWPwUcbY9E1WcttbHnAtLLc8Q2AoaQv5A72LqTkPMV6hjzULmfRhPLMHIxJHlpmVXG9zxfl5biM1AFPjyRmW6O2Y3vdP7XuVpmloNpqYQmx4FtH-elKdkS8HdxCFjQ20wWrcHiF08-R-gdoqKgRB5f4cqlKmsl0DZLEkPyaUVCzyGkAjfT0IIIMR62WqEjYtrBY5bpnVtXqUl0Ro3B-xs3HiPtE-Kz3BnPl5s"
}
Home API
GET
https://market-mfund-development.herokuapp.com/api/admin/home/
This Api will retrieve all the information displayed on the home page of admin app. This API requires JWT access token which is retrieved from Login API.
Copy {
"userCount": 6,
"totalInvestments": 17000
}
Organisations API
GET
https://market-mfund-development.herokuapp.com/api/admin/home/organisations
This endpoint will retrieve all the information about organisations. This API requires JWT access token which is retrieved from Login API.
Copy [
{
"name": "Axis Bluechip Fund Direct Plan Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FAxis.png?alt=media&token=70443f42-43aa-463b-9762-a33aa25eb8aa",
"xirr": "10%",
"currentValue": 489,
"returns": "123",
"currentValueChange": "+0.54%",
"returnsChange": "-0.54%",
"rating": 3.5
},
{
"name": "Reliance Small Cap Fund Direct Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FReliance.png?alt=media&token=432ad8b7-6825-42c4-affc-9943e813a7ef",
"xirr": "20%",
"currentValue": 758,
"returns": "657",
"currentValueChange": "+0.54%",
"returnsChange": "-0.54%",
"rating": 4
},
{
"name": "Icici Prudential Bluechip Fund Direct Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2Ficici_logo.png?alt=media&token=762fe9a2-7308-413e-a956-d23b6bae9f03",
"xirr": "15%",
"currentValue": 882,
"returns": "455",
"currentValueChange": "+0.54%",
"returnsChange": "-0.54%",
"rating": 2.5
},
{
"name": "Tesla",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FAxis.png?alt=media&token=70443f42-43aa-463b-9762-a33aa25eb8aa",
"xirr": "12%",
"currentValue": 2345,
"returns": "456",
"currentValueChange": "+0.54%",
"returnsChange": "-0.54%",
"rating": 3.5
}
]
Add Organisation API
POST
https://market-mfund-development.herokuapp.com/api/admin/add_new_organisation
This endpoint allows an admin to add organisations in the database.This API requires JWT token which is retrieved from Login API.
Request Body
returns of the organisation
current value of organisation
Name of the organisation to be added
Copy {
"status": "success"
}
Investors API
GET
https://market-mfund-development.herokuapp.com/api/admin/investors
This endpoint will retrieve the Investors details. This API requires JWT token which is retrieved from Login API.
Copy [
{
"userFullName": "Testing",
"schemeName": "Axis Bluechip Fund Direct Plan Growth",
"currentValue": "$489",
"returns": "$4405.56",
"currentValueRate": "+0.54%",
"returnsRate": "-0.54%",
"duration": "365 Days",
"status": "Running"
},
{
"userFullName": "Madhav Bansal",
"schemeName": "Axis Bluechip Fund Direct Plan Growth",
"currentValue": "$489",
"returns": "$4405.56",
"currentValueRate": "+0.54%",
"returnsRate": "-0.54%",
"duration": "1095 Days",
"status": "Running"
},
{
"userFullName": "Devanshi Garg",
"schemeName": "Reliance Small Cap Fund Direct Growth",
"currentValue": "$758",
"returns": "$4405.56",
"currentValueRate": "+0.54%",
"returnsRate": "-0.54%",
"duration": "1095 Days",
"status": "Running"
},
{
"userFullName": "Devanshi Garg",
"schemeName": "Reliance Small Cap Fund Direct Growth",
"currentValue": "$758",
"returns": "$4405.56",
"currentValueRate": "+0.54%",
"returnsRate": "-0.54%",
"duration": "1825 Days",
"status": "Running"
}
]
Balances API
GET
https://market-mfund-development.herokuapp.com/api/admin/balances
This endpoint will retrieve all the balances of the organisations. This API requires JWT token which is retrieved from Login API.
Copy [
{
"schemeName": "Axis Bluechip Fund Direct Plan Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FAxis.png?alt=media&token=70443f42-43aa-463b-9762-a33aa25eb8aa",
"amount": "$6000"
},
{
"schemeName": "Reliance Small Cap Fund Direct Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FReliance.png?alt=media&token=432ad8b7-6825-42c4-affc-9943e813a7ef",
"amount": "$11000"
},
{
"schemeName": "Icici Prudential Bluechip Fund Direct Growth",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2Ficici_logo.png?alt=media&token=762fe9a2-7308-413e-a956-d23b6bae9f03",
"amount": "$0"
},
{
"schemeName": "Tesla",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FAxis.png?alt=media&token=70443f42-43aa-463b-9762-a33aa25eb8aa",
"amount": "$0"
},
{
"schemeName": "Amazon",
"image": "https://firebasestorage.googleapis.com/v0/b/market-mfund-development.appspot.com/o/Organization-logo-image%2FAxis.png?alt=media&token=70443f42-43aa-463b-9762-a33aa25eb8aa",
"amount": "$0"
}
]
Transactions API
GET
https://market-mfund-development.herokuapp.com/api/admin/transaction_details
This endpoint will retrieve the transaction details made by a specific user. This API requires JWT token which is retrieved from Login API.
Path Parameters
Copy [
{
"userFullName": "Testing",
"schemeName": "Axis Bluechip Fund Direct Plan Growth",
"amount": "1000",
"paymentMode": "net_banking",
"dateOfInvestments": "365 Days",
"status": "3 Dec 2020 3:53 AM"
},
{
"userFullName": "Madhav Bansal",
"schemeName": "Axis Bluechip Fund Direct Plan Growth",
"amount": "5000",
"paymentMode": "Debit card",
"dateOfInvestments": "1095 Days",
"status": "7 Dec 2020 5:42 AM"
},
{
"userFullName": "Devanshi Garg",
"schemeName": "Reliance Small Cap Fund Direct Growth",
"amount": "10000",
"paymentMode": "DebitCard",
"dateOfInvestments": "1095 Days",
"status": "30 Nov 2020 6:27 AM"
},
{
"userFullName": "Devanshi Garg",
"schemeName": "Reliance Small Cap Fund Direct Growth",
"amount": "1000",
"paymentMode": "DebitCard",
"dateOfInvestments": "1825 Days",
"status": "30 Nov 2020 6:42 AM"
}
]
Add Admin
POST
https://market-mfund-development.herokuapp.com/api/admin/authentication/add_admin/
This endpoint allows to create an admin in the postgreSQL database . This API requires JWT access token which is retrieved from Login Admin API.
Request Body
Password to be associated with the respective admin
Email Id to be registered
Copy {
"status": "success"
}
Change Password
POST
https://market-mfund-development.herokuapp.com/api/admin/change_password
This endpoint allows admin to change his/her current password. This API requires JWT access token which is retrieved from Login Admin API.
Request Body
Current password of admin
Copy {
"status": "success"
}
Notification API
GET
https://market-mfund-development.herokuapp.com/api/admin/notifications
This endpoint will retrieve all the Notifications. This API requires JWT access token which is retrieved from Login API.
Copy [
{
"id": 25,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:06 AM"
},
{
"id": 26,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:08 AM"
},
{
"id": 27,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:10 AM"
},
{
"id": 28,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:13 AM"
},
{
"id": 29,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:16 AM"
},
{
"id": 30,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:33 AM"
},
{
"id": 31,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:38 AM"
},
{
"id": 32,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 12:40 AM"
},
{
"id": 33,
"title": "New organisation created",
"description": "New organisation has been successfully created.",
"badge": "New organisation",
"createdAt": "22 Dec 2020 1:04 PM"
},
{
"id": 34,
"title": "New admin created",
"description": "New admin has been successfully created.",
"badge": "New admin",
"createdAt": "23 Dec 2020 12:17 AM"
}
]
Notifications API
DELETE
https://market-mfund-development.herokuapp.com/api/admin/notifications
This endpoint will delete all the notifications associated with a specific admin.
Copy {
"status": "success"
}