monitoring.natural_person.inconclusive

This event is triggered when the monitoring provider could not be reached or returned an error. The Natural Person Monitoring is inconclusive and will not report any change. Consult status_codes for the reason.

Payload
uuid
required

A unique identifier for this webhook event.

const
enum
required

The name of the webhook event that was triggered.

Allowed:
string
required

The timestamp (Unix epoch format) when the event occurred. It will stay constant even through retries.

uuid
required

The unique identifier of the webhook subscription that received this event.

string
required

Description of the webhook subscription.

boolean
required

A boolean indicating whether this event was triggered in a sandbox environment (true) or in production (false).

data
object
required

Contains all data about the Natural Person Monitoring.

Responses
2XX

Webhook received successfully.

3XX

Webhook redirected (max 2 allowed). Additional redirects will be ignored and delivery will be marked as failed.

4XX

Webhook delivery failed. Your server rejected the request.

LoadingLoading…