cURL
curl --request GET \ --url https://sandbox.finhub.cloud/api/v2.1/twoFA/twoFACredentials/{customerId} \ --header 'X-Forwarded-For: <x-forwarded-for>'
{ "customerId": "<string>", "availableMethods": [ "<string>" ], "twoFAEnabled": true, "preferredMethod": "<string>" }
Get two-factor authentication credentials for a customer
Forwarded client IP address
Client user agent information
Tenant identifier for multi-tenant operations
Customer ID
Credentials retrieved successfully
The response is of type object.
object