---
title: "Retrieve an origin resource"
method: GET
path: "/origins/{origin_id}"
tags: ["Origins"]
---

# Retrieve an origin resource

`GET /origins/{origin_id}`

Retrieve origination context for a specific user interaction with your products user-interface

## Path parameters

- `origin_id` string, uuid, required — Unique identifier (GUID) for the subject resource

## Headers

- `Authorization` string, required
- `X-Elli-PAT` string, required

## Response `200`

An origin resource

- Origin — Transaction origination context
  - `id` string, uuid — Unique identifier (GUID) for the subject resource
  - `entityRef` EntityRef — Source loan data entity reference
    - `entityId` string — Source loan data entity identifier
    - `entityType` 'urn:elli:encompass:loan' — Source loan data entity type
  - `loanFormat` 'application/vnd.plm-2.0.0+json' — Loan data representation format
  - `loan` object — Loan data object
  - `interfaceUrl` InterfaceUrl — unresolved $ref
  - `product` ProductOriginView — Product Origin View
    - `id` string, uuid — Unique identifier (GUID) for the subject resource
    - `partnerId` PartnerId — unresolved $ref
    - `name` Name — unresolved $ref
  - `credentials` Credentials — User/organization product credentials
  - `environment` Environment — unresolved $ref
  - `originatingParty` Organization — Originating/requesting organization information
    - `name` string — Organization Name
    - `address` string — Organization Street Address
    - `city` string — Organization City
    - `state` string — Organization State
    - `postalCode` string — Organization Postal Code
    - `pointOfContact` User — Originating/requesting user information
      - `name` string — User Name
      - `role` string — User Role
      - `email` string — User Email
      - `phone` string — User Phone Number

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/elliemae/apis/oauth2-restful-api.md) · [All operations](https://skmtc.dev/elliemae/apis/oauth2-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elliemae/oauth2-restful-api/revisions/f1196f5edd58/schema)
