Monitoring Domains

Start Monitoring Domain

Start monitoring a domain or a platform URL.

Accepts either a bare domain ("example.com") or a page on a known platform ("facebook.com/acmecorp"), which is monitored as its own enrollment rather than being flattened to the bare platform domain.

This endpoint requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.

post/api/v1/monitoring/start

Request body

domainstring required
external_ref_idstring nullable

Response

OK

domainstring required
platform_urlstring nullable
external_ref_idstring nullable

Changes

Changed in 2 of the 12 revisions of this API.313

  • fd8c32a19c7f312See the full diff
    • ▲

      the // request property type changed from object to no type

      request-property-type-changed

    • ▲

      response property external_ref_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ▲

      response property platform_url list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • ●

      removed the request property ///

      request-property-removed

    • ○

      added subschema #2 to the // request property anyOf list

      request-property-any-of-added

    • ○

      request property list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • ○

      added the optional property to the response with the status

      response-optional-property-added