Skip to main content
Reputations webhooks notify your system when:
  • A new reputation object is added after a new account is scanned with an initial scan.
  • An existing reputation object is updated with new information after a periodic scan.

Added

POST /v1/webhooks Implement the reputations.added webhook to know when a reputation object is added.
  • A new reputation object is added when a new account object is created and scanned.

Request body

Webhook message

  • name (string, optional): Name used for the webhook subscription.
  • data (object, optional)
  • account (string (uuid), optional): ID of the account.
  • user (string (uuid), optional): ID of the user.
  • reputation (string (uuid), optional): ID of the reputation.

Updated

POST /v1/webhooks Implement the reputations.updated webhook to know when a reputation object is updated.
  • Reputation objects are updated through periodic scanning.

Request body

Webhook message

  • name (string, optional): Name used for the webhook subscription.
  • data (object, optional)
  • account (string (uuid), optional): ID of the account.
  • user (string (uuid), optional): ID of the user.
  • reputation (string (uuid), optional): ID of the reputation.