Get deep base account information by origin event ID
GET/v1/accounts/base-accounts/origin-events/:originEventId/deep-info
Returns the full state of the base account(s) behind one encounter, looked up by the origin_event_id your HIS sent. Each entry carries the account's status and payer context, the invoice it ended up on, the agreement and plan coverage that applied, the concurrent-audit flags, and the nested events and support files. Only base accounts are returned — accounts derived from a change of payer are excluded.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK. An empty array means no base account exists for that origin_event_id under your provider.
Bad Request
Unauthorized
Forbidden
Not Found — the provider resolved from your token could not be found.
Internal Server Error