---
title: "POST /v1/{+parent}/sites"
method: POST
path: "/v1/{+parent}/sites"
tags: ["platforms"]
---

# POST /v1/{+parent}/sites

`POST /v1/{+parent}/sites`

Creates a site for a specified account.

## Path parameters

- `parent` string, required

## Request body

- Site — Representation of a Site.
  - `domain` string — Domain/sub-domain of the site. Must be a valid domain complying with [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt) and formatted as punycode [RFC 3492](https://www.ietf.org/rfc/rfc3492.txt) in case the domain contains unicode characters.
  - `state` 'STATE_UNSPECIFIED' | 'REQUIRES_REVIEW' | 'GETTING_READY' | 'READY' | 'NEEDS_ATTENTION' — Output only. State of a site.
  - `name` string — Output only. Resource name of a site. Format: platforms/{platform}/accounts/{account}/sites/{site}

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/adsenseplatform.md) · [All operations](https://skmtc.net/google/apis/adsenseplatform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/adsenseplatform/versions/3412328476cb/schema)
