---
title: "Get brand domain rating"
method: GET
path: "/v3/settings/brand/domain-rating"
tags: ["Settings"]
---

# Get brand domain rating

`GET /v3/settings/brand/domain-rating`

Returns the Ahrefs Domain Rating (0-100) for the team's own website.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `success` boolean
  - `data` object
    - `domain` string, nullable
    - `rating` number, nullable
    - `status` 'ready' | 'pending' | 'unavailable'
    - `updatedAt` string, nullable

## Other responses

- `400` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/5c54912ec4f7/schema)
