Skip to main content

key_revoked — this key has been turned off

What happened

The key is real, but its RevokedAt timestamp is set. Someone on your account (or Mark, at your request) revoked it. Revocation is permanent — the same value can’t be un-revoked, but you can mint a fresh key without changing the HTML embed you use everywhere else.

Getting a new key without changing the embed

  1. Go to Console → Keys and confirm the revoked key is the one your snippet uses.
  2. Click Mint new key. The new pk_live_ value inherits the same feed-id and allowed-origins list.
  3. Copy the new value from Console → Settings → Embed Code. Only the api-key attribute changes; the script src and feed-id stay the same.
  4. Paste and refresh. Widget should authenticate on the next request.

Related