Table of Contents

Domains

Keep track of what your client domains are, where they're hosted & when they're due to expire.

Domain Fields

Domain Features

API

/api/v1/domains

Read - Retrieve domain information via API (/read.php)

Invoke-RestMethod -Uri "http://127.0.0.1/itflow/api/v1/domains/read.php?api_key=XetQjoZiti5Opg7y&domain_id=7" | ConvertTo-Json

{
    "success":  "True",
    "count":  1,
    "data":  [
                 {
                     "0":  "7",
                     "domain_id":  "7",
                     "1":  "itflow.org",
                     "domain_name":  "itflow.org",
                     "2":  "2022-02-06",
                     "domain_expire":  "2022-02-06",
                     "3":  "2022-02-05 18:15:07",
                     "domain_created_at":  "2022-02-05 18:15:07",

[...]