---
title: "GET /v1/domains"
method: GET
path: "/v1/domains"
tags: ["Domains"]
---

# GET /v1/domains

`GET /v1/domains`

## Query parameters

- `page` integer

## Response `200`

Success

- DomainResponsePagedResponseResponse
  - `timestamp` string, date-time
  - `errors` Error[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `message` string, nullable
    - `description` string, nullable
  - `data` DomainResponsePagedResponse
    - `items` DomainResponse[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `domain` string, nullable
      - `subDomains` string[], nullable
      - `maxHeight` integer, nullable
      - `maxWidth` integer, nullable
      - `isSquare` boolean
      - `logoUrl` string, nullable
      - `networkType` 'NotSet' | 'Information' | 'Sports' | 'Entertainment' | 'Lifestyle' | 'News' | 'Business' | 'Shopping' | 'Miscellaneous' | 'General'
    - `total` integer
    - `page` integer
    - `pageSize` integer
    - `totalPages` integer

---

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