API Keys
Rotate/Regenerate an API Key
Generates and returns a new secure raw key string for an existing API Key while keeping metadata, scopes, and association unchanged.
post/v1/api-keys/{id}/regenerate
Path parameters
idstring uuid required
The unique UUID of the API Key to regenerate.
Response
API key regenerated successfully
Example response
{
"key": "ak_7f9ba3271cf881309d9be8c9c0fcae47a95b8d29c3f0b2da8e89cf21e5c3df01"
}