---
title: "Get user agreement"
method: GET
path: "/payout/user-agreements"
tags: ["Payout Catalog"]
---

# Get user agreement

`GET /payout/user-agreements`

This **GET** endpoint is used to retrieve the user agreement for payout services. <br> You can use this endpoint to obtain information about the available user agreements for payout services offered by MassPay. <br> To use this endpoint, you need to provide the `ID` representing the user agreement as a required parameter in the URL Path. <br> The response will include the user agreement details.

## Query parameters

- `id` integer, required

## Response `200`

Successful operation.

- object — User Agreement
  - `name` string, required — Name of user agreement
  - `content` string, byte, required — Base64 encoded byte representing the content of the file
  - `last_modified` string, date-time, required — Time when the agreement was last updated
  - `id` integer, required — Id representing the user agreement
  - `mime_type` string — Mime type of the user agreement (i.e application/pdf)

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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