cURL
curl --request GET \ --url https://api.sandbox.sardine.ai/v1/kyc/widgetUrl
{ "kycUrl": "https://kyc-widget.sardine.ai/start?sessionId=abc123" }
This endpoint returns a URL that redirects the user to perform document-based KYC verification.
The ID of the user for whom the KYC URL is being requested
Successful response with KYC redirect URL
The response is of type object.
object