Get Organization Re-Authentication Questions
GET/api/experian/organizations/:organizationId/auth
Retrieves KBA questions for organization re-authentication and establishes the
authSession that the follow-up auth/kba call requires. Call this before
submitting answers. Takes no request body.
This endpoint is for re-authentication only, not initial registration.
Request
Responses
- 200
- 400
- 403
- 404
KBA questions retrieved. The payload is the Experian authentication
response passed through unchanged — it includes the KBA questions and
session identifiers.
Organization has no consumer token (errorCode 138, errorOnField: consumerToken)
Invalid API key
Organization not found