Understanding How The API Works

PHP Examples – Get Any Record

Here’s a PHP example using the PHP Soap Client class:

  1. Login and Acquire a Session Token [SessionLogin]
  2. Get a list of All Records [GetANYRecords]
  3. Logout a Session [SessionLogout]

Click to view the example code.

PHP Examples - Manage Zones with Node List

Here's a PHP example using the PHP SoapClient class:

  1. Login and Acquire a Session Token [SessionLogin]
  2. Get a List of Zones [GetZones]
  3. Get a Specific Zone Detail [GetOneZone]
  4. Add an A record to a node [CreateARecord]
  5. Publishing a Zone [PublishZone]
  6. Get a node list under a Zone [GetNodeList]
  7. Delete a Zone Node [PruneZone]
  8. Logout a Session [SessionLogout]

Click to view the example code.