Aftermarket
Manage Your Portfolio


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 | Account |
---|---|
Regular | 1 thread |
Bulk | 5 threads |
Super Bulk | 25 threads |
<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." } }