---
title: "Get data for obligor exposure by code"
method: GET
path: "/obligor-exposure/{code}"
tags: ["Obligor Exposure"]
---

# Get data for obligor exposure by code

`GET /obligor-exposure/{code}`

Retrieves data for a single Obligor.

## Path parameters

- `code` string, required — Obligor code

## Response `200`

Retrieves obligor exposure information.

- ObligorExposure — Obligor Exposure schema.
  - `assetDescription` string, nullable — Underlying Asset Description
  - `code` string, required — Obligor Exposure Code
  - `creditUrl` string, nullable — Obligor Credit Rating URL
  - `description` string, nullable — Obligor Description
  - `lei` string, nullable — Legal Entity Identifier for the Obligor
  - `name` string, required — Obligor Exposure Name
  - `obligorCode` string, required — Obligor Code
  - `sector` string, nullable — Obligor Exposure Sector
  - `url` string, nullable — Obligor URL

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api.md) · [All operations](https://skmtc.net/treasuryspring/apis/treasuryspring-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryspring/treasuryspring-public-api/versions/d587dda25444/schema)
