Go to developer

not_found

Unknown enrollment, identity, or challenge id for this project.

On this page
HTTP 404configurationpartner-2faapitypescriptjava

Code: not_found · Shape: partner

Meaning

Unknown enrollment, identity, or challenge id for this project.

Likely causes

  1. Typo in id
  2. Id from another project
  3. Already deleted / wrong environment

How to diagnose

  • Verify id continuity from create → poll → consume.
  • Confirm credentials project matches the resource.

How to fix

  • Use ids returned by KEYRA for the current project.
  • Restart the flow if the resource is gone.

Retry behavior

Do not blindly retry the same id.

API: GET /v1/auth/challenge/{challengeId}, POST /v1/auth/challenge/{challengeId}/consume, POST /v1/identities/{identityId}/disable, GET /v1/identities/enroll/{enrollmentId}/status

SDK: pollChallenge(), consumeChallenge(), disable2FA()

Troubleshooting: partner-2fa, network

Guides: Partner 2FA Errors