Get https://app.moneygraph.ai/api/v1/customer/generate_kyc_link/{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.
{
"message": "KYC url generated, link expires in 5 hours",
"status": "success",
"data": {
"url": "https://app.moneygraph.ai/secure-kyc/d45b27c1-19be-4b7c-812b-717cfdedb800"
}
}