http://4o4o4hn4hsujpnbsso7tqigujuokafxys62thulbk2k3mf46vq22qfqd.onion/api
Authentication: Username/password or API key Example Request: curl -u "testuser:testpass" https://4-0-4.io/api/auth/keys Example Response: {
"status": "success",
"data": [
{
"id": 5,
"key_prefix": "p404_5d106b3",
"name": "test",
"created_at": "2025-07-21 17:35:25",
"last_used_at": null,
"expires_at": "2026-07-21 17:35:25",
"is_active": 1
}
]
} DELETE /api/auth/keys/{id} Revoke (deactivate) an API key.