Kyc linkGet KYC Link GET/v2/customer/{customer_id}/kyc-linkSendServer URLHeadersPathAuthorizationAuthorizationRequiredBearer <token>In: headerPath Parameterscustomer_idRequiredstringThe customer's id.cURLJavaScriptGoPythoncurl -X GET "https://api.sandbox.spherepay.co/v2/customer/{{customer_id}}/kyc-link" \ -H "Authorization: Bearer <token>"200400404OKResponse{ "url": "https://in.sumsub.com/websdk/p/sbx_gq9t7z0Zf6agMcbn", "expiresAt": "2025-04-27T02:35:18.842Z" }TypeScriptPreviousGet an Event by ID GETNextCreate KYC Link POST