GET sitelicenses

Returns sitelicenses corresponding to the APIKEY provided. Paging is built in to this interface call with ten records at a time being returned. For an example with paging, scroll down past the first example.

Resource URL

https://api.easysoftwarelicensing.com/v1/sitelicenses[/page/pagenumber:int]

Headers

ESL-API-Key: apikey

Examples

Request

GET https://api.easysoftwarelicensing.com/v1/sitelicenses
HEADERS
    ESL-API-Key: apikey

Response

200 OK

{ "page" : 1,
  "pages" : 4,
  "results" : [ { "deleted" : null,
        "disposition" : "",
        "domain" : "test.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-07 21:28:35",
        "licenseKey" : "somekey",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "another.com",
        "expiration" : "2013-04-09 00:00:00",
        "ipAddress" : "5.5.5.5",
        "issueDate" : "2013-03-07 21:58:11",
        "licenseKey" : "somekey001",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : "LICENSE_EXISTS_NOT_EXPIRED"
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "another.com",
        "expiration" : null,
        "ipAddress" : "127.0.0.1",
        "issueDate" : "2013-03-13 21:59:17",
        "licenseKey" : "somekey005",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : "LICENSE_EXISTS_NOT_EXPIRED"
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test66.com",
        "expiration" : null,
        "ipAddress" : "1.2.1.2",
        "issueDate" : "2013-03-13 21:59:29",
        "licenseKey" : "somekey006",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test9.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 21:59:50",
        "licenseKey" : "somekey009",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "api-101.com",
        "expiration" : null,
        "ipAddress" : "26.22.152.237",
        "issueDate" : "2013-03-13 21:59:57",
        "licenseKey" : "somekey010",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test11.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:03",
        "licenseKey" : "somekey011",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test-12.com",
        "expiration" : null,
        "ipAddress" : "9.8.7.1",
        "issueDate" : "2013-03-13 22:00:08",
        "licenseKey" : "somekey012",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test13.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:13",
        "licenseKey" : "somekey013",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test15.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:23",
        "licenseKey" : "somekey015",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      }
    ]
}

Request

GET https://api.easysoftwarelicensing.com/v1/sitelicenses/page/2
HEADERS
    ESL-API-Key: apikey

Response

200 OK

{ "page" : 2,
  "pages" : 4,
  "results" : [ { "deleted" : null,
        "disposition" : "",
        "domain" : "test17.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:42",
        "licenseKey" : "somekey017",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test18.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:48",
        "licenseKey" : "somekey018",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test19.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:00:55",
        "licenseKey" : "somekey019",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test20.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:03",
        "licenseKey" : "somekey020",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test21.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:10",
        "licenseKey" : "somekey021",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test22.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:18",
        "licenseKey" : "somekey022",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test23.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:23",
        "licenseKey" : "somekey023",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test24.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:29",
        "licenseKey" : "somekey024",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test25.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:33",
        "licenseKey" : "somekey025",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      },
      { "deleted" : null,
        "disposition" : "",
        "domain" : "test26.com",
        "expiration" : null,
        "ipAddress" : "",
        "issueDate" : "2013-03-13 22:01:39",
        "licenseKey" : "somekey026",
        "licenseeEmail" : "",
        "licenseeName" : "",
        "renewURL" : "",
        "validationMethod" : 1
      }
    ]
}
Secure WordPress plugin (HTTPS/SSL)