Go to developer

already_consumed

This Partner verificationToken was already consumed.

On this page
HTTP 409verificationpartner-2faapitypescriptjava

Code: already_consumed · Shape: partner

Meaning

This Partner verificationToken was already consumed.

Likely causes

  1. Double submit / double consume
  2. Retrying consume after success
  3. Two servers consuming the same token

How to diagnose

  • Check whether consume already succeeded once for this challenge.
  • Ensure only one backend path calls consume.

How to fix

  • Create a new challenge for a new login.
  • Treat successful consume as terminal — create your session once.

Retry behavior

Do not retry consume with the same token.

API: POST /v1/auth/challenge/{challengeId}/consume

SDK: consumeChallenge(), consumeChallenge()

Troubleshooting: partner-2fa

Guides: Verification