v1
latestOpenAPI 3.0.02026-07-241310301.1 KBdefault
Create Channel
curl --location --request POST '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",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "Password"
},
"name": "TestPublic1122"
}
}'
post/api/v2/channels
Headers
apikeystring required
authorizationstring required
Request body
object required
Example request
{
"channelData": {
"channelType": "JIRA_CLOUD",
"connectionData": {
"type": "JIRA_CLOUD",
"userName": "test@umbrellacost.com",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "Password"
},
"name": "TestPublic1122"
}
}Response
Successful response