cURL
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/topper/kyc-sharing/sessions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "userId": "cd21b26d-35d2-408a-9201-b8fdbef7a604" } '
{ "kycSharing": { "processes": [] } }
Create a new session for KYC sharing.
Documentation IndexFetch the complete documentation index at: https://developer.uphold.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 authentication
The user ID to create the KYC sharing session for.
KYC sharing already completed.
The KYC sharing session.
Show child attributes
Was this page helpful?