Setup Multifactor Security

Get https://app.moneygraph.ai/api/v1/customer/multi-factor-security/{customer}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

Response


{
    "message": "2fa Configuration to activate multifactor security",
    "status": "success",
    "data": {
        "secret_key": "NVWCD4MFK6E63CWO",
        "qr_code_image": "https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=otpauth%3A%2F%2Ftotp%2FVerifacto%3AABC%20LTD%3Fsecret%3DNVWCD4MFK6E63CWO%26issuer%3DVerifacto&ecc=M"
    }
}