Skip to content
SkyAlumny edited this page Aug 22, 2023 · 3 revisions

API DOCS

ℹ️ You can find the inbuild API in routes/api.js

API

Used to check if the API is online

URL : /api

Method : GET

Auth required : NO

Data constraints

{
    "currentDate": "[SHOWS THE CURRENT DATE]",
    "status": "[RETURN ONLINE]"
}

Data example

{
"currentDate":"2023-08-22T17:41:42.200Z",
"status":"online"
}

Success Response

Code : 200 OK

Clone this wiki locally