Generates and returns a new API key for the authenticated client account, replacing the existing one.
Security
BearerAuth
- Mock serverhttps://docs.speedysticks.com/_mock/openapi/api/key/regenerate
- Productionhttps://api.speedysticks.com/api/key/regenerate
curl -i -X POST \
https://docs.speedysticks.com/_mock/openapi/api/key/regenerate \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "key": "sk_live_def456uvw" }