GET /
This is basically the root route for the API. This will return the heartbeat of the API which will return a response like this:
Request Payload: GET
http://freya.test/api/v1/
Response:
200 OK
{
"data": {
"status": 200,
"app_timezone": "UTC",
"time": 0.28465700149536133
}
}
The time
value is determined in micro seconds for how long it took the framework to load.