---
title: "Get risk score by domain"
method: GET
path: "/vendor-detection/{domain}/risk"
tags: ["vendor-detection"]
---

# Get risk score by domain

`GET /vendor-detection/{domain}/risk`

Returns the supply chain risk score for a given domain

## Path parameters

- `domain` string, required

## Response `200`

OK

- Risk — Supply chain risk
  - `risk_score` number — The aggregate score of all 1st and 2nd connections detected for a company.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Company must be added to a portfolio first
- `404` — Company not found
- `default` — Error Payload

---

[API](https://skmtc.dev/securityscorecard/apis/securityscorecard-api.md) · [All operations](https://skmtc.dev/securityscorecard/apis/securityscorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securityscorecard/securityscorecard-api/revisions/b9f98b6fd37a/schema)
