Rotate API Key
Rotating an API key involves generating a new key while simultaneously invalidating the old one. This practice enhances security by minimizing the window of opportunity for unauthorized access in case a key is compromised.The old key becomes invalid, and any subsequent requests must use the new key for authentication.
Authorizations
AuthorizationstringRequired
Path parameters
keystringRequired
Responses
200
Returns a new apikey based on provided apikey
application/json
403
Forbidden due to insufficient privileges
get
/v1/apikey/rotate/{key}Last updated