---
title: "Download Premium Domain Lists"
method: GET
path: "/core/v1/premiumdomainslist"
tags: ["Premium Domains"]
---

# Download Premium Domain Lists

`GET /core/v1/premiumdomainslist`

Gets a pre-signed URL that will allow a user to download a list of premium domains, with their registration and renewal pricing.
**Please Note:** The pre-signed URL will only be valid for 10 minutes. This endpoint is only available to approved reseller accounts. Contact name.com support to request access.

## Response `200`

A successful response containing the pre-signed URL to download the file.

- PremiumDomainsDownloadResponse
  - `downloadUrl` string, uri, required — The pre-signed URL to use to download the list.
  - `expireDate` string, date-time, required — The timestamp that the URL will expire.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden - you do not have permission to perform this action.
- `404` — No premium list is currently available for download.
- `405` — Method not allowed.
- `429` — Rate limit has been exceeded.
- `500` — Internal server error.
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

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