Entry page to the Unknown Cyber apis.

GET /
HTTP 200 OK
Allow: GET, OPTIONS
Api-Version: 3.0.12
Cache-Control: max-age=0, no-cache, no-store, must-revalidate, private
Commit-Hash: 6827ede
Content-Type: application/json
Expires: Wed, 11 Dec 2024 21:25:49 GMT
Machine-Host: api000005
Response-Time: 0.00048089027404785156
Vary: Accept

{
    "success": true,
    "status": 200,
    "message": "OK",
    "errors": [],
    "links": {
        "auth": {
            "issue_jwt": "https://api.magic.unknowncyber.com/auth/tokens/jwt/issue",
            "refresh_jwt": "https://api.magic.unknowncyber.com/auth/tokens/jwt/refresh",
            "register": "https://api.magic.unknowncyber.com/auth/account/register",
            "login": "https://api.magic.unknowncyber.com/auth/login/"
        },
        "openapi": {
            "auth": "https://api.magic.unknowncyber.com/auth/swagger",
            "v1": "https://api.magic.unknowncyber.com/v1/swagger",
            "v2": "https://api.magic.unknowncyber.com/v2/swagger"
        },
        "about": "https://unknowncyber.com"
    },
    "title": "Unknown Cyber MAGIC™ API",
    "contact": "support@unknowncyber.com"
}