Skip to main content
The Developer Platform API requires a Max plan. Upgrade in your dashboard.

List keys

Paginated list of issued keys. Raw key values are never returned — only metadata.

Query parameters

ParamDefaultMaxDescription
limit50100Keys per page
offset0Pagination offset

Revoke a key

Revoke a single key by its ID. The key immediately stops working.

Bulk revoke by watermark

Revoke every key with a matching watermark. Use this when a leaked script dump contains a watermark — extract the 16-character hex string from the WM_ prefix and pass it here.
The watermark must be exactly 16 lowercase hex characters.