---
title: "CreateCrossDomain creates a cross domain which is served by the ingestor."
method: POST
path: "/v1.1/cross_domain"
tags: ["ControlService"]
---

# CreateCrossDomain creates a cross domain which is served by the ingestor.

`POST /v1.1/cross_domain`

Cross domains help the sync injector keep track of a user's identity across different apex/root domains.
 Due to caching, may take up to 60s for new cross domains to propagate to ingestor endpoints.

## Request body

- ProtobufControlpbV1CreateCrossDomainRequest
  - `crossDomain` union
    - object, nullable
    - ProtobufControlpbV1CrossDomain
      - `author` string
      - `createdAt` string, date-time, nullable
      - `url` string

## Response `200`

OK

- ProtobufControlpbV1CreateCrossDomainResponse
  - `crossDomain` union
    - object, nullable
    - ProtobufControlpbV1CrossDomain
      - `author` string
      - `createdAt` string, date-time, nullable
      - `url` string
  - `message` string

## Other responses

- `4XX` — Something is wrong with your request such as missing or invalid data. Correct your request and try again.
- `5XX` — Internal server error. Try again later or reach out to MetaRouter support.

---

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