Disable Multifactor Security

Post https://app.moneygraph.ai/api/v1/customer/disable-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.

Body parameters

code* string

Code generated by Auth App

Response


{
    "message": "2fa disabled",
    "status": "success",
    "data": null
}