Settings

These endpoints allow you to modify various Gophish settings.

Reset API Key

POST https://localhost:3333/api/reset

This endpoint allows you to reset your API key to a new, randomly generated key. This method requires you to authenticate using your existing API key.

Headers

NameTypeDescription

Authorization

string

The existing API key.

{
    "success": true,
    "message": "API Key successfully reset!",
    "data": "0123456789abcdef"
}

Last updated