API Documentation
  • Introduction
  • Settings
  • Sending Profiles
  • Templates
  • Landing Pages
  • Users & Groups
  • Campaigns
  • User Management
Powered by GitBook
On this page

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.

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

PreviousIntroductionNextSending Profiles

Last updated 6 years ago