---
title: "Create Channel"
method: POST
path: "/api/v2/channels"
tags: ["default"]
---

# Create Channel

`POST /api/v2/channels`

curl --location --request POST '[https://api.umbrellacost.io/api/v2/channels'](https://api.umbrellacost.io/api/v2/channels')  
\--header 'accept: application/json'  
\--header 'apikey: {{apikey}}'  
\--header 'authorization: {{authorization-token}}'  
\--header 'commonparams: {"isPpApplied":false}'  
\--header 'Content-Type: application/json'  
\--data-raw '{  
"channelData": {  
"channelType": "JIRA_CLOUD",  
"connectionData": {  
"type": "JIRA_CLOUD",  
"userName": "[test@umbrellacost.com](https://mailto:test@umbrellacost.com)",  
"baseUrl": "[https://test.atlassian.net"](https://test.atlassian.net")  
},  
"authData": {  
"type": "JIRA_CLOUD",  
"authToken": "Password"  
},  
"name": "TestPublic1122"  
}  
}'

## Headers

- `apikey` string, required
- `authorization` string, required

## Request body

- object

## Response `200`

Successful response

---

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