Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Jira integration ID
curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>'
{
"cloudId": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"caseTicketTitle": "<string>",
"detectionTicketTitle": "<string>",
"createDetectionTickets": true
}
curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/jira \
--header 'Authorization: Bearer <token>'
{
"cloudId": "<string>",
"ticketProjectId": "<string>",
"ticketIssueTypeId": "<string>",
"customHeaderKey": "<string>",
"customHeaderValue": "<string>",
"caseTicketTitle": "<string>",
"detectionTicketTitle": "<string>",
"createDetectionTickets": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Jira integration ID