# Get user's MFA verifications **GET /api/users/{userId}/mfa-verifications** Get a user's existing MFA verifications for a given user ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **userId** (string) The unique identifier of the user. ## Responses ### 200: An array of MFA verifications for the user. #### Body Parameters: application/json (array[object]) - **id** (string) - **createdAt** (string) - **type** (string) - **agent** (string) - **name** (string) - **remainCodes** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)