GET api/v3/sitenotice/scancounts
Returns the active scan counts for your company. This allows you to pull the counts to make sure you are still operating within your contract limits.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Ghostery.Privacy.Common.Objects.Site3.ScanCountName | Description | Type | Additional information |
---|---|---|---|
Available | integer |
None. |
|
Used | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "available": 1, "used": 2 }