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": "[email protected]",
"baseUrl": "https://test.atlassian.net"
},
"authData": {
"type": "JIRA_CLOUD",
"authToken": "Password"
},
"name": "TestPublic1122"
}
}'

Body Params
Headers
string
required
string
required
Response

Language
LoadingLoading…