{session.loggedInUser | ternary session.loggedInUser.fullName ''}
{session.loggedInUser | ternary session.loggedInUser.email ''}

Sign out

Getting Started with the Netistrar API

The REST API allows Netistrar account holders to manage their portfolio of domain names via a standard REST based programmatic interface using JSON format to send and receive data.

To ease the process of integration we offer pre-built client libraries for PHP and JAVA (with more language support to follow). Alternatively you can access the API more directly using CURL or other standard web service client libraries.

Getting started

In order to start using the REST API please follow the steps below.

  1. Sign up for an OTE testing account by following these instructions
  2. Download and install one of our client libraries for PHP and JAVA if you are planning to use one.
  3. Perform testing on the OTE. Please refer to the API Reference guide for documentation on the various APIs available.
  4. Once your testing is complete please contact us to activate your production API credentials.

Top