GET
/
integration
/
{integrationId}
/
jira
curl --request GET \
  --url https://api.wirespeed.co/integration/{integrationId}/jira \
  --header 'Authorization: Bearer <token>'
{
  "ticketProjectId": "<string>",
  "ticketIssueTypeId": "<string>",
  "customHeaderKey": "<string>",
  "customHeaderValue": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integrationId
string
required

Jira integration ID

Response

200
application/json

The response is of type object.