Skip to main content
GET
curl
Retrieve one network with everything needed to render a network’s overview panel: its risk breakdown, detected fraud tags, and risk-signal summaries, on top of the fields shared with the list.

Authorizations

x-api-key
string
header
required

Path Parameters

organization_id
string<uuid>
required

Organization UUID.

application_id
string<uuid>
required

Application UUID.

network_uuid
string<uuid>
required

Network UUID.

Example:

"n3a5e000-0000-4000-8000-000000000001"

Response

Network detail.

uuid
string<uuid>
network_id
string

Human-readable per-organization sequential id, e.g. N-0001.

name
string | null
status
enum<string>

Network lifecycle status. Distinct from the per-applicant outcome_status inside a network (approved/in_review/declined/not_completed).

Available options:
active,
in_review,
resolved,
dismissed
risk
object
pattern_types
enum<string>[]

The clustering patterns detected in this network.

Available options:
exact_same_device,
similar_device,
same_ip_address,
same_address,
similar_selfie_backgrounds,
similar_poa_documents,
same_document_number,
same_phone_number,
same_email
signal_types
enum<string>[]

The distinct signal types present in this network.

Available options:
ip_address,
device,
face,
document_number,
phone,
email,
address
member_counts
object

Counts of members by category (e.g. total, per outcome_status).

member_status
object

Breakdown of members by outcome_status.

signal_coverage
object

Per signal_type coverage of this network's members.

first_activity_at
string<date-time> | null
last_activity_at
string<date-time> | null
stats
object

Aggregate stats for the network (e.g. member totals).

fraud_tags
object[]

Fraud-pattern tags surfaced on the network.

risk_signals
object

Risk-signal summaries: residential_proxy_reuse, email_intelligence, phone_intelligence.

reviewed_at
string<date-time> | null
reviewed_by
string | null
review_reason
string | null