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.
OAuth 2.0 authentication
The email address.
255
The country of residency.
User identified.
Show child attributes