Jira `/authorize` endpoint returns a 404

Hello,

I am trying to follow the steps on Jira OAuth 2.0 provider API but the authorize endpoint they mention is returning a 404.

I am constructing my url like the following:
https://adelprete.atlassian.net/rest/oauth2/latest/authorize?<list of query params>

Is there something I must enable first in order to get this endpoint to work?

Welcome to the Atlassian developer community @AnthonyDelprete,

It looks like you’re trying to apply Jira Server docs to your Jira Cloud. I think you want to follow these docs, which have a different URL construction pattern:
https://developer.atlassian.com/cloud/oauth/

Thank you! I missed that distinction between the two.

1 Like