도메인
도메인을 찾으세요
자원
포트폴리오 관리
리셀러 프로그램
도메인
애프터마켓
도구
자원
지원
Copyright © 2002-2025 Dynadot LLC. All rights reserved.
백
| Method | Description |
|---|---|
| GET | GET Request: Retrieve detailed information about a specified resource |
| POST | POST Request: Create a new resource |
| PUT | PUT Request: Fully update the specified resource |
| DELETE | DELETE Request: Remove the specified resource |
{
"domainName": "domain.com",
"showPrice": "yes",
"currency": "USD"
}
{
"Code": "200",
"Message": "Success",
"Data": {}
}
| Price level | Thread Count | Rate Limit |
|---|---|---|
| Regular | 1 thread | 60/min (1/sec) |
| Bulk | 5 threads | 600/min (10/sec) |
| Super Bulk | 25 threads | 6000/min (100/sec) |
<Response>
<status>
<code>429</code>
<message>Too Many Requests</message>
</status>
<error>
<description>You have reached the maximum allowed requests within the concurrent limit of your account. Please try again later.</description>
</error>
</Response>
{
"code": 429,
"message": "Too Many Requests",
"error": {
"description": "You have reached the maximum allowed requests within the concurrent limit of your account. Please try again later."
}
}
