Retry biometrics/acceptance for one person

Regenerates the facial-biometrics link (default flow), the acceptance link (external biometrics flow) or the authorization link (`PENDING_CONSENT`, CPF that already has an account) for one person of the accreditation — use it when the link expired or the capture failed. The new link is also delivered via the `accreditation.biometry.link.created` / `accreditation.acceptance.link.created` / `accreditation.consent.link.created` webhooks. **BaaS integrators only.**

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

accreditationIdstringRequired

Accreditation (onboarding) identifier returned on creation.

cpfstringRequired

CPF of the person (11 digits).

Headers

X-Tenant-IdstringRequired
Tenant context used for authorization and routing.
Idempotency-KeystringOptional

Optional client-generated idempotency token (recommended for safe retries).

Response

Retry accepted; the person snapshot reflects the new link when already available.

accreditationIdstringOptional
statusenumOptional
personobjectOptional

Per-person biometrics/acceptance progress.

Errors

404
Not Found Error
409
Conflict Error
500
Internal Server Error