HydraCore
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.

GET
/internal/v1/instances/{instance_id}/identity/resolve

Path Parameters

instance_idInstance Id
Formatuuid

Query 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"
    }
  ]
}