POST

Login

Authenticate and receive JWT token.

https://hoodsly-moc-api.wppool.dev/api/auth/login

Request Body

JSON
{
    "email": "admin@hoodslyhub.com",
    "password": "password"
}

Response

200 OK
{
    "success": true,
    "data": {
        "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
        "token_type": "bearer",
        "expires_in": 31622400
    },
    "message": null
}
Request
GET /api/v1/status
Response