API by router
Identity unification internal
Resolve Unified Identity
Resolve a channel identifier to a unified person.
The runtime calls this during identity resolution to check if the caller has a cross-channel identity link.
Path Parameters
instance_idInstance Id
Format
uuidQuery Parameters
channelChannel
external_idExternal Id
Response Body
curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/identity/resolve?channel=string&external_id=string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}