Request rotation of current API key
POST/v1/apikeys/rotationrequest
Current API key state is set to PENDING_ROTATION and new ACTIVE API key is created according to specified values. Both keys can be used until the PENDING_ROTATION API key is finally rotated.
Request
Responses
- 201
- 400
- 409
- 412
API key rotation request created.
Incomplete or malformed request.
API key waiting for rotation already exists.
Incomplete or malformed request.