Activate Multifactor Security

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

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

Response


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