---
title: "Retrieve the legal agreement(s) required to purchase the specified TLD and add-ons"
method: GET
path: "/v1/domains/agreements"
tags: ["v1"]
---

# Retrieve the legal agreement(s) required to purchase the specified TLD and add-ons

`GET /v1/domains/agreements`

## Query parameters

- `tlds` string[], required
- `privacy` boolean, required
- `forTransfer` boolean

## Headers

- `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
- `404` — Resource not found
- `429` — Too many requests received within interval
- `500` — Internal server error

---

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