Skip to main content
POST
/
gm-regenerate-code
Regenerate your GM access code
curl --request POST \
  --url https://api.wanderersguide.app/functions/v1/gm-regenerate-code \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "success",
  "data": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wanderersguide.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.

Body

application/json

The body is of type object.

Response

200 - application/json

JSend envelope.

status
enum<string>
Available options:
success
data
string