# Get a list of providers **GET /V1/tfa/installed-providers** Get a list of providers ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ## Responses ### 200 200 Success. #### Body: (array[object]) - **enabled** (boolean) True if this provider has been enabled by admin - **engine** (object) 2FA engine interface - **code** (string) Provider code - **name** (string) Provider name - **icon** (string) Icon - **reset_allowed** (boolean) True if this provider configuration can be reset - **configure_action** (string) Configure action - **auth_action** (string) Auth action - **extra_actions** (array[string]) Allowed extra actions ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)