POST /api-keys/:keyId/regenerate
This endpoint regenerates an API key. This will invalidate the old key and issue a new one, while keeping the same metadata and permissions.Path Parameters
The ID of the API key to regenerate.
Response
The new API key. This is the only time it will be shown in full.
The metadata associated with the regenerated key.
The timestamp for when the key was regenerated.