Aeries API
A tool to fetch student information from Aeries, a student information website (grading system)
Authenticate
POST https://api.mugicon.net/account/authenticate
This endpoint allows you to authenticate your Aeries account by the given credentials and obtain a token signed by the server
Headers
Name
Type
Description
Authentication
string
`Basic` Authentication method, encode "email:password" into a Base64 string
{
"code": 200,
"message": "Success",
"token": "{token}"
}{
"code": 403,
"message": "Failed to authenticate, possibly incorrect username or password"
}Last updated
Was this helpful?