Autional Autional
API Reference GitHub autional.com →

GET /internal/mfa/push/challenge/{credential_id}

Internal API: Query Push MFA challenge status by challenge ID and user ID, called by identity-service during MFA verification flow. Requires InternalAPIKey authentication and X-Tenant-ID header.

Internal Multi-Factor Authentication None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes Challenge ID
user_id query string Yes User ID
X-Tenant-ID header string Yes Tenant ID

Responses

StatusDescriptionSchema
200Challenge statusdto.PushChallengeStatusDetailResponse
400Invalid parametergitee_com_linmes_authms_base_dto.SimpleResponse
401Missing internal API authenticationgitee_com_linmes_authms_base_dto.SimpleResponse
404Challenge not foundgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.PushChallengeStatusDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PushChallengeStatusResponse No
message string No
timestamp string No

dto.PushChallengeStatusResponse

FieldTypeRequiredExampleConstraintsDescription
challenge_id string No chal-abc123
login_context string No login from Beijing
number_matching string No 42
resolved_at string No 2026-05-25T12:05:00Z
status string No approved

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No