Call EmpowerID WebUI via BFF
Goal: call an EmpowerID WebUI API method through the BFF.
Discover methods
curl -s --cookie "_eid_sid=..." https://.../api/v1/empowerid/webui/types | jq .
curl -s --cookie "_eid_sid=..." https://.../api/v1/empowerid/webui/types/PersonView/methods | jq .
Call
curl -X POST https://.../api/v1/empowerid/webui \
-H "Content-Type: application/json" \
--cookie "_eid_sid=..." \
-d '{"type_name":"PersonView","method_name":"GetByLogin","parameters":{"login":"ada"}}'
Notes
- Parameters and allowed
included_propertiescome fromempowerid_endpoints.yaml - PDP context uses the configured
pdp_resource/pdp_action
See also: ../reference/empowerid-direct