---
title: "Get domains for project"
method: GET
path: "/gdn-url-management-api/v2/projects/{projectId}/domains"
tags: ["GDN url management"]
---

# Get domains for project

`GET /gdn-url-management-api/v2/projects/{projectId}/domains`

Get domains for project.

## Path parameters

- `projectId` string, required

## Response `200`

OK

- WebPageDomainsResponse
  - `response` object, required
    - `code` 'SUCCESS', required — Indicates whether the response was successful or what error has occured.
    - `data` object
      - `items` object[]
        - `name` string — url domain name
      - `totalCount` integer — Total element count

---

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