You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I have an atlassian vendor account and I'm currently trying to fetch the licenses for my vendor id with a third party application just as it is described here: https://developer.atlassian.com/platform/marketplace/rest/#api-vendors-vendorId-reporting-licenses-get
I've create an api token in my vendor profile but it doesn't seem to work and I keep receiving the 401 http response. If I use instead of the api token my password, everything is ok.
So basically if I run curl like this it works:
curl --request GET --url "https://marketplace.atlassian.com/rest/2/vendors/{vendorId}/reporting/licenses" --user "email:password" --header "Accept: application/json"
and if I run it with the api token it fails:
curl --request GET --url "https://marketplace.atlassian.com/rest/2/vendors/{vendorId}/reporting/licenses" --user "email:api_token" --header "Accept: application/json"
Any ideas why?
Thank you
Hi @Solomon Razvan,
Your question looks related to the Atlassian Marketplace license REST API. This topic is for Atlassian Access, which is a product to manage security, SSO, and users across an organization's Atlassian Cloud products.
I would recommend asking your question in our developer community forum and tagging it with the "Marketplace Vendors" tag: https://community.developer.atlassian.com/
Cheers,
Dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.