GET
/
integration
/
{integrationId}
/
jira
/
projects
curl --request GET \
  --url https://api.wirespeed.co/integration/{integrationId}/jira/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<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[].