At the moment, the Regery API is still under development. Access can be granted to existing accounts with some history and domains under management following a review and is available upon request through our support team.
The Regery API can be accessed at https://api.regery.com/
The API is organized around HTTP REST, accepts only JSON-encoded request bodies and returns JSON-encoded responses. You must specify the HTTP Authorization header and specify Content-Type: application-json.
Most of our resources do not support bulk updates, so only one object per request can be handled. Some APIs, such as those related to DNS resource records, allow multiple changes.
Host: api.regery.com
Authorization: API_KEY:API_SECRET
Content-Type: application/json
Content-Length: 32
{
"line": "Hello world!!!"
}{
"response": "Hello world!!!"
}