Skip to main content

Retrieve Account's Event

GET 

/events/:id/

Request

Path Parameters

    id stringrequired

Responses

Schema
    id stringrequired

    A unique Base58 value identifying this object.

    event_type stringrequired

    Possible values: [user_created, user_deleted, target_created, target_deleted, target_verified, target_verification_failed, scan_started, scan_canceled, scan_completed, scan_failed, finding_detected, finding_fixed]

    Type of event:

    • user_created - User Created
    • user_deleted - User Deleted
    • target_created - Target Created
    • target_deleted - Target Deleted
    • target_verified - Target Verified
    • target_verification_failed - Target Verification Failed
    • scan_started - Scan Started
    • scan_canceled - Scan Canceled
    • scan_completed - Scan Completed
    • scan_failed - Scan Failed
    • finding_detected - Finding Detected
    • finding_fixed - Finding Fixed
    occurred_at date-timerequired

    Date and time of when the event occurred, in ISO 8601 UTC format.
    For example, "2023-08-09T13:27:43.8208302".

    object_type stringrequired

    Type of object returned in the content of the event.
    Can have one of the following strings: "user", "target", "scan", or "finding".

    content stringrequired

    Content of the event.
    Can have one of the following objects: User, Target, Scan, or Finding.

    webhooks object[]required

    Webhooks of the event.

  • Array [
  • id stringrequired
    api_version stringrequired

    Possible values: [v1]

    API version of the webhook.

    • v1 - V1
    status stringrequired

    Possible values: [scheduled, succeeded, rescheduled, failed]

    Status of the webhook:

    • scheduled - Scheduled
    • succeeded - Succeeded
    • rescheduled - Rescheduled
    • failed - Failed
    next_try date-timerequired

    Date and time of the next request to the webhook URL, in ISO 8601 UTC format.
    For example, "2023-08-09T13:27:43.8208302".

    retries integerrequired

    Possible values: >= -2147483648 and <= 2147483647

    Number of retries of requests to the webhook URL.

  • ]
Loading...