Using JIRA rest API, i want to authenticate if the user has access.
i have trying to use https://your-cloud-instance.atlassian.net/rest/api/3/authentication/auhtorization
but it is giving 404 with POST.
What will be the right url to use?
@Vishal Biyani , how are you ?
This endpoint doesn't exist in the atlassian documentation
Here is the official documentation >> https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#authentication
To get the autenthication you need to have an API Token, then you can use endpoint more with POST, GET, DELETE
I hope I helped you.
If this post was helpful, mark it as "Accept Answer" , so you can help others who may have the same difficulties.
If your question has not been resolved, please post again with more details.
so would it be right to invoke below API to check if user is authenticated with help of rest API using below API?
https://your-cloud-instance.atlassian.net/rest/api/3/myself
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.