Redirects an authenticated admin to Atlassian's OAuth consent screen. The callback stores the resulting Jira OAuth token for the current organization.
bearerAuth In: header
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/jira/oauth/start"null{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"details": {},
"correlationId": "string"
}
}Try it
Your API key is sent directly to the Convor API from your browser and is never stored on this site.
Was this page helpful?
List Pipedrive stages for a pipeline
Lists stages for one Pipedrive pipeline. The pipeline_id query parameter is required, and no default pipeline is inferred from the saved configuration.
Handle Jira OAuth callback
Consumes the Atlassian authorization code, stores encrypted Jira OAuth tokens, records the selected Jira Cloud site, and redirects the admin back to the dashbo…