Rotate an API key without downtime
#8
We want to rotate our production key but cannot afford a gap where requests fail. Is there a way to keep two active keys during the transition?
We want to rotate our production key but cannot afford a gap where requests fail. Is there a way to keep two active keys during the transition?
Generate a second key from Settings → API Keys before revoking the first one. Both stay active at the same time, so you can point your integration at the new key and only revoke the old one once nothing is using it anymore.
This worked exactly as described for our rotation last month.
Sign in to reply to this question.