Sphere Paysphere
Kyc link

Get KYC Link

GET
/v2/customer/{customer_id}/kyc-link

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

customer_idRequiredstring

The customer's id.

curl -X GET "https://api.sandbox.spherepay.co/v2/customer/{{customer_id}}/kyc-link" \
  -H "Authorization: Bearer <token>"

OK

{
  "url": "https://in.sumsub.com/websdk/p/sbx_gq9t7z0Zf6agMcbn",
  "expiresAt": "2025-04-27T02:35:18.842Z"
}