GET
/
api
/
v2.1
/
twoFA
/
twoFACredentials
/
{customerId}
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>"
}

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

customerId
string
required

Customer ID

Response

200
application/json

Credentials retrieved successfully

The response is of type object.