Skip to content

Issue a new API key

Request

Generates and returns a new API key for the authenticated client account, replacing the existing one.

Security
BearerAuth
curl -i -X POST \
  https://docs.speedysticks.com/_mock/openapi/api/key/regenerate \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

New API key issued successfully.

Bodyapplication/json
keystring
Example:"sk_live_def456uvw"
Response
{ "key": "sk_live_def456uvw" }