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/clouds \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/jira/clouds \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"name": "<string>"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Jira integration ID