User Link
After generating a token for your API client, the partner generates a unique link for each user to link their data to their HanchuESS account, during the link creation the partner bind with their unique customer id in their platform and the customer must accept HanchuESS Connect Privacy Policy.
After generating it, the partner should open the link in an in-app browser to avoid users leaving the app during the linking process.
post
It's unnecessary to assemble oauth link by yourself, this endpoint provideability to obtain user oauth link, you will asked to provide externalUserId, noticed that this user link will expired in 5 minutes.
Body
externalUserIdstringOptionalExample:
Unique user id in your platform
4bba22f****b6f6aecResponses
200
Operation was successful
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
default
Unexpected error
application/json
post
/users/linkPOST /portal/users/link HTTP/1.1
Host: idaas-sandbox.hanchuess.com
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"externalUserId": "4bba22f****b6f6aec"
}{}Last updated