# Download Premium Domain Lists Gets a pre-signed URL that will allow a user to download a list of premium domains, with their registration and renewal pricing. 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. Endpoint: GET /core/v1/premiumdomainslist Version: 1.6.0 Security: BasicAuth ## Response 200 fields (application/json): - `downloadUrl` (string, required) The pre-signed URL to use to download the list. Example: "https://name-ote-downloads/PremiumList_123456.zip" - `expireDate` (string, required) The timestamp that the URL will expire. Example: "2025-09-04T16:45:00Z" ## Response 401 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Unauthorized" ## Response 403 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error Example: "Permission denied" - `details` (string,null) Additional context or information about the error Example: "Failed authentication" ## Response 429 fields (application/json): - `message` (string) A human-readable message providing more details about the error Example: "Rate Limit Exceeded" ## Response 500 fields (application/json): - `message` (string, required) A human-readable message providing more details about the error. Example: "Internal Server Error" - `details` (string,null) Additional context or information about the error. Example: "Something went wrong."