---
title: "Retrieve the schema to be submitted when registering a Domain for the specified TLD"
method: GET
path: "/v1/domains/purchase/schema/{tld}"
tags: ["v1"]
---

# Retrieve the schema to be submitted when registering a Domain for the specified TLD

`GET /v1/domains/purchase/schema/{tld}`

## Path parameters

- `tld` string, required

## Response `200`

Request was successful

- JsonSchema
  - `id` string, required
  - `models` object, required
  - `properties` object, required
  - `required` string[], required

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `404` — Resource not found
- `422` — `tld` must be specified
- `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)
