Rotate the access token for an API key. This generates a new bearer token and optionally keeps the old token valid for a configurable grace period (up to 60 minutes), allowing a seamless rollover without downtime. The calling API key must have all the scopes of the key being rotated.
This endpoint requires a valid API key with the api_keys_manage role at either the account level or team level.
API key from your incident.io dashboard (Settings → API keys)
Unique identifier of the API key to rotate
"01FCNDV6P870EA6S7TK1DSYDG0"
How many minutes to keep the old access token alive.
0 <= x <= 6030