Skip to main content

Download OpenAPI description


Overview

Account ServicesContact us at accountservices@name.com

Terms of Service

Review our API Access Agreement and Terms of Service

Servers

Testing

https://api.dev.name.comDevelopment and testing environment

Production

https://api.name.comProduction environment

Authentication

All API requests require Basic Authentication using your API credentials. See the Authentication guide for curl -u shorthand vs explicit header, and how to generate the Base64 value on Linux/macOS and Windows PowerShell.
curl -X GET "https://api.dev.name.com/core/v1/hello" \
  -u "username:token"
The API uses HTTP Basic Authentication where:
  • Username: Your name.com API username
  • Token: Your API token (not your account password)

Rate Limits

The API is rate-limited to 20 requests per second.If you exceed this limit, you’ll receive a 429 Too Many Requests response.

Languages

The API can be accessed using any HTTP client in your preferred programming language:

cURL

Command-line tool

JavaScript

Browser & Node.js

Python

Python HTTP libraries

PHP

PHP HTTP clients

Java

Java HTTP clients

C#

.NET HTTP clients

Go

Go HTTP packages

Node.js

Node.js libraries

I