---
title: "Get Jira Authorization URL"
method: GET
path: "/connect/settings/jira/integration_url"
tags: ["Connect Settings"]
---

# Get Jira Authorization URL

`GET /connect/settings/jira/integration_url`

This API is used to fetch Jira authorization URL.

## Parameters

- `#/paths/~1connect~1settings~1jira~1finish_oauth/post/parameters/3` — unresolved $ref
- `#/paths/~1connect~1settings~1jira~1finish_oauth/post/parameters/0` — unresolved $ref

## Response `200`

Success

- object
  - `body` object — Response body.
    - `alias` string — Alias for the Jira integration.
    - `jira_url` string — The URL of your Jira instance.
    - `req_token` string — The request token provided by Jira for the integration.
    - `req_token_secret` string — The request token secret provided by Jira for the integration.
  - `statusCode` integer — HTTP status code.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.net/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
