Rotate API Key

Rotate an existing ApiKey

get

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
get
/v1/apikey/rotate/{key}

Last updated