---
title: "Retrieve Legal Agreements for provided agreements keys"
method: GET
path: "/v1/agreements"
tags: ["v1"]
---

# Retrieve Legal Agreements for provided agreements keys

`GET /v1/agreements`

## Query parameters

- `keys` string[], required

## Headers

- `X-Private-Label-Id` integer
- `X-Market-Id` string, bcp-47

## Response `200`

Request was successful

- LegalAgreement[]
  - `agreementKey` string, required — Unique identifier for the legal agreement
  - `content` string, required — Contents of the legal agreement, suitable for embedding
  - `title` string, required — Title of the legal agreement
  - `url` string, url — URL to a page containing the legal agreement

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `429` — Too many requests received within interval
- `500` — Internal server error

---

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