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
Name
Type
Description
Authorization
string
The existing API key.
Last updated