Skip to main content
POST
/
api
/
settings
/
identity_handoff_secret
/
rotate
Error
A valid request URL is required to generate request examples
{
  "identity_handoff_secret": "a1b2c3...",
  "rotated_at": "2023-11-07T05:31:56Z",
  "warning": "Store this secret immediately. It is not retrievable — only rotatable."
}

Documentation Index

Fetch the complete documentation index at: https://docs.spitshake.io/llms.txt

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

Authorizations

X-Auth-Token
string
header
required

API token generated at Settings > API

Body

application/json
password
string
required

Current user password (for re-authentication).

Response

Rotation successful

identity_handoff_secret
string

The fresh HS256 secret. Store immediately — it is not retrievable again.

Example:

"a1b2c3..."

rotated_at
string<date-time>
warning
string
Example:

"Store this secret immediately. It is not retrievable — only rotatable."