Get Link State
GET
/org/{tenant}/v2/contacts/link
Platform support: MT and CC
Returns current linkage state or suggestions.
Depending on the amount of linked objects returned the response can have multiple meanings:
- If there is a single object with
unlinked: falsethat object is a true link. - If there are multiple objects that means that none of them are true links and are suggestions.
- If there are no objects returned then client application should prompt the user to manually search and link a new contact.
Request
Responses
- 200
- 400
- 401
- 500
Current linkage state or suggestions.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Internal Server Error — an unexpected error occurred.