These endpoints allow you to modify various Gophish settings.
Last updated 6 years ago
POST https://localhost:3333/api/reset
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.
{ "success": true, "message": "API Key successfully reset!", "data": "0123456789abcdef" }
Authorization
string
The existing API key.