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

# POST /v1/{+parent}/channelConnections

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

Create a new ChannelConnection in a particular project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `channelConnectionId` string

## Request body

- ChannelConnection — A representation of the ChannelConnection resource. A ChannelConnection is a resource which event providers create during the activation process to establish a connection between the provider and the subscriber channel.
  - `uid` string — Output only. Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
  - `createTime` string, google-datetime — Output only. The creation time.
  - `updateTime` string, google-datetime — Output only. The last-modified time.
  - `activationToken` string — Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
  - `name` string — Required. The name of the connection.
  - `labels` object — Optional. Resource labels.
  - `channel` string — Required. The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in `projects/{project}/location/{location}/channels/{channel_id}` format.

## Response `200`

Successful response

---

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