Skip to content
Wysp Docs

Rotate Api Key

POST /api-keys/rotate

Issue a new ApiKey, invalidating all previous keys.

application/json: object application/json

{
"gracePeriodMinutes": 100
}

Successfully issued new API token

application/json: object

{
"apiKey": "string"
}