Post https://app.moneygraph.ai/api/v1/customer/activate-multi-factor-security/{customer}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID or MCP Key of the onboarded customer.
secret_key* string
Secret key returned from https://app.moneygraph.ai/api/v1/customer/multi-factor-security/{customer}
code* string
Code generated by Auth App
{
"message": "2fa enabled",
"status": "success",
"data": null
}