cURL
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/topper/kyc-sharing/identify-user \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "country": "GB" } '
200
Existing User Retrieved
{ "user": { "id": "cd21b26d-35d2-408a-9201-b8fdbef7a604", "email": "[email protected]" } }
Identify a user 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 email address.
255
The country of residency.
^[A-Z]{2}$
User identified.
Show child attributes
Was this page helpful?