Request Domain Category Change.
POST/v1/domain/changerequest
A POST request to submit change requests for domains with their new categories. Batch limit is 20 entries per request with a maximum of 10 request submissions per 24 hour period (for a total of 200 individual domain change requests).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 415
- 429
- 500
200 Ok
Response Headers
X-Quota-Limit-Remaining
The remaining number of quota in this window (per day). When it drops to 0, return HTTP StatusCode = 429
X-Quota-Limit-Reset
The unix timestamp at which the current quota window resets. Quota is refreshed every day.
X-Quota-Limit-Total
Total number of quota in this window (per day).
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
415 Unsupported Media Type
429 Too Many Requests
500 Internal Error