---
title: "Contract"
method: GET
path: "/{uid}/contract/"
tags: ["Post-Origination"]
---

# Contract

`GET /{uid}/contract/`

The Pricing or User Contract can be obtained by passing the uid and  the type of contract (currently only user and pricing) in the url. Response is contract object rendered in HTML.

## Path parameters

- `uid` string, required

## Query parameters

- `type` 'user' | 'pricing', required

## Response `200`

Requested contract as HTML page

---

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